diff --git a/antora.yml b/antora.yml index 9cfb6841..b8ca41a6 100644 --- a/antora.yml +++ b/antora.yml @@ -14,7 +14,7 @@ asciidoc: attributes: page-nav-header-levels: 1 server_version: '7.6.6' - sdk_current_version: '3.8.2' + sdk_current_version: '3.8.3' sdk_dot_minor: '3.8' sdk_dot_major: '3.x' version-server: '7.6' diff --git a/modules/project-docs/pages/sdk-release-notes.adoc b/modules/project-docs/pages/sdk-release-notes.adoc index 1a3cb7d0..638d2fab 100644 --- a/modules/project-docs/pages/sdk-release-notes.adoc +++ b/modules/project-docs/pages/sdk-release-notes.adoc @@ -46,6 +46,38 @@ echo metrics-micrometer ; grep '' $src/metrics-micrometer/pom.xml | hea //// +=== Version 3.8.3 (11 July 2025) + +This is the third maintenance release of the 3.8 series. + +https://packages.couchbase.com/clients/java/3.8.3/Couchbase-Java-Client-3.8.3.zip[Download] | +https://docs.couchbase.com/sdk-api/couchbase-java-client-3.8.3/index.html[API Reference] | +http://docs.couchbase.com/sdk-api/couchbase-core-io-3.8.3/[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.3 | OpenTelemetry 1.31.0 | Committed +| `tracing-opentracing` | 1.6.3 | OpenTracing 0.33.0 | Committed +| `metrics-opentelemetry` | 0.8.3 | OpenTelemetry 1.31.0 | Volatile +| `metrics-micrometer` | 0.8.3 | Micrometer 1.12.9 | Volatile +|======================= + +==== Bug Fixes + +https://couchbasecloud.atlassian.net/browse/JVMCBC-1654[JVMCBC-1654]: +FIxed a bug that prevented `Collection.getAnyReplica()`, `getAllReplicas()`, `lookupInAnyReplica()`, `lookupInAllReplicas()`, `scan()`, `[Reactive]BatchHelper.exists()`, and `getIfExists()` from timing out if the bucket does not exist or is not accessible. + + + === Version 3.8.2 (3 June 2025) This is the second maintenance release of the 3.8 series. @@ -77,7 +109,6 @@ Optional artifacts on top of this SDK version are tested for the following compa Upgraded `Jackson` from `2.17.2` to `2.17.3`. - === Version 3.8.1 (9 May 2025) This is the first maintenance release of the 3.8 series. diff --git a/pom.xml b/pom.xml index b5e61d6f..37eef485 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ com.couchbase.client java-client - 3.8.2 + 3.8.3 com.fasterxml.jackson.core