-
Notifications
You must be signed in to change notification settings - Fork 32
.NET 3.4.1 Release notes #284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
RichardSmedley
merged 1 commit into
couchbase:release/3.4
from
jeffrymorris:dotnet-3.4.1-rn
Dec 12, 2022
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,6 +13,30 @@ These pages cover the 3._x_ versions of the Couchbase .NET SDK. | |
| 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]. | ||
|
|
||
| The full installation instructions that were previously on this page can now be found xref:sdk-full-installation.adoc[here]. | ||
| [#version-3-4-1] | ||
| == Version 3.4.1 (09 December 2022) | ||
|
|
||
| Version 3.4.1 is the second release of the 3.4 series. | ||
|
|
||
| === Special Note | ||
|
|
||
| * 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. | ||
| 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. | ||
| If you encounter a similar situation during migration and need help with mitigation, please contact our support team. | ||
|
|
||
| === Fixed Issues | ||
|
|
||
| * https://issues.couchbase.com/browse/NCBC-3204[NCBC-3204]: CombinationTest failure: Test_GetAndLockAsync_Locked | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. NIT: If the fix was to change/disable the test, is it release note-worthy? |
||
| * https://issues.couchbase.com/browse/NCBC-3283[NCBC-3283]: Search: Min function throws an exception if the argument is > 0 | ||
| * https://issues.couchbase.com/browse/NCBC-3295[NCBC-3295]: KeyNotFound / DocumentNotFound should not trigger the Circuit Breaker | ||
| * https://issues.couchbase.com/browse/NCBC-3296[NCBC-3296]: PopulateCID caches Exceptions forever | ||
| * https://issues.couchbase.com/browse/NCBC-3298[NCBC-3298]: "couchbases://" Does not automatically enable TLS in SDK 3.4 | ||
| * https://issues.couchbase.com/browse/NCBC-3304[NCBC-3304]: ObjectDisposedException on GET command during rebalance | ||
|
|
||
| === New Features and Behavioral Changes | ||
|
|
||
| * https://issues.couchbase.com/browse/NCBC-2167[NCBC-2167]: Refactor operation callback handling and exception mapping | ||
|
|
||
|
|
||
| [#version-3-4-0] | ||
| == Version 3.4.0 (10 November 2022) | ||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NIT: This is information-free :-) Omit it if you want.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks David - this bit is as much visual pause as orientation, for those skimming quickly.