From 69794593fbbf0cb88f2085c9422ffa7bf523a7ea Mon Sep 17 00:00:00 2001 From: TimLFletcher Date: Wed, 9 Sep 2026 14:44:58 +0100 Subject: [PATCH] [DOC-14145][AI] Add the missing 7.2.4 release note for MB-59746 The 7.2.4 behaviour change reverting a document's CAS after a lock timeout was never recorded. Fixed Issues for 7.2.4 had no Data Service section, so one is added ahead of Index Service, matching the section order used in the 8.0 release notes. Co-Authored-By: Claude Opus 5 --- .../partials/docs-server-7.2.4-release-note.adoc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/modules/release-notes/partials/docs-server-7.2.4-release-note.adoc b/modules/release-notes/partials/docs-server-7.2.4-release-note.adoc index ff8c8ed91d..4939f8b0eb 100644 --- a/modules/release-notes/partials/docs-server-7.2.4-release-note.adoc +++ b/modules/release-notes/partials/docs-server-7.2.4-release-note.adoc @@ -69,6 +69,17 @@ NOTE: {erlang-7-2-4-note} [#fixed-issues-724] === Fixed Issues +=== Data Service +[#table-fixed-issues-724-data-service, cols="10, 40, 40"] +|=== +|Issue | Description | Resolution + +| https://issues.couchbase.com/browse/MB-59746/[MB-59746] +| After a lock timeout, a document's CAS was left set to a special locked value, encoded as all ones (`0xffff_ffff_ffff_ffff`). +| Issue resolved. After a lock timeout, the document's CAS now reverts to its original value. This is a change in behaviour. + +|=== + === Index Service [#table-fixed-issues-724-index-service, cols="10, 40, 40"] |===