diff --git a/modules/release-notes/pages/relnotes.adoc b/modules/release-notes/pages/relnotes.adoc index e750096604..7f237fd959 100644 --- a/modules/release-notes/pages/relnotes.adoc +++ b/modules/release-notes/pages/relnotes.adoc @@ -4,6 +4,8 @@ :page-toclevels: 2 :stem: +include::partial$docs-server-7.6.12-release-notes.adoc[] + include::partial$docs-server-7.6.11-release-notes.adoc[] include::partial$docs-server-7.6.10-release-notes.adoc[] diff --git a/modules/release-notes/partials/docs-server-7.6.12-release-notes.adoc b/modules/release-notes/partials/docs-server-7.6.12-release-notes.adoc new file mode 100644 index 0000000000..e16850a8c6 --- /dev/null +++ b/modules/release-notes/partials/docs-server-7.6.12-release-notes.adoc @@ -0,0 +1,62 @@ + +[#release-7612] +== Release 7.6.12 (July 2026) + +Couchbase Server 7.6.12 was released in July 2026. +This maintenance release contains fixes to issues. + +== Fixed Issues + +=== XDCR +[#table-fixed-issues-7612-xdcr, cols='10,40,40'] +|=== +|Issue | Description | Resolution + + +|https://jira.issues.couchbase.com/browse/MB-71258/[MB-71258] + +a|When pausing or deleting a replication that is replicating to or from a cluster that recently underwent a failover and needs to rollback to 0, +there could be a race condition that causes the goroutines to be stuck indefinitely. +This has now been fixed. + +| Issue resolved + + +|=== + + + +=== Query Service +[#table-fixed-issues-7612-query-service, cols='10,40,40'] +|=== +|Issue | Description | Resolution + + +|https://jira.issues.couchbase.com/browse/MB-71824/[MB-71824] + +a|This fix solves the issue whereby hibernated process failed to wake up. + + +The issue manifested as stuck REST API requests. + +| Issue resolved + + +|=== + + +=== Analytics Service +[#table-fixed-issues-7612-analytics-service, cols='10,40,40'] +|=== +|Issue | Description | Resolution + + +|https://jira.issues.couchbase.com/browse/MB-71453/[MB-71453] + +a|Queries that combine a `LIMIT` clause with an index-nested-loop join (specified via the `/*+ indexnl */` hint) and include additional filter conditions on the joined collection may return incorrect results, +since these conditions are not fully evaluated before the `LIMIT` is applied. + +| Issue resolved + + +|===