Skip to content

Commit 5e11452

Browse files
committed
3.3.1 release notes for bug NCBC-3192 in 3.3.0
1 parent 1559b4b commit 5e11452

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

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

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,37 @@ For release notes, download links, and installation methods for 2.7 and earlier
1515

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

18+
== Version 3.3.1 (29 April 2022)
19+
20+
Version 3.3.1 is the second release of the 3.3 series. It contains a single ticket (NCBC-3192) and is a re-release of 3.3.0 with (NCBC-3192).
21+
22+
https://packages.couchbase.com/clients/net/3.3/Couchbase-Net-Client-3.3.1.zip[Download] |
23+
https://docs.couchbase.com/sdk-api/couchbase-net-client-3.3.1[API Reference] |
24+
https://www.nuget.org/packages/CouchbaseNetClient/3.3.1[Nuget]
25+
26+
=== Special Note
27+
28+
* During a rebalance upgrade from 6.x (or any earlier version) to 7x, 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 quiesce 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-2543[NCBC-3192]: Erroneous InvalidArgumentException with default TLS settings
35+
1836
== Version 3.3.0 (27 April 2022)
1937

20-
Version 3.3.0 is the first release of the 3.3 series.
38+
Version 3.3.0 is the first release of the 3.3 series (delisted from NuGet 4/28/2022).
2139

2240
https://packages.couchbase.com/clients/net/3.3/Couchbase-Net-Client-3.3.0.zip[Download] |
2341
https://docs.couchbase.com/sdk-api/couchbase-net-client-3.3.0[API Reference] |
2442
https://www.nuget.org/packages/CouchbaseNetClient/3.3.0[Nuget]
2543

44+
=== Special Note
45+
46+
* During a rebalance upgrade from 6.x (or any earlier version) to 7x, 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.
47+
The solution is to either upgrade to 3.2.9 or greater, or to quiesce application processing so there are no writes until you have upgraded all nodes.
48+
If you encounter a similar situation during migration and need help with mitigation, please contact our support team.
2649

2750
=== Fixed Issues
2851

0 commit comments

Comments
 (0)