From 7c1bfbbb444cbd8538dce14543aa2d2041712318 Mon Sep 17 00:00:00 2001 From: James Roland Date: Sat, 4 Apr 2015 23:41:45 -0700 Subject: [PATCH] Update release notes --- RELEASE_NOTES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 24b03a98..56336ace 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,15 @@ kafka-net Release Notes ========= +Version 0.9.0.14 +------- +Fix memory leak in NagleBlockingCollection. +Timeout does not reset when new data is added. +Fix thread contention when producer has many threads loading data into it's buffer. +Fix many deadlock senarios on cancelling and disposing. +More unit tests around threading. + + Version 0.9.0.1 -------