Skip to content
Open
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
2 changes: 2 additions & 0 deletions modules/release-notes/pages/relnotes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down
Original file line number Diff line number Diff line change
@@ -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
|===