Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release notes for CouchbaseNetClient 3.4.15 #316

Merged
merged 2 commits into from
Feb 9, 2024
Merged
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
29 changes: 29 additions & 0 deletions modules/project-docs/pages/sdk-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,34 @@ All patch releases for each dot minor release should be API compatible, and safe
any changes to expected behavior are noted in the release notes that follow.


[#version-3-4-15]
=== Version 3.4.15 (09 Feb 2024)

Version 3.4.15 is the sixteenth release of the 3.4 series.

https://packages.couchbase.com/clients/net/3.4/Couchbase-Net-Client-3.4.15.zip[Download] |
https://docs.couchbase.com/sdk-api/couchbase-net-client-3.4.15[API Reference] |
https://www.nuget.org/packages/CouchbaseNetClient/3.4.15[Nuget]

==== Fixed Issues

* https://issues.couchbase.com/browse/NCBC-3599[NCBC-3599]:
Fixed SDK bugs related to Nullability of Increment, Decrement, and related options.
* https://issues.couchbase.com/browse/NCBC-3565[NCBC-3565]:
Added error handling for "index does not exist" query error.
* https://issues.couchbase.com/browse/NCBC-3635[NCBC-3635]:
`GetAnyReplica: AggregateException` field is now accessible when `DocumentUnretrievableException` is thrown.

==== New Features and Behavioral Changes

* https://issues.couchbase.com/browse/NCBC-3579[NCBC-3579]:
Support `DocumentNotLocked` exception when `collection.Unlock()` is called on a document that is not locked.
* https://issues.couchbase.com/browse/NCBC-3606[NCBC-3606]:
Added SDK Support for Scoped Search Indexes.
* https://issues.couchbase.com/browse/NCBC-3596[NCBC-3596]:
Support added for `maxTTL` value of -1, for collection "no expiry".


[#version-3-4-14]
=== Version 3.4.14 (18 Jan 2024)

Expand All @@ -35,6 +63,7 @@ https://docs.couchbase.com/sdk-api/couchbase-net-client-3.4.14[API Reference] |
https://www.nuget.org/packages/CouchbaseNetClient/3.4.14[Nuget]

==== Fixed Issues

* https://issues.couchbase.com/browse/NCBC-3434[NCBC-3434]:
A regression introduced in a recent release prevented `WaitUntilReady` from pinging nodes --
this has been fixed, and `WaitUntilReady` now correctly detects state.
Expand Down
Loading