@@ -45,6 +45,41 @@ echo metrics-micrometer ; grep '<version>' $src/metrics-micrometer/pom.xml | hea
4545////
4646
4747
48+ === Version 3.9.2 (10 October 2025)
49+
50+ This is the second maintenance release of the 3.9 series.
51+
52+ https://packages.couchbase.com/clients/java/3.9.2/Couchbase-Java-Client-3.9.2.zip[Download] |
53+ https://docs.couchbase.com/sdk-api/couchbase-java-client-3.9.2/index.html[API Reference] |
54+ http://docs.couchbase.com/sdk-api/couchbase-core-io-3.9.2/[Core API Reference]
55+
56+ The supported and tested dependencies for this release are:
57+
58+ * io.projectreactor:**reactor-core:3.6.9**
59+ * org.reactivestreams:**reactive-streams:1.0.4**
60+
61+ Optional artifacts on top of this SDK version are tested for the following compatibilities:
62+
63+ .Optional Artifact Version Compatibility
64+ [options="header"]
65+ |=======================
66+ | Artifact | Couchbase Version | Built Against | API Stability
67+ | `tracing-opentelemetry` | 3.9.2 | OpenTelemetry 1.31.0 | Committed
68+ | `tracing-opentracing` | 3.9.2 | OpenTracing 0.33.0 | Committed
69+ | `metrics-opentelemetry` | 3.9.2 | OpenTelemetry 1.31.0 | Volatile
70+ | `metrics-micrometer` | 3.9.2 | Micrometer 1.12.9 | Volatile
71+ |=======================
72+
73+ ==== Improvements
74+
75+ * https://couchbasecloud.atlassian.net/browse/JVMCBC-1694[JVMCBC-1694]:
76+ Updated `Netty` to `4.1.127`.
77+
78+ * https://couchbasecloud.atlassian.net/browse/JCBC-2204[JCBC-2204]:
79+ Added an `io.configNotifications` client setting.
80+ If advised by Couchbase Technical Support, set this to false to disable server-initiated cluster topology change notifications.
81+
82+
4883=== Version 3.9.1 (5 September 2025)
4984
5085This is the first maintenance release of the 3.9 series.
0 commit comments