From 81127b7bbe27c941a9c83401c1411639ff7da2b4 Mon Sep 17 00:00:00 2001 From: Gary Gray <137797428+ggray-cb@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:00:32 -0400 Subject: [PATCH 1/2] Draft of changes --- .../introduction/partials/dot-net-sdk-compat.adoc | 6 ++++++ .../introduction/partials/new-features-76.adoc | 7 +++++++ modules/release-notes/pages/relnotes.adoc | 1 + .../partials/docs-server-7.6-release-note.adoc | 15 +++++++++++++++ 4 files changed, 29 insertions(+) create mode 100644 modules/introduction/partials/dot-net-sdk-compat.adoc diff --git a/modules/introduction/partials/dot-net-sdk-compat.adoc b/modules/introduction/partials/dot-net-sdk-compat.adoc new file mode 100644 index 0000000000..0da5d87dbd --- /dev/null +++ b/modules/introduction/partials/dot-net-sdk-compat.adoc @@ -0,0 +1,6 @@ +Use version 3.5.1 or later of the .NET SDK with Couchbase Server 7.6. +Earlier versions of this SDK have some compatibility issues. + +WARNING: v3.4.10 is incompatible with Server 7.6 and later--do not use. +This version of the SDK is deprecated. +For details, see https://issues.couchbase.com/browse/NCBC-3724[NCBC-3724]. diff --git a/modules/introduction/partials/new-features-76.adoc b/modules/introduction/partials/new-features-76.adoc index 771e420cd2..455f4ec61c 100644 --- a/modules/introduction/partials/new-features-76.adoc +++ b/modules/introduction/partials/new-features-76.adoc @@ -295,3 +295,10 @@ See xref:install:upgrade.adoc[] for more information. * You can no longer set the `sendStats` to `false` in Couchbase Server Community Edition clusters. You can still set `sendStats` to `false` on Couchbase Server Enterprise Edition clusters. + +=== .NET SDK Compatibility + +include::partial$dot-net-sdk-compat.adoc[] + + + diff --git a/modules/release-notes/pages/relnotes.adoc b/modules/release-notes/pages/relnotes.adoc index 2731519ea9..a089ffac5f 100644 --- a/modules/release-notes/pages/relnotes.adoc +++ b/modules/release-notes/pages/relnotes.adoc @@ -1,6 +1,7 @@ = Release Notes for Couchbase Server 7.6 :page-aliases: analytics:releasenote :description: Couchbase Server 7.6.0 introduces multiple new features and fixes, as well as some deprecations and removals. +:page-toclevels: 2 include::partial$docs-server-7.6.1-release-note.adoc[] diff --git a/modules/release-notes/partials/docs-server-7.6-release-note.adoc b/modules/release-notes/partials/docs-server-7.6-release-note.adoc index 9354c561a1..54916ec285 100644 --- a/modules/release-notes/partials/docs-server-7.6-release-note.adoc +++ b/modules/release-notes/partials/docs-server-7.6-release-note.adoc @@ -193,6 +193,21 @@ The user will now be able to run queries via {sqlpp} without having to run the k This release contains the following known issues: +==== .NET SDK Compatibility +[#table-known-issues-760-dotnet-sdk, cols="10,40,40"] +|=== +|Issue | Description | Workaround + +| https://issues.couchbase.com/browse/NCBC-3724[NCBC-3724] +a| Versions of the .NET SDK earlier than 3.5.1 have compatibility issues with Couchbase Server 7.6. + +WARNING: v3.4.10 is incompatible with Server 7.6 and later--do not use. +This version of the SDK is deprecated. + +| Use version 3.5.1 or later of the .NET SDK with Couchbase Server 7.6. + +|=== + ==== User Interface [#table-known-issues-760-user-interface, cols="10,40,40"] |=== From 500d6bf56bee4435e5779a3f90391538d28efe1d Mon Sep 17 00:00:00 2001 From: Gary Gray <137797428+ggray-cb@users.noreply.github.com> Date: Fri, 3 May 2024 11:27:19 -0400 Subject: [PATCH 2/2] Removing warning about a now-unavailable version of the SDK as suggested by Richard. --- modules/introduction/partials/dot-net-sdk-compat.adoc | 3 --- .../partials/docs-server-7.6-release-note.adoc | 6 +----- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/modules/introduction/partials/dot-net-sdk-compat.adoc b/modules/introduction/partials/dot-net-sdk-compat.adoc index 0da5d87dbd..f421f90b55 100644 --- a/modules/introduction/partials/dot-net-sdk-compat.adoc +++ b/modules/introduction/partials/dot-net-sdk-compat.adoc @@ -1,6 +1,3 @@ Use version 3.5.1 or later of the .NET SDK with Couchbase Server 7.6. Earlier versions of this SDK have some compatibility issues. -WARNING: v3.4.10 is incompatible with Server 7.6 and later--do not use. -This version of the SDK is deprecated. -For details, see https://issues.couchbase.com/browse/NCBC-3724[NCBC-3724]. diff --git a/modules/release-notes/partials/docs-server-7.6-release-note.adoc b/modules/release-notes/partials/docs-server-7.6-release-note.adoc index 54916ec285..0b77f5c04a 100644 --- a/modules/release-notes/partials/docs-server-7.6-release-note.adoc +++ b/modules/release-notes/partials/docs-server-7.6-release-note.adoc @@ -199,11 +199,7 @@ This release contains the following known issues: |Issue | Description | Workaround | https://issues.couchbase.com/browse/NCBC-3724[NCBC-3724] -a| Versions of the .NET SDK earlier than 3.5.1 have compatibility issues with Couchbase Server 7.6. - -WARNING: v3.4.10 is incompatible with Server 7.6 and later--do not use. -This version of the SDK is deprecated. - +| Versions of the .NET SDK earlier than 3.5.1 have compatibility issues with Couchbase Server 7.6. | Use version 3.5.1 or later of the .NET SDK with Couchbase Server 7.6. |===