Skip to content
Draft
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.9-release-notes.adoc[]

include::partial$docs-server-7.6.8-release-note.adoc[]

include::partial$docs-server-7.6.7-release-note.adoc[]
Expand Down
Original file line number Diff line number Diff line change
@@ -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


|===