Skip to content

Commit e3e4f4b

Browse files
Gardening
1 parent 16bc4ff commit e3e4f4b

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

modules/project-docs/pages/sdk-release-notes.adoc

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ We always recommend using the latest version of the SDK -- it contains all of th
2929
All patch releases for each dot minor release should be API compatible, and safe to upgrade;
3030
any changes to expected behavior are noted in the release notes that follow.
3131

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].
3333
See the xref:compatibility.adoc#couchbase-feature-availability-matrix[compatibility pages] for more information on feature compatibility with different versions of Couchbase Server.
3434

3535

@@ -69,16 +69,16 @@ Optional artifacts on top of this SDK version are tested for the following compa
6969
| `metrics-micrometer` | 3.10.0 | Micrometer 1.12.9 | Volatile
7070
|=======================
7171

72-
==== Behavioral Changes
7372

74-
===== Bugs
73+
74+
===== Bug Fixes
7575

7676
* https://couchbasecloud.atlassian.net/browse/JVMCBC-1687[JVMCBC-1687]:
77-
Fixed DelegatingAuthenticator to work with Protostellar
77+
Fixed `DelegatingAuthenticator` to work with Protostellar.
7878
* https://couchbasecloud.atlassian.net/browse/JVMCBC-1696[JVMCBC-1696]:
79-
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.
8080
* https://couchbasecloud.atlassian.net/browse/JVMCBC-1697[JVMCBC-1697]:
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.
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.
8282

8383
===== Improvements
8484

@@ -87,20 +87,27 @@ The SDK now tracks server cluster topology changes more efficiently, and no long
8787
* https://couchbasecloud.atlassian.net/browse/JVMCBC-1699[JVMCBC-1699]:
8888
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.
8989
* https://couchbasecloud.atlassian.net/browse/JVMCBC-1700[JVMCBC-1700]:
90-
Upgrade to Jackson 2.20.1
90+
Upgraded to `Jackson` `2.20.1`.
9191
* https://couchbasecloud.atlassian.net/browse/JVMCBC-1704[JVMCBC-1704]:
92-
Upgrade Netty from 4.1.127 to 4.1.128
92+
Upgraded `Netty` from `4.1.127` to `4.1.128`.
9393

9494
===== New Features
9595

9696
* https://couchbasecloud.atlassian.net/browse/JVMCBC-1679[JVMCBC-1679]:
97-
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.
98100
* https://couchbasecloud.atlassian.net/browse/JVMCBC-1689[JVMCBC-1689]:
99-
Add JwtAuthenticator
101+
Added `JwtAuthenticator`.
102+
100103

101104

102105
== Java SDK 3.9 Releases
103106

107+
108+
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+
104111
=== Version 3.9.2 (10 October 2025)
105112

106113
This is the second maintenance release of the 3.9 series.

0 commit comments

Comments
 (0)