Java SDK 1.1.3 Release Notes?
I see the 1.1.3 SDK is released but there are no release notes available yet. What is new in this update? I see it has a few new .jar file dependencies (byte code manipulation libs).
Hi everyone,
we are aware of the situation, but we have some issues with our doc publishing system. We'll try to publish them as soon as possible!
In the meantime here is a quick list of fixes for your convenience (tag msg):
Release of 1.1.3
The 1.1.3 release is the second bugfix release for the 1.1 series.
Replica checks have been improved and also a small reconfiguration
bug was fixed. Also, it is now possible to use any kind of object
as the value on mutating methods with persistence constraints, not
just Strings (like you can with all other mutating methods).
See the official release notes
(http://www.couchbase.com/docs/couchbase-sdk-java-1.1/
couchbase-sdk-java-rn.html) for a detailed list of changes.
The official home for this client library may be found linked off
of http://couchbase.com/develop
A summary of commits (between 1.1.2 and 1.1.3):
Michael Nitschinger (7):
JCBC-210: Throw CancellationException when future is cancelled.
JCBC-251: Allow replicas with index 0 to work.
JCBC-198: Update ConfigurationProvider on reconfigure.
JCBC-245: Allow Object instead of String as value.
JCBC-253: Fail fast when no replica is available during observe.
JCBC-27: exponential backoff when cluster is not warmed up
Only check for replica if there really is one used.
Matt Ingenthron (1):
Upgrade spymemcached dependency for 2.8.12
Mike Wiederhold (1):
JCBC-254: handle NOT_FOUND responses in observe() method
deeptida (1):
Changes to remove hardcoding of the User and Password.
Hello,
I have logged an issue to capture this, it will be fixed very soon:
http://www.couchbase.com/issues/browse/JCBC-260
Thanks for raising this.
Tug
@tgrall