@@ -23,7 +23,7 @@ include::{version-common}@sdk:pages:partial$signed.adoc[tag=signed]
2323
2424
2525[#latest-release]
26- == Java SDK 3.9 Releases
26+ == Java SDK 3.10 Releases
2727
2828We always recommend using the latest version of the SDK -- it contains all of the latest security patches and support for new and upcoming features.
2929All patch releases for each dot minor release should be API compatible, and safe to upgrade;
@@ -44,6 +44,46 @@ echo metrics-opentelemetry ; grep '<version>' $src/metrics-opentelemetry/pom.xml
4444echo metrics-micrometer ; grep '<version>' $src/metrics-micrometer/pom.xml | head -2 | tail -1 ; grep '<micrometer.version>' $src/pom.xml
4545////
4646
47+ === Version 3.10.0 (?? November 2025)
48+
49+ This is the first release of the 3.10 series.
50+
51+ https://packages.couchbase.com/clients/java/3.9.0/Couchbase-Java-Client-3.10.0.zip[Download] |
52+ https://docs.couchbase.com/sdk-api/couchbase-java-client-3.10.0/index.html[API Reference] |
53+ http://docs.couchbase.com/sdk-api/couchbase-core-io-3.10.0/[Core API Reference]
54+
55+ The supported and tested dependencies for this release are:
56+
57+ * io.projectreactor:**reactor-core:3.6.9**
58+ * org.reactivestreams:**reactive-streams:1.0.4**
59+
60+ Optional artifacts on top of this SDK version are tested for the following compatibilities:
61+
62+ .Optional Artifact Version Compatibility
63+ [options="header"]
64+ |=======================
65+ | Artifact | Couchbase Version | Built Against | API Stability
66+ | `tracing-opentelemetry` | 3.10.0 | OpenTelemetry 1.31.0 | Committed
67+ | `tracing-opentracing` | 3.10.0 | OpenTracing 0.33.0 | Committed
68+ | `metrics-opentelemetry` | 3.10.0 | OpenTelemetry 1.31.0 | Volatile
69+ | `metrics-micrometer` | 3.10.0 | Micrometer 1.12.9 | Volatile
70+ |=======================
71+
72+
73+
74+ ==== Behavioral Changes
75+
76+
77+
78+
79+
80+
81+
82+
83+
84+
85+
86+ == Java SDK 3.9 Releases
4787
4888=== Version 3.9.2 (10 October 2025)
4989
0 commit comments