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,97 @@

[#release-7612]
== 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




=== Cluster Manager
[#table-fixed-issues-7612-cluster-manager, cols='10,40,40']
|===
|Issue | Description | Resolution


|https://jira.issues.couchbase.com/browse/MB-65348/[MB-65348]

a|The recent update introduces the addition of a Content-Type header to the Prometheus scrape endpoint for metrics.
This enhancement aims to improve interoperability and data handling by ensuring consistent content type specification.
Discussions indicate that the change is straightforward enough to consider backporting to previous versions,
though the final decision is left to the engineer based on the complexity and backward compatibility implications.
Stakeholders can expect an improvement in integration processes,
should the backporting be feasible without disrupting existing functionalities.

// Generated by [openai:gpt-4o]

| Issue resolved


|===







=== 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


|===







=== 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|Recent updates address an issue where pushing a LIMIT to index-search without the corresponding SELECT condition led to incorrect results.
This fix is incorporated across several builds,
including versions of couchbase-server and enterprise-analytics.
The main resolution involves ensuring that LIMIT conditions are only applied when their associated SELECT conditions are present,
preventing errors in query results.
Additionally,
there has been a merge of branches within the codebase to improve integration and coherence between components.
These changes enhance the stability and accuracy of data retrieval processes,
providing a more robust experience for users.
Users are encouraged to update to benefit from these refinements.

// Generated by [openai:gpt-4o]

| Issue resolved


|===