diff --git a/modules/release-notes/pages/relnotes.adoc b/modules/release-notes/pages/relnotes.adoc index cbf276b5f4..17b545240f 100644 --- a/modules/release-notes/pages/relnotes.adoc +++ b/modules/release-notes/pages/relnotes.adoc @@ -6,6 +6,8 @@ include::partial$MB-67762-warning.adoc[] +include::partial$docs-server-7.6.13-release-notes.adoc[] + include::partial$docs-server-7.6.12-release-notes.adoc[] include::partial$docs-server-7.6.11-release-notes.adoc[] diff --git a/modules/release-notes/partials/docs-server-7.6.13-release-notes.adoc b/modules/release-notes/partials/docs-server-7.6.13-release-notes.adoc new file mode 100644 index 0000000000..40c81fd85b --- /dev/null +++ b/modules/release-notes/partials/docs-server-7.6.13-release-notes.adoc @@ -0,0 +1,28 @@ +== Fixed Issues +{empty} + +=== Cluster Manager + +[#table-7-6-13-Cluster-Manager, cols="10,40,40"] +|=== +|Issue |Description |Resolution + +|https://jira.issues.couchbase.com/browse/MB-65348[MB-65348] +|The /metrics endpoint lacks a Content-Type header. +This improvement adds the PrometheusText0.0.4 header to the Prometheus scrape point. +The change applies to versions 7.2, 7.6, and 8.0. +|Added the appropriate Content-Type header to the /metrics endpoint. +|=== + +=== XDCR + +[#table-7-6-13-XDCR, cols="10,40,40"] +|=== +|Issue |Description |Resolution + +|https://jira.issues.couchbase.com/browse/MB-72304[MB-72304] +|A rebalanced-out node can use stale manifests if buckets are re-created while it is out of the cluster. +This occurs when a node is rebalanced back in without awareness of bucket deletions and re-creations. +Stale manifests can cause replication issues like improper document backfilling. +|Added cleanup for stale manifest objects on the node's simple-store to ensure upgraded nodes handle rebalances correctly. +|=== \ No newline at end of file