From 141e4f7060ed5cbe79b1b02e66ee047b1d6c49ef Mon Sep 17 00:00:00 2001 From: Ray Offiah Date: Wed, 3 Jul 2024 10:57:56 +0100 Subject: [PATCH] DOC-12207 Release note for Couchbase Server 7.6.2 --- .../partials/docs-server-7.6.2-release-note.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/release-notes/partials/docs-server-7.6.2-release-note.adoc b/modules/release-notes/partials/docs-server-7.6.2-release-note.adoc index 4b01b7a502..e66b0cb527 100644 --- a/modules/release-notes/partials/docs-server-7.6.2-release-note.adoc +++ b/modules/release-notes/partials/docs-server-7.6.2-release-note.adoc @@ -49,6 +49,9 @@ Now, Users with the read-only admin role can now access the backup service. They |=== |Feature | Description +| https://issues.couchbase.com/browse/MB-60697[MB-60697] +| Vector Search is now supported over macOS and windows platforms + |https://issues.couchbase.com/browse/MB-61216[MB-61216] | A user had to set the `query` attribute to `match_none` alongside the `knn` attribute within the search request when the user wanted to do a pure kNN search. This behavior will still work. @@ -132,6 +135,13 @@ This optimization is crucial for the initial build but should not be used for up Unfortunately, in a rare sequence of events, all indexes might be accidentally enabled for this optimization, leading to duplicate entries in the storage layer and causing incorrect results. | Optimization is only enabled for those indexes that are undergoing the initial build process. +| https://issues.couchbase.com/browse/MB-62199[MB-62199] +| During restore, the index planning operation adds replicas for lost replicas of indexes in the plan. + +If multiple indexes exist with the same name, there are lost replicas, and there are not enough indexer nodes to hold all the +index replicas in the plan, then extra replicas will not be removed from the plan, and can remain on the old node. + +This causes restore operation failures. +| Issue resolved. |=== ==== Search Service [#table-fixed-issues-762-search-service,cols="10,40,40"]