Skip to content

Commit dd88d0f

Browse files
authored
Merge pull request #281 from jeffrymorris/dotnet-3.4-release-notes
Dotnet 3.4.0 release notes
2 parents d3987ad + 196f920 commit dd88d0f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

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

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,31 @@ For release notes, download links, and installation methods for 2.7 and earlier
1414

1515
The full installation instructions that were previously on this page can now be found xref:sdk-full-installation.adoc[here].
1616

17+
[#version-3-4-0]
18+
== Version 3.4.0 (10 November 2022)
19+
20+
Version 3.4.0 is the first release of the 3.4 series.
21+
22+
https://packages.couchbase.com/clients/net/3.4/Couchbase-Net-Client-3.4.0.zip[Download] |
23+
https://docs.couchbase.com/sdk-api/couchbase-net-client-3.4.0[API Reference] |
24+
https://www.nuget.org/packages/CouchbaseNetClient/3.4.0[Nuget]
25+
26+
=== Special Note
27+
28+
* 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.
29+
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.
30+
If you encounter a similar situation during migration and need help with mitigation, please contact our support team.
31+
32+
=== Fixed Issues
33+
34+
* https://issues.couchbase.com/browse/NCBC-3246[NCBC-3246]: EndpointDiagnostics.State always returns "Authenticating" for KV and not implemented per RFC
35+
* https://issues.couchbase.com/browse/NCBC-3266[NCBC-3266]: A timeout may have a status of "success"
36+
* https://issues.couchbase.com/browse/NCBC-3281[NCBC-3281]: Erroneous time reported in timeout log message.
37+
* https://issues.couchbase.com/browse/NCBC-3286[NCBC-3286]: RetryHandler does not apply backoff when a request is not AlwaysRetry.
38+
39+
=== New Features and Behavioral Changes
40+
* https://issues.couchbase.com/browse/NCBC-3271[NCBC-3271]: Error Message for Bucket Hibernation
41+
1742

1843
[#version-3-3-6]
1944
== Version 3.3.6 (06 October 2022)

0 commit comments

Comments
 (0)