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..186e70e71a --- /dev/null +++ b/modules/release-notes/partials/docs-server-7.6.9-release-notes.adoc @@ -0,0 +1,25 @@ + +[#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 + +=== Eventing Service +[#table-fixed-issues-769-eventing-service, cols='10,40,40'] +|=== +|Issue | Description | Resolution + + +|https://jira.issues.couchbase.com/browse/MB-69576/[MB-69576] + +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 + + +|=== +