Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions modules/introduction/partials/dot-net-sdk-compat.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +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.

7 changes: 7 additions & 0 deletions modules/introduction/partials/new-features-76.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]



1 change: 1 addition & 0 deletions modules/release-notes/pages/relnotes.adoc
Original file line number Diff line number Diff line change
@@ -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[]

Expand Down
11 changes: 11 additions & 0 deletions modules/release-notes/partials/docs-server-7.6-release-note.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,17 @@ 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]
| 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.

|===

==== User Interface
[#table-known-issues-760-user-interface, cols="10,40,40"]
|===
Expand Down