Skip to content

Commit 58e56f1

Browse files
Dotnet 3.3.6 release notes (#277)
* Dotnet 3.3.6 release notes * Gardening Co-authored-by: Jeff Morris <[email protected]> Co-authored-by: Richard Smedley <[email protected]>
1 parent 571eea4 commit 58e56f1

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

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

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,48 @@ 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+
19+
[#version-3-3-6]
20+
== Version 3.3.6 (06 October 2022)
21+
22+
Version 3.3.6 is the seventh release of the 3.3 series.
23+
24+
https://packages.couchbase.com/clients/net/3.3/Couchbase-Net-Client-3.3.6.zip[Download] |
25+
https://docs.couchbase.com/sdk-api/couchbase-net-client-3.3.6[API Reference] |
26+
https://www.nuget.org/packages/CouchbaseNetClient/3.3.6[Nuget]
27+
28+
=== Special Note
29+
30+
* 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.
31+
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.
32+
If you encounter a similar situation during migration and need help with mitigation, please contact our support team.
33+
34+
=== Fixed Issues
35+
36+
* https://issues.couchbase.com/browse/NCBC-3265[NCBC-3265]:
37+
Ensure SDK can bootstrap from a non-data-service node.
38+
* https://issues.couchbase.com/browse/NCBC-3270[NCBC-3270]:
39+
Make `Increment` and `Decrement` take unsigned long delta, per the RFC.
40+
41+
=== New Features and Behavioral Changes
42+
* https://issues.couchbase.com/browse/NCBC-3167[NCBC-3167]:
43+
Load Testing Performance App for .NET.
44+
* https://issues.couchbase.com/browse/NCBC-3258[NCBC-3258]:
45+
Changed `QueryRequest` from /query to /query/service.
46+
* https://issues.couchbase.com/browse/NCBC-3263[NCBC-3263]:
47+
Support For Configuration Profiles added.
48+
* https://issues.couchbase.com/browse/NCBC-2953[NCBC-2953]:
49+
Support for Serverless/Lambda Execution Environments.
50+
* https://issues.couchbase.com/browse/NCBC-3261[NCBC-3261]:
51+
Where possible, we now use `ArrayPool` instead of `MemoryPool`.
52+
* https://issues.couchbase.com/browse/NCBC-3264[NCBC-3264]:
53+
Improved performance of lambda processing for subdoc operations.
54+
* https://issues.couchbase.com/browse/NCBC-3267[NCBC-3267]:
55+
When creating snapshot packages in Jenkins, the latest tag is now always used as a base for the snapshot name.
56+
* https://issues.couchbase.com/browse/NCBC-3268[NCBC-3268]:
57+
`Session
58+
State` GA readiness.
59+
1860
[#version-3-3-5]
1961
== Version 3.3.5 (16 September 2022)
2062

0 commit comments

Comments
 (0)