Skip to content
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

DOC-12619 use 3.5.5/ 3.6.3 #348

Open
wants to merge 1 commit into
base: temp/3.6
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/project-docs/pages/compatibility.adoc
Original file line number Diff line number Diff line change
@@ -162,9 +162,9 @@ It is best to upgrade either the SDK or the Couchbase version you are using.
| *✔*
|===

<1> If you are on SDK versions 3.4.11 - 3.4.15, we strongly encourage you to upgrade to .NET SDK v3.5.1+.
<1> If you are on SDK versions 3.4.11 - 3.4.15, we strongly encourage you to upgrade to .NET SDK v3.5.5+ or 3.6.3+.
While these versions will continue be compatible and supported with server 7.6.0, you may encounter timeout exceptions during rebalances under KV high workload.
3.6.1+ is recommended for Server 7.6.0+ --
3.6.3+ is recommended for Server 7.6.0+ --
more information is on the xref:sdk-release-notes.adoc[Release Notes page].

Note the https://www.couchbase.com/support-policy[End of Life dates^] for Couchbase Server and SDK versions.
26 changes: 24 additions & 2 deletions modules/project-docs/pages/sdk-release-notes.adoc
Original file line number Diff line number Diff line change
@@ -22,6 +22,8 @@ We always recommend using the latest version of the SDK -- it contains all of th
All patch releases for each dot minor release should be API compatible, and safe to upgrade;
any changes to expected behavior are noted in the release notes that follow.



=== Version 3.6.3 (19 September 2024)

Version 3.6.3 is a hotfix release.
@@ -87,6 +89,8 @@ https://packages.couchbase.com/clients/net/3.6/Couchbase-Net-Client-3.6.2.zip[Do
https://docs.couchbase.com/sdk-api/couchbase-net-client-3.6.2[API Reference] |
https://www.nuget.org/packages/CouchbaseNetClient/3.6.2[Nuget]

NOTE: Owing to issues with `ConfigPushHandler`, it is recommended that all customers using Server 7.6 or later upgrade to SDK 3.6.3 or later.

==== Fixed Issues

* https://issues.couchbase.com/browse/NCBC-3817[NCBC-3817]:
@@ -112,6 +116,8 @@ https://packages.couchbase.com/clients/net/3.6/Couchbase-Net-Client-3.6.1.zip[Do
https://docs.couchbase.com/sdk-api/couchbase-net-client-3.6.1[API Reference] |
https://www.nuget.org/packages/CouchbaseNetClient/3.6.1[Nuget]

NOTE: Owing to issues with `ConfigPushHandler`, it is recommended that all customers using Server 7.6 or later upgrade to SDK 3.6.3 or later.

==== Fixed Issues

* https://issues.couchbase.com/browse/NCBC-3791[NCBC-3791]:
@@ -140,7 +146,7 @@ https://www.nuget.org/packages/CouchbaseNetClient/3.6.0[Nuget]
==== Known Issues

* There is an edge case that can cause high CPU usage against Couchbase Server 7.6 and later.
Users are advised to upgrade to 3.6.1.
Users are advised to upgrade to 3.6.3 or later.

==== Fixed Issues

@@ -182,6 +188,18 @@ Updated `VectorSearch`'s InterfaceStability to Committed.

== .NET SDK 3.5 Releases

// 3.5.5 ???????
//
// === Version 3.5.5 (11 Odtober 2024)
//
// WANTED: Release notes


// 3.5.4
// something along the lines of
// Version 3.5.4 suffered from a build error, and is replaced with 3.5.5
// ?


=== Version 3.5.3 (23 July 2024)

@@ -191,6 +209,8 @@ https://packages.couchbase.com/clients/net/3.5/Couchbase-Net-Client-3.5.3.zip[Do
https://docs.couchbase.com/sdk-api/couchbase-net-client-3.5.3[API Reference] |
https://www.nuget.org/packages/CouchbaseNetClient/3.5.3[Nuget]

NOTE: Owing to issues with `ConfigPushHandler`, it is recommended that all customers using Server 7.6 or later upgrade to SDK 3.5.5, or SDK 3.6.3 or later.

==== Fixed Issues

Microsoft disclosed a CVE affecting their System.Text.Json (STJ) library on the 9th of July 2024. This release upgrades STJ to the patched version in our SDK.
@@ -215,7 +235,7 @@ https://packages.couchbase.com/clients/net/3.5/Couchbase-Net-Client-3.5.2.zip[Do
https://docs.couchbase.com/sdk-api/couchbase-net-client-3.5.2[API Reference] |
https://www.nuget.org/packages/CouchbaseNetClient/3.5.2[Nuget]

NOTE: Owing to https://issues.couchbase.com/browse/NCBC-3794[NCBC-3794], it is recommended that all customers using Server 7.6 or later upgrade to SDK 3.5.3, or SDK 3.6.2 or later, immediately.
NOTE: Owing to issues with `ConfigPushHandler`, it is recommended that all customers using Server 7.6 or later upgrade to SDK 3.5.5, or SDK 3.6.3 or later.


==== Fixed Issues
@@ -257,6 +277,8 @@ https://packages.couchbase.com/clients/net/3.5/Couchbase-Net-Client-3.5.1.zip[Do
https://docs.couchbase.com/sdk-api/couchbase-net-client-3.5.1[API Reference] |
https://www.nuget.org/packages/CouchbaseNetClient/3.5.1[Nuget]

NOTE: Owing to issues with `ConfigPushHandler`, it is recommended that all customers using Server 7.6 or later upgrade to SDK 3.5.5, or SDK 3.6.3 or later.

==== Fixed Issues

* https://issues.couchbase.com/browse/NCBC-3690[NCBC-3690]: