Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions modules/project-docs/pages/sdk-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,36 @@ echo metrics-opentelemetry ; grep '<version>' $src/metrics-opentelemetry/pom.xml
echo metrics-micrometer ; grep '<version>' $src/metrics-micrometer/pom.xml | head -2 | tail -1 ; grep '<micrometer.version>' $src/pom.xml
////

=== Version 3.8.2 (4 June 2025)

This is the second maintenance release of the 3.8.2 series.

https://packages.couchbase.com/clients/java/3.8.2/Couchbase-Java-Client-3.8.2.zip[Download] |
https://docs.couchbase.com/sdk-api/couchbase-java-client-3.8.2/index.html[API Reference] |
http://docs.couchbase.com/sdk-api/couchbase-core-io-3.8.2/[Core API Reference]

The supported and tested dependencies for this release are:

* io.projectreactor:**reactor-core:3.6.9**
* org.reactivestreams:**reactive-streams:1.0.4**

Optional artifacts on top of this SDK version are tested for the following compatibilities:

.Optional Artifact Version Compatibility
[options="header"]
|=======================
| Artifact | Couchbase Version | Built Against | API Stability
| `tracing-opentelemetry` | 1.6.2 | OpenTelemetry 1.31.0 | Committed
| `tracing-opentracing` | 1.6.2 | OpenTracing 0.33.0 | Committed
| `metrics-opentelemetry` | 0.8.2 | OpenTelemetry 1.31.0 | Volatile
| `metrics-micrometer` | 0.8.2 | Micrometer 1.12.9 | Volatile
|=======================

==== Improvements

* https://couchbasecloud.atlassian.net/browse/JVMCBC-1647[JVMCBC-1647]:
Updated `Jackson` to `2.17.3`.


=== Version 3.8.1 (9 May 2025)

Expand Down