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
+30-7Lines changed: 30 additions & 7 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.
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.
The SDK now tracks server cluster topology changes more efficiently, and no longer sends redundant “get topology” requests during failover and rebalance.
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.
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.
0 commit comments