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..53d8525608 --- /dev/null +++ b/modules/release-notes/partials/docs-server-7.6.12-release-notes.adoc @@ -0,0 +1,41 @@ +[#release-7-6-12] +== Release 7.6.12 (May 2026) + +Couchbase Server 7.6.12 was released in May 2026. +This maintenance release contains fixes to issues. + +== Fixed Issues +{empty} + +[#table-7-6-12-Cluster-Manager, cols="10,40,40"] +|=== +|Issue |Description |Resolution + +|https://jira.issues.couchbase.com/browse/MB-65348[MB-65348] +|Couchbase Server adds a Content-Type header to the Prometheus metrics endpoint. +The endpoint now includes the PrometheusText0.0.4 value. +This change ensures compatibility with Prometheus scrape points. +|Issue Resolved +|=== + +[#table-7-6-12-Analytics-Service, cols="10,40,40"] +|=== +|Issue |Description |Resolution + +|https://jira.issues.couchbase.com/browse/MB-71453[MB-71453] +|Queries combining a LIMIT clause with an index-nested-loop join might return incorrect results. +This occurs when the query includes additional filter conditions on the joined collection. +The system now evaluates all conditions before applying the LIMIT. +|Issue Resolved +|=== + +[#table-7-6-12-XDCR, cols="10,40,40"] +|=== +|Issue |Description |Resolution + +|https://jira.issues.couchbase.com/browse/MB-71258[MB-71258] +|A race condition could cause goroutines to hang indefinitely during replication tasks. +This happened when pausing or deleting replications involving clusters that recently underwent failover. +The fix prevents deadlocks when a replication needs to rollback to zero. +|Issue Resolved +|=== \ No newline at end of file