@@ -43,25 +43,29 @@ Optional artifacts on top of this SDK version are tested for the following compa
4343
4444
4545=== Improvements
46+
4647* https://issues.couchbase.com/browse/JCBC-2034[JCBC-2034]:
47- `CollectionQueryIndexManager` has been added at a @Stability.Volatile level, to better allow management of query indexes at the Collection level.
48+ `CollectionQueryIndexManager` has been added at a ` @Stability.Volatile` level, to better allow management of query indexes at the Collection level.
4849Documentation and an upgrade to a higher stability level will follow in the next minor SDK bump.
49- Until then, users are encourage to try out the new functionality and provide feedback - but should expect the possibility of API changes.
50+ Until then, users are encourage to try out the new functionality and provide feedback -- but should expect the possibility of API changes.
5051* https://issues.couchbase.com/browse/JVMCBC-1181[JVMCBC-1181]:
5152It is now possible to authenticate over secure connections even if the JVM does not support the SASL PLAIN authentication mechanisms.
5253* https://issues.couchbase.com/browse/JVMCBC-1184[JVMCBC-1184]:
53- Update dependencies.
54+ Updated dependencies.
5455* https://issues.couchbase.com/browse/JVMCBC-1213[JVMCBC-1213]:
5556If too many operations are specified in a single sub-document lookup, the exception message now indicates why the operation failed.
5657
5758=== Bug Fixes
59+
5860* https://issues.couchbase.com/browse/JVMCBC-1160[JVMCBC-1160]:
5961When a sub-document path has a syntax error or is inappropriate for an operation, the SDK now throws `PathInvalidException`.
6062Prior to this change, it would throw a generic `CouchbaseException` with the message "Unexpected SubDocument response code".
6163* https://issues.couchbase.com/browse/JCBC-2045[JCBC-2045]:
6264`WatchQueryIndexOptions` now extends `CommonOptions`, allowing standard options such as timeout to be specified.
6365
66+
6467== Version 3.4.2 (16 January 2023)
68+
6569This is a regular maintenance release.
6670
6771https://packages.couchbase.com/clients/java/3.4.2/Couchbase-Java-Client-3.4.2.zip[Download] |
@@ -103,6 +107,7 @@ Supporting in transactions a future version of Couchbase Server that requires qu
103107* https://issues.couchbase.com/browse/JVMCBC-1174[JVMCBC-1174]:
104108Fixed a regression that prevented native TLS from being used regardless of whether the `security.enableNativeTls` client setting was set to true.
105109
110+
106111== Version 3.4.1 (7 December 2022)
107112
108113Version 3.4.1 is the second release of the 3.4 series.
0 commit comments