@@ -42,6 +42,38 @@ echo metrics-opentelemetry ; grep '<version>' $src/metrics-opentelemetry/pom.xml
4242echo metrics-micrometer ; grep '<version>' $src/metrics-micrometer/pom.xml | head -2 | tail -1 ; grep '<micrometer.version>' $src/pom.xml
4343////
4444
45+
46+ === Version 3.8.1 (9 May 2025)
47+
48+ This is the first maintenance release of the 3.8.1 series.
49+
50+ https://packages.couchbase.com/clients/java/3.8.1/Couchbase-Java-Client-3.1.0.zip[Download] |
51+ https://docs.couchbase.com/sdk-api/couchbase-java-client-3.8.1/index.html[API Reference] |
52+ http://docs.couchbase.com/sdk-api/couchbase-core-io-3.8.1/[Core API Reference]
53+
54+ The supported and tested dependencies for this release are:
55+
56+ * io.projectreactor:**reactor-core:3.6.9**
57+ * org.reactivestreams:**reactive-streams:1.0.4**
58+
59+ Optional artifacts on top of this SDK version are tested for the following compatibilities:
60+
61+ .Optional Artifact Version Compatibility
62+ [options="header"]
63+ |=======================
64+ | Artifact | Couchbase Version | Built Against | API Stability
65+ | `tracing-opentelemetry` | 1.6.1 | OpenTelemetry 1.31.0 | Committed
66+ | `tracing-opentracing` | 1.6.1 | OpenTracing 0.33.0 | Committed
67+ | `metrics-opentelemetry` | 0.8.1 | OpenTelemetry 1.31.0 | Volatile
68+ | `metrics-micrometer` | 0.8.1 | Micrometer 1.12.9 | Volatile
69+ |=======================
70+
71+ ==== Improvements
72+
73+ * https://couchbasecloud.atlassian.net/browse/JVMCBC-1631[JVMCBC-1631]:
74+ Updated `Netty` to `4.1.119`.
75+
76+
4577=== Version 3.8.0 (9 April 2025)
4678
4779This is the first release of the 3.8 series.
0 commit comments