The 2.11.3 release is the third bugfix release of the 2.11
series.
Most important fixes:
- a concurrency issue has been fixed in StringUtils.isJSONObject()
- shutdown handling is now more fail safe.
- The selector is woken up on a regular basis, giving extension
implementations a chance to perform work. This does not impact
performance.
Fore more information, see the release notes published at
http://couchbase.github.io/spymemcached/changelog.html.
Summary of changes by contributor:
Michael Nitschinger (6):
SPY-134: Make sure lastReadTimestamp is concurrency safe.
SPY-170: Fix concurrency issue in StringUtils.isJSONObject()
Move superfluous log message from info to debug.
SPY-171: More robust shutdown handling characteristics.
SPY-172: Wakeup the selector if idle.
SPY-172: Addition - test case fix.