Skip to content

Commit 2cc496a

Browse files
Merge pull request #455 from mikereiche/release/3.8
Release 3.8.3
2 parents 3af4fa3 + e095066 commit 2cc496a

File tree

3 files changed

+34
-3
lines changed

3 files changed

+34
-3
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: '7.6.6'
17-
sdk_current_version: '3.8.2'
17+
sdk_current_version: '3.8.3'
1818
sdk_dot_minor: '3.8'
1919
sdk_dot_major: '3.x'
2020
version-server: '7.6'

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

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,38 @@ echo metrics-micrometer ; grep '<version>' $src/metrics-micrometer/pom.xml | hea
4646
////
4747

4848

49+
=== Version 3.8.3 (11 July 2025)
50+
51+
This is the third maintenance release of the 3.8 series.
52+
53+
https://packages.couchbase.com/clients/java/3.8.3/Couchbase-Java-Client-3.8.3.zip[Download] |
54+
https://docs.couchbase.com/sdk-api/couchbase-java-client-3.8.3/index.html[API Reference] |
55+
http://docs.couchbase.com/sdk-api/couchbase-core-io-3.8.3/[Core API Reference]
56+
57+
The supported and tested dependencies for this release are:
58+
59+
* io.projectreactor:**reactor-core:3.6.9**
60+
* org.reactivestreams:**reactive-streams:1.0.4**
61+
62+
Optional artifacts on top of this SDK version are tested for the following compatibilities:
63+
64+
.Optional Artifact Version Compatibility
65+
[options="header"]
66+
|=======================
67+
| Artifact | Couchbase Version | Built Against | API Stability
68+
| `tracing-opentelemetry` | 1.6.3 | OpenTelemetry 1.31.0 | Committed
69+
| `tracing-opentracing` | 1.6.3 | OpenTracing 0.33.0 | Committed
70+
| `metrics-opentelemetry` | 0.8.3 | OpenTelemetry 1.31.0 | Volatile
71+
| `metrics-micrometer` | 0.8.3 | Micrometer 1.12.9 | Volatile
72+
|=======================
73+
74+
==== Bug Fixes
75+
76+
https://couchbasecloud.atlassian.net/browse/JVMCBC-1654[JVMCBC-1654]:
77+
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.
78+
79+
80+
4981
=== Version 3.8.2 (3 June 2025)
5082

5183
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
77109
Upgraded `Jackson` from `2.17.2` to `2.17.3`.
78110

79111

80-
81112
=== Version 3.8.1 (9 May 2025)
82113

83114
This is the first maintenance release of the 3.8 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.8.2</version>
25+
<version>3.8.3</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)