Skip to content

Commit 8b17066

Browse files
Gardening
1 parent 67ff5ad commit 8b17066

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ We always recommend using the latest version of the SDK -- it contains all of th
2828
All patch releases for each dot minor release should be API compatible, and safe to upgrade;
2929
any changes to expected behavior are noted in the release notes that follow.
3030

31+
3132
=== Version 3.5.1 (7 December 2023)
3233

33-
This is a standard maintenance release.
34+
This is a regular maintenance release.
3435

3536
The supported and tested dependencies for this release are:
3637

@@ -53,21 +54,22 @@ Optional artifacts on top of this SDK version are tested for the following compa
5354

5455
* https://issues.couchbase.com/browse/JVMCBC-1435[JVMCBC-1435],
5556
https://issues.couchbase.com/browse/JVMCBC-1436[JVMCBC-1436]:
56-
Upgrade Netty and Jackson dependencies.
57+
Upgraded Netty and Jackson dependencies.
5758
* https://issues.couchbase.com/browse/JVMCBC-1440[JVMCBC-1440]:
5859
Adding `DocumentNotLockedException` supporting future Couchbase Server versions that will return an error code when unlocking a document that is not locked.
5960

60-
==== Bugs
61+
==== Bugfixes
6162

6263
* https://issues.couchbase.com/browse/JVMCBC-1433[JVMCBC-1433]:
6364
The SDK can now connect to Memcached buckets whose names contain the percent (`%`) character.
6465
(We'd like to take this opportunity to remind everyone that Memcached buckets are deprecated in favor of Ephemeral buckets.)
6566
* https://issues.couchbase.com/browse/JVMCBC-1437[JVMCBC-1437]:
6667
With Couchbase Server versions that support updating a collection's max expiry, it's now possible to clear the expiry by passing `Duration.ZERO` for the new value.
6768
* https://issues.couchbase.com/browse/JVMCBC-1441[JVMCBC-1441]:
68-
Handle additional error case for `IndexNotFoundException`.
69+
The SDK now handles an additional error case for `IndexNotFoundException`.
6970
* https://issues.couchbase.com/browse/JVMCBC-1442[JVMCBC-1442]:
70-
Fix dependency issue with `tracing-opentelemetry` module.
71+
Fixed a dependency issue with `tracing-opentelemetry` module.
72+
7173

7274
=== Version 3.5.0 (21 November 2023)
7375

0 commit comments

Comments
 (0)