Skip to content

Commit 9b8fcbd

Browse files
patch releases
1 parent 1649d70 commit 9b8fcbd

1 file changed

Lines changed: 78 additions & 0 deletions

File tree

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

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,84 @@ echo metrics-micrometer ; grep '<version>' $src/metrics-micrometer/pom.xml | hea
4242

4343

4444

45+
=== Version 3.7.9 (11 March 2025)
46+
47+
This is the ninth maintenance release of the 3.7 series.
48+
49+
https://packages.couchbase.com/clients/java/3.7.9/Couchbase-Java-Client-3.7.9.zip[Download] |
50+
https://docs.couchbase.com/sdk-api/couchbase-java-client-3.7.9/index.html[API Reference] |
51+
http://docs.couchbase.com/sdk-api/couchbase-core-io-3.7.9/[Core API Reference]
52+
53+
The supported and tested dependencies for this release are:
54+
55+
* io.projectreactor:**reactor-core:3.6.9**
56+
* org.reactivestreams:**reactive-streams:1.0.4**
57+
58+
Optional artifacts on top of this SDK version are tested for the following compatibilities:
59+
60+
.Optional Artifact Version Compatibility
61+
[options="header"]
62+
|=======================
63+
| Artifact | Couchbase Version | Built Against | API Stability
64+
| `tracing-opentelemetry` | 1.5.9 | OpenTelemetry 1.31.0 | Committed
65+
| `tracing-opentracing` | 1.5.9 | OpenTracing 0.33.0 | Committed
66+
| `metrics-opentelemetry` | 0.7.9 | OpenTelemetry 1.31.0 | Volatile
67+
| `metrics-micrometer` | 0.7.9 | Micrometer 1.12.9 | Volatile
68+
|=======================
69+
70+
==== Improvements
71+
72+
* https://couchbasecloud.atlassian.net/browse/JVMCBC-1614[JVMCBC-1614]:
73+
Added `ServiceType.id()`
74+
75+
* https://couchbasecloud.atlassian.net/browse/JVMCBC-1615[JVMCBC-1615]:
76+
Moved `nodeUUID` from `NodeIdentifier` to `HostAndServicePorts`.
77+
78+
* https://couchbasecloud.atlassian.net/browse/JVMCBC-1616[JVMCBC-1616]
79+
Upgraded Netty to `4.1.118`.
80+
81+
82+
=== Version 3.7.8 (11 February 2025)
83+
84+
This is the eighth maintenance release of the 3.7 series.
85+
86+
https://packages.couchbase.com/clients/java/3.7.8/Couchbase-Java-Client-3.7.8.zip[Download] |
87+
https://docs.couchbase.com/sdk-api/couchbase-java-client-3.7.8/index.html[API Reference] |
88+
http://docs.couchbase.com/sdk-api/couchbase-core-io-3.7.8/[Core API Reference]
89+
90+
The supported and tested dependencies for this release are:
91+
92+
* io.projectreactor:**reactor-core:3.6.9**
93+
* org.reactivestreams:**reactive-streams:1.0.4**
94+
95+
Optional artifacts on top of this SDK version are tested for the following compatibilities:
96+
97+
.Optional Artifact Version Compatibility
98+
[options="header"]
99+
|=======================
100+
| Artifact | Couchbase Version | Built Against | API Stability
101+
| `tracing-opentelemetry` | 1.5.8 | OpenTelemetry 1.31.0 | Committed
102+
| `tracing-opentracing` | 1.5.8 | OpenTracing 0.33.0 | Committed
103+
| `metrics-opentelemetry` | 0.7.8 | OpenTelemetry 1.31.0 | Volatile
104+
| `metrics-micrometer` | 0.7.8 | Micrometer 1.12.9 | Volatile
105+
|=======================
106+
107+
==== Improvements
108+
109+
* https://jira.issues.couchbase.com/browse/JVMCBC-1609[JVMCBC-1609]:
110+
Added experimental client settings for tuning socket send/receive buffer size and channel outbound buffer high/low-water marks.
111+
** `io.sendBuffer`
112+
** `io.receiveBuffer`
113+
** `io.lowWaterMark`
114+
** `io.highWaterMark`
115+
+
116+
NOTE: We do not currently recommend configuring these settings unless you are working with Couchbase technical support to diagnose a network performance issue.
117+
118+
* https://jira.issues.couchbase.com/browse/JCBC-2179[JCBC-2179]:
119+
`CouchbaseHttpClient` can now send `PATCH` requests.
120+
121+
122+
45123
=== Version 3.7.7 (08 January 2025)
46124

47125
This is the seventh maintenance release of the 3.7 series.

0 commit comments

Comments
 (0)