From da3478652f099d0f3456ee33e0316f3a0ebfadda Mon Sep 17 00:00:00 2001 From: David Haney Date: Wed, 11 Dec 2013 21:48:14 -0500 Subject: [PATCH] Update README --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 60d1203..b5afbae 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -DACHE 1.2.0 +DACHE 1.2.1 =========== @@ -6,15 +6,28 @@ distributed caching for .net applications fast, scalable distributed caching with meaningful performance metrics for your managers and a simple api for your development team -http://www.getdache.net +**WEB:** http://www.getdache.net -info@getdache.net +**EMAIL:** info@getdache.net VERSION HISTORY ============================================ +1.2.1 +------------------ + + +- Upgraded SimplSockets to 1.1.0 which introduces many fixes to Dache socket communication. + +- Client threads will no longer hang when a cache host is disconnected. + +- Special thanks to Ruslan (https://github.com/ruzhovt) for discovering and documenting the source of these errors. + +- Fixed bug in cache client host orders when disconnect/reconnect occurs. This ensures that all cache clients have the same host order, so that cached items are distributed properly. + + 1.2.0 ------------------