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 3848a06390..9354c561a1 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 @@ -189,7 +189,7 @@ The user will now be able to run queries via {sqlpp} without having to run the k |=== [#known-issues-760] -== Known Issues +=== Known Issues This release contains the following known issues: @@ -203,7 +203,7 @@ This release contains the following known issues: | NA |=== -=== Failover +==== Failover [#table-known-issues-760-failover, cols="10,40,40"] |=== |Issue | Description | Workaround @@ -214,7 +214,7 @@ This release contains the following known issues: For more information on the auto-failover settings, see the documentation. |=== -=== Tools +==== Tools [#table-known-issues-760-tools, cols="10,40,40"] |=== |Issue | Description | Workaround @@ -224,7 +224,7 @@ For more information on the auto-failover settings, see the documentation. | Merge backups manually using the UI or using the API. |=== -=== Storage Engine +==== Storage Engine [#table-known-issues-760-storage-engine, cols="10,40,40"] |=== |Issue | Description | Workaround @@ -232,9 +232,15 @@ For more information on the auto-failover settings, see the documentation. | https://issues.couchbase.com/browse/MB-61154[MB-61154] | In situations where bucket data exceeds 4 TB and Magma is being used as the storage engine, it is possible for rebalance to hang and fail to run to completion. | NA -|==== - - - +|=== +==== Search Service +[#table-known-issues-760-search-service, cols="10,40,40"] +|=== +|Issue | Description | Workaround +| https://issues.couchbase.com/browse/MB-60719[MB-60719] +| Older SDKs might have failed operations when you access the Search Service with the `disableScoring` option set to false. +This is a breaking change due to a change in the response payload. +| Set the `disableScoring` option in SDKs to true. +|=== diff --git a/modules/release-notes/partials/docs-server-7.6.1-release-note.adoc b/modules/release-notes/partials/docs-server-7.6.1-release-note.adoc index e2c5e510f9..f61d43f7b7 100644 --- a/modules/release-notes/partials/docs-server-7.6.1-release-note.adoc +++ b/modules/release-notes/partials/docs-server-7.6.1-release-note.adoc @@ -31,3 +31,18 @@ This release contains the following fixes: | NA |=== +[#known-issues-761] +=== Known Issues + +This release contains the following known issue: + +==== Search Service +[#table-known-issues-761-search-service, cols="10,40,40"] +|=== +|Issue | Description | Workaround + +| https://issues.couchbase.com/browse/MB-60719[MB-60719] +| Older SDKs might have failed operations when you access the Search Service with the `disableScoring` option set to false. +This is a breaking change due to a change in the response payload. +| Set the `disableScoring` option in SDKs to true. +|===