Skip to content

Commit c1d50aa

Browse files
Merge pull request #461 from mikereiche/release/3.9
Release 3.9.1
2 parents be4eb63 + a93342b commit c1d50aa

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ asciidoc:
1414
attributes:
1515
page-nav-header-levels: 1
1616
server_version: '8.0.0'
17-
sdk_current_version: '3.9.0'
17+
sdk_current_version: '3.9.1'
1818
sdk_dot_minor: '3.9'
1919
sdk_dot_major: '3.x'
2020
version-server: '7.6'

modules/project-docs/pages/sdk-release-notes.adoc

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,44 @@ echo metrics-micrometer ; grep '<version>' $src/metrics-micrometer/pom.xml | hea
4545
////
4646

4747

48+
=== Version 3.9.1 (5 September 2025)
49+
50+
This is the first maintenance release of the 3.9 series.
51+
52+
https://packages.couchbase.com/clients/java/3.9.1/Couchbase-Java-Client-3.9.1.zip[Download] |
53+
https://docs.couchbase.com/sdk-api/couchbase-java-client-3.9.1/index.html[API Reference] |
54+
http://docs.couchbase.com/sdk-api/couchbase-core-io-3.9.1/[Core API Reference]
55+
56+
The supported and tested dependencies for this release are:
57+
58+
* io.projectreactor:**reactor-core:3.6.9**
59+
* org.reactivestreams:**reactive-streams:1.0.4**
60+
61+
Optional artifacts on top of this SDK version are tested for the following compatibilities:
62+
63+
.Optional Artifact Version Compatibility
64+
[options="header"]
65+
|=======================
66+
| Artifact | Couchbase Version | Built Against | API Stability
67+
| `tracing-opentelemetry` | 3.9.1 | OpenTelemetry 1.31.0 | Committed
68+
| `tracing-opentracing` | 3.9.1 | OpenTracing 0.33.0 | Committed
69+
| `metrics-opentelemetry` | 3.9.1 | OpenTelemetry 1.31.0 | Volatile
70+
| `metrics-micrometer` | 3.9.1 | Micrometer 1.12.9 | Volatile
71+
|=======================
72+
73+
==== Improvements
74+
75+
// * https://couchbasecloud.atlassian.net/browse/JVMCBC-1677[JVMCBC-1677]:
76+
// The BOM (`couchbase-client-bom`) now includes the `scala-client_3` artifact.
77+
78+
* https://couchbasecloud.atlassian.net/browse/JVMCBC-1678[JVMCBC-1678]:
79+
Upgraded `Netty` to `4.1.124`.
80+
81+
* https://couchbasecloud.atlassian.net/browse/JVMCBC-1680[JVMCBC-1680]:
82+
When parsing cluster topology into a `ClusterTopology` object, the original JSON is now retained, so it can be re-parsed with different parameters later.
83+
84+
85+
4886
=== Version 3.9.0 (5 August 2025)
4987

5088
This is the first release of the 3.9 series.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.couchbase.client</groupId>
2424
<artifactId>java-client</artifactId>
25-
<version>3.9.0</version>
25+
<version>3.9.1</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)