You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/project-docs/pages/sdk-release-notes.adoc
+17-10Lines changed: 17 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ We always recommend using the latest version of the SDK -- it contains all of th
29
29
All patch releases for each dot minor release should be API compatible, and safe to upgrade;
30
30
any changes to expected behavior are noted in the release notes that follow.
31
31
32
-
Version 3.9 of the Java SDK implements the 3.8 xref:compatibility.adoc#api-version[SDK API].
32
+
Version 3.10 of the Java SDK implements the 3.8 xref:compatibility.adoc#api-version[SDK API].
33
33
See the xref:compatibility.adoc#couchbase-feature-availability-matrix[compatibility pages] for more information on feature compatibility with different versions of Couchbase Server.
34
34
35
35
@@ -69,16 +69,16 @@ Optional artifacts on top of this SDK version are tested for the following compa
Do not make bucketful KV connections to nodes that aren't hosting the bucket
79
+
The client no longer makes bucketful KV connections to nodes that aren't hosting the bucket, ensuring that unconnected endpoints don't cause SDC health check to fail.
Fixed a problem that caused the SDK to use more bandwidth than necessary when polling Couchbase Server 7.6 and later for cluster topology updates when the topology is in a steady state.
81
+
Fixed a problem that caused the SDK to use more bandwidth than necessary when polling Couchbase Server 7.6 and later, for cluster topology updates when the topology is in a steady state.
82
82
83
83
===== Improvements
84
84
@@ -87,20 +87,27 @@ The SDK now tracks server cluster topology changes more efficiently, and no long
If the bootstrap address resolution task does not complete before the cluster is disconnected, the task now terminates gracefully instead of logging a scary warning.
Support short lived mTLS certs refresh without application restart Added new `cluster.authenticator(Authenticator)` method for updating the authenticator used by a cluster. Useful for scenarios where you want to refresh credentials without restarting your app.
97
+
Support for short lived mTLS certs refresh without application restart.
98
+
Added new `cluster.authenticator(Authenticator)` method for updating the authenticator used by a cluster.
99
+
Useful for scenarios where you want to refresh credentials without restarting your app.
Version 3.9 of the Java SDK implements the 3.8 xref:compatibility.adoc#api-version[SDK API].
109
+
See the xref:compatibility.adoc#couchbase-feature-availability-matrix[compatibility pages] for more information on feature compatibility with different versions of Couchbase Server.
110
+
104
111
=== Version 3.9.2 (10 October 2025)
105
112
106
113
This is the second maintenance release of the 3.9 series.
0 commit comments