Skip to content

Commit 8affcf2

Browse files
authored
Release notes for dotnet 3.4.1 release (#284)
1 parent dd88d0f commit 8affcf2

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,30 @@ These pages cover the 3._x_ versions of the Couchbase .NET SDK.
1313
For release notes, download links, and installation methods for 2.7 and earlier releases of the Couchbase .NET Client, please see the xref:2.7@dotnet-sdk::sdk-release-notes.adoc[2.x .NET Release Notes & Download Archive].
1414

1515
The full installation instructions that were previously on this page can now be found xref:sdk-full-installation.adoc[here].
16+
[#version-3-4-1]
17+
== Version 3.4.1 (09 December 2022)
18+
19+
Version 3.4.1 is the second release of the 3.4 series.
20+
21+
=== Special Note
22+
23+
* During a rebalance upgrade from 6.x (or any earlier version) to 7.x, in mixed mode (where you are communicating with Couchbase Server whilst some but not all nodes are upgraded), there is a known issue where data may be written to the wrong location.
24+
The solution is to either upgrade to `3.2.9` or greater, or to pause application processing so there are no writes until you have upgraded all nodes.
25+
If you encounter a similar situation during migration and need help with mitigation, please contact our support team.
26+
27+
=== Fixed Issues
28+
29+
* https://issues.couchbase.com/browse/NCBC-3204[NCBC-3204]: CombinationTest failure: Test_GetAndLockAsync_Locked
30+
* https://issues.couchbase.com/browse/NCBC-3283[NCBC-3283]: Search: Min function throws an exception if the argument is > 0
31+
* https://issues.couchbase.com/browse/NCBC-3295[NCBC-3295]: KeyNotFound / DocumentNotFound should not trigger the Circuit Breaker
32+
* https://issues.couchbase.com/browse/NCBC-3296[NCBC-3296]: PopulateCID caches Exceptions forever
33+
* https://issues.couchbase.com/browse/NCBC-3298[NCBC-3298]: "couchbases://" Does not automatically enable TLS in SDK 3.4
34+
* https://issues.couchbase.com/browse/NCBC-3304[NCBC-3304]: ObjectDisposedException on GET command during rebalance
35+
36+
=== New Features and Behavioral Changes
37+
38+
* https://issues.couchbase.com/browse/NCBC-2167[NCBC-2167]: Refactor operation callback handling and exception mapping
39+
1640

1741
[#version-3-4-0]
1842
== Version 3.4.0 (10 November 2022)

0 commit comments

Comments
 (0)