Skip to content

Commit 571eea4

Browse files
Release notes for Couchbase .NET 3.3.5 release (#276)
* Release notes for Couchbase .NET 3.3.5 release Co-authored-by: Jeff Morris <[email protected]> Co-authored-by: Maria Shodunke <[email protected]>
1 parent 7acf320 commit 571eea4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,28 @@ 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-5]
19+
== Version 3.3.5 (16 September 2022)
20+
21+
Version 3.3.5 is the sixth release of the 3.3 series.
22+
23+
https://packages.couchbase.com/clients/net/3.3/Couchbase-Net-Client-3.3.5.zip[Download] |
24+
https://docs.couchbase.com/sdk-api/couchbase-net-client-3.3.5[API Reference] |
25+
https://www.nuget.org/packages/CouchbaseNetClient/3.3.5[Nuget]
26+
27+
=== Special Note
28+
29+
* 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.
30+
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.
31+
If you encounter a similar situation during migration and need help with mitigation, please contact our support team.
32+
33+
=== Fixed Issues
34+
35+
* https://issues.couchbase.com/browse/NCBC-3256[NCBC-3256]:
36+
Fixed issue where `Search.MetaData.TimeTook` was being parsed as ticks, not nanoseconds.
37+
* https://issues.couchbase.com/browse/NCBC-3257[NCBC-3257]:
38+
Fixed a bug where operations failed on memcached bucket types.
39+
1840
[#version-3-3-4]
1941
== Version 3.3.4 (02 August 2022)
2042

0 commit comments

Comments
 (0)