11
22[#release-7611]
3- == Release 7.6.11 (May 2026)
3+ == Release 7.6.11 (April 2026)
44
5- Couchbase Server 7.6.11 was released in May 2026.
5+ Couchbase Server 7.6.11 was released in April 2026.
66This maintenance release contains fixes to issues.
77
88== Fixed Issues
@@ -16,14 +16,21 @@ This maintenance release contains fixes to issues.
1616|Issue | Description | Resolution
1717
1818
19- |https://jira.issues.couchbase.com/browse/MB-65348 /[MB-65348 ]
19+ |https://jira.issues.couchbase.com/browse/MB-70577 /[MB-70577 ]
2020
21- a|The Prometheus scrape endpoint (/metrics) will now include a Content-Type header.
22- This change is expected to be manageable in size and should not introduce significant complexities.
23- It is considered suitable for back-porting, pending an engineer’s assessment of its technical implications.
24- The final decision on implementation and compatibility will be made by the engineering team to ensure no disruptions.
21+ a|Client certificate authentication for views was fixed (broken in 7.6.4)
2522
26- // Generated by [openai:gpt-4o]
23+ | Issue resolved
24+
25+
26+ |https://jira.issues.couchbase.com/browse/MB-70951/[MB-70951]
27+
28+ a|The following stats were reported twice by the `/metrics` REST API.
29+ This has been corrected to only report each once.
30+
31+ `<count>cm_rest_request_enters_total{}<count>`
32+
33+ `<count>cm_rest_request_leaves_total{}<count>`
2734
2835| Issue resolved
2936
@@ -36,17 +43,35 @@ The final decision on implementation and compatibility will be made by the engin
3643
3744
3845
46+ === XDCR
47+ [#table-fixed-issues-7611-xdcr, cols='10,40,40']
48+ |===
49+ |Issue | Description | Resolution
50+
3951
52+ | https://jira.issues.couchbase.com/browse/MB-70512[MB-70512]
4053
54+ | DELETE returns a 400 error code
4155
56+ | XDCR now returns a 404 status code if a resource is not found,
57+ for replication and remote cluster reference related REST APIs.
4258
4359
60+ |https://jira.issues.couchbase.com/browse/MB-70906/[MB-70906]
4461
62+ a|Due to rare race conditions,
63+ Backfill Manager could be stuck due to deadlock.
4564
65+ | Issue resolved
4666
4767
68+ |https://jira.issues.couchbase.com/browse/MB-71034/[MB-71034]
4869
70+ a|In rare circumstances when a replication is deleted and recreated in short succession,
71+ stale checkpoints that are not slow to be cleaned could lead to repeated pipeline restarts.
4972
73+ | Issue resolved
5074
5175
76+ |===
5277
0 commit comments