From ac9e20cf2f7fb567d5ee4ca57c6f4109e30b2529 Mon Sep 17 00:00:00 2001 From: Ray Offiah Date: Wed, 7 Jan 2026 11:08:12 +0000 Subject: [PATCH 1/3] [DOC-13635]: Create release note for Couchbase Server 7.6.9 Creating release note for 7.6.9 Signed-off-by: Ray Offiah --- modules/release-notes/pages/relnotes.adoc | 2 + .../docs-server-7.6.9-release-notes.adoc | 59 +++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 modules/release-notes/partials/docs-server-7.6.9-release-notes.adoc diff --git a/modules/release-notes/pages/relnotes.adoc b/modules/release-notes/pages/relnotes.adoc index e7fd70e6c1..fbe00ec86d 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.9-release-notes.adoc[] + include::partial$docs-server-7.6.8-release-note.adoc[] include::partial$docs-server-7.6.7-release-note.adoc[] diff --git a/modules/release-notes/partials/docs-server-7.6.9-release-notes.adoc b/modules/release-notes/partials/docs-server-7.6.9-release-notes.adoc new file mode 100644 index 0000000000..50edfecc9e --- /dev/null +++ b/modules/release-notes/partials/docs-server-7.6.9-release-notes.adoc @@ -0,0 +1,59 @@ + +[#release-769] +== Release 7.6.9 (January 2026) + +Couchbase Server 7.6.9 was released in January 2026. +This maintenance release contains fixes to issues. + +== Fixed Issues + + + + +=== Cluster Manager +[#table-fixed-issues-769-cluster-manager, cols='10,40,40'] +|=== +|Issue | Description | Resolution + + +|https://jira.issues.couchbase.com/browse/MB-65348/[MB-65348] + +a|The Prometheus scrape point (/metrics) now includes a Content-Type header. +This change enhances compatibility with systems expecting this header for processing metrics data. +Back-porting is considered feasible, but the final decision depends on assessing the complexity and ensuring backward compatibility. +Further evaluation will be conducted by the engineering team to determine appropriateness for existing versions. + +// Generated by [openai:gpt-4o] + +| Issue resolved + + +|=== + + + + +=== Search Service +[#table-fixed-issues-769-search-service, cols='10,40,40'] +|=== +|Issue | Description | Resolution + + +|https://jira.issues.couchbase.com/browse/MB-68969/[MB-68969] + +a|The latest updates improve the sargability of multi-collection indexes with `include_in_all` set from multiple child fields. +These changes are included in recent builds of the couchbase-server, ensuring the construction of ftsIndex objects with only the applicable type mappings. +Enhancements target the composite field sargability, optimizing search operations. +The updates contribute to better efficiency and performance in handling complex queries across different server versions. + +// Generated by [openai:gpt-4o] + +| Issue resolved + + +|=== + + + + + From 7e3ed7781ba43a6b0096419ffe0fe535c3c514fc Mon Sep 17 00:00:00 2001 From: Ray Offiah Date: Mon, 19 Jan 2026 09:28:54 +0000 Subject: [PATCH 2/3] [DOC-13635]: Create release note for Couchbase Server 7.6.9 Creating release note for 7.6.9 Updated to note the Pepsi fix. Signed-off-by: Ray Offiah --- .../docs-server-7.6.9-release-notes.adoc | 41 ++++--------------- 1 file changed, 8 insertions(+), 33 deletions(-) diff --git a/modules/release-notes/partials/docs-server-7.6.9-release-notes.adoc b/modules/release-notes/partials/docs-server-7.6.9-release-notes.adoc index 50edfecc9e..fbefe451b9 100644 --- a/modules/release-notes/partials/docs-server-7.6.9-release-notes.adoc +++ b/modules/release-notes/partials/docs-server-7.6.9-release-notes.adoc @@ -7,45 +7,24 @@ This maintenance release contains fixes to issues. == Fixed Issues - - - -=== Cluster Manager -[#table-fixed-issues-769-cluster-manager, cols='10,40,40'] +=== Eventing Service +[#table-fixed-issues-769-eventing-service, cols='10,40,40'] |=== |Issue | Description | Resolution -|https://jira.issues.couchbase.com/browse/MB-65348/[MB-65348] +|https://jira.issues.couchbase.com/browse/MB-69576/[MB-69576] -a|The Prometheus scrape point (/metrics) now includes a Content-Type header. -This change enhances compatibility with systems expecting this header for processing metrics data. -Back-porting is considered feasible, but the final decision depends on assessing the complexity and ensuring backward compatibility. -Further evaluation will be conducted by the engineering team to determine appropriateness for existing versions. - -// Generated by [openai:gpt-4o] +a|A problem existed with the basic keyspace GET operator in eventing functions where accessing valid documents from the KV bucket incorrectly returned undefined values. +The accessor callback functions were updated to use the latest V8 APIs to ensure property access works correctly. | Issue resolved -|=== - - - - -=== Search Service -[#table-fixed-issues-769-search-service, cols='10,40,40'] -|=== -|Issue | Description | Resolution - - -|https://jira.issues.couchbase.com/browse/MB-68969/[MB-68969] - -a|The latest updates improve the sargability of multi-collection indexes with `include_in_all` set from multiple child fields. -These changes are included in recent builds of the couchbase-server, ensuring the construction of ftsIndex objects with only the applicable type mappings. -Enhancements target the composite field sargability, optimizing search operations. -The updates contribute to better efficiency and performance in handling complex queries across different server versions. +|https://jira.issues.couchbase.com/browse/MB-70174/[MB-70174] +a|A recent update caused functions to enter a loop transitioning between `deploying` and `deployed` due to update failures linked to the v8 upgrade. +This issue has been addressed in build couchbase-server-7.6.9 // Generated by [openai:gpt-4o] | Issue resolved @@ -53,7 +32,3 @@ The updates contribute to better efficiency and performance in handling complex |=== - - - - From 7aa8a55b2e4f35c30f7326eb7f79c6d66a61e202 Mon Sep 17 00:00:00 2001 From: Ray Offiah Date: Mon, 19 Jan 2026 13:47:39 +0000 Subject: [PATCH 3/3] [DOC-13635]: Create release note for Couchbase Server 7.6.9 Signed-off-by: Ray Offiah --- .../partials/docs-server-7.6.9-release-notes.adoc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modules/release-notes/partials/docs-server-7.6.9-release-notes.adoc b/modules/release-notes/partials/docs-server-7.6.9-release-notes.adoc index fbefe451b9..186e70e71a 100644 --- a/modules/release-notes/partials/docs-server-7.6.9-release-notes.adoc +++ b/modules/release-notes/partials/docs-server-7.6.9-release-notes.adoc @@ -21,14 +21,5 @@ The accessor callback functions were updated to use the latest V8 APIs to ensure | Issue resolved -|https://jira.issues.couchbase.com/browse/MB-70174/[MB-70174] - -a|A recent update caused functions to enter a loop transitioning between `deploying` and `deployed` due to update failures linked to the v8 upgrade. -This issue has been addressed in build couchbase-server-7.6.9 -// Generated by [openai:gpt-4o] - -| Issue resolved - - |===