Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ asciidoc:
attributes:
page-nav-header-levels: 1
server_version: '7.6.6'
sdk_current_version: '3.8.1'
sdk_current_version: '3.8.2'
sdk_dot_minor: '3.8'
sdk_dot_major: '3.x'
version-server: '7.6'
Expand Down
4 changes: 2 additions & 2 deletions modules/hello-world/pages/start-using-sdk.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ Maven::
<dependency>
<groupId>com.couchbase.client</groupId>
<artifactId>java-client</artifactId>
<version>3.8.1</version>
<version>3.8.2</version>
</dependency>
</dependencies>
----
Expand All @@ -651,7 +651,7 @@ Gradle::
--
[source,groovy]
----
implementation 'com.couchbase.client:java-client:3.8.1'
implementation 'com.couchbase.client:java-client:3.8.2'
----
--
====
Expand Down
36 changes: 34 additions & 2 deletions modules/project-docs/pages/sdk-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,43 @@ echo metrics-micrometer ; grep '<version>' $src/metrics-micrometer/pom.xml | hea
////


=== Version 3.8.2 (3 June 2025)

This is the second maintenance release of the 3.8 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]:
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.1 series.
This is the first maintenance release of the 3.8 series.

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

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>com.couchbase.client</groupId>
<artifactId>java-client</artifactId>
<version>3.8.0</version>
<version>3.8.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
Loading