From 6376c4ac0162079c1b01c6be6dcc619d5f6ff328 Mon Sep 17 00:00:00 2001 From: Fortune Ikechi Date: Wed, 3 Dec 2025 14:01:12 +0000 Subject: [PATCH 1/2] DOC-13771 update antora yml and add release note --- antora.yml | 4 ++-- .../sync-gateway-3-3-0-release-note.adoc | 21 +++++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/antora.yml b/antora.yml index 402b41729..7aae6cb8d 100644 --- a/antora.yml +++ b/antora.yml @@ -13,7 +13,7 @@ asciidoc: release: '3.3' major: 3 minor: 3 - maintenance: 0 - base: 0 + maintenance: 2 + base: 2 page-toclevels: 2@ # releasetag: diff --git a/modules/ROOT/partials/release_notes/sync-gateway-3-3-0-release-note.adoc b/modules/ROOT/partials/release_notes/sync-gateway-3-3-0-release-note.adoc index f492d791e..755b78617 100644 --- a/modules/ROOT/partials/release_notes/sync-gateway-3-3-0-release-note.adoc +++ b/modules/ROOT/partials/release_notes/sync-gateway-3-3-0-release-note.adoc @@ -1,3 +1,24 @@ +== 3.3.2 -- December 2025 + +=== Fixed Issues + +* https://jira.issues.couchbase.com/browse/CBG-5009[CBG-5009 - _ping (and all endpoints) acquire ServerContext.lock.RLock and blocks if the write lock is acquired] +* https://jira.issues.couchbase.com/browse/CBG-5028[CBG-5028 - Have rev cache lock and rev cache value unlocks use defer where possible] +* https://jira.issues.couchbase.com/browse/CBG-5030[CBG-5030 - Panic during memory based cache eviction can deadlock revision cache shard] +* https://jira.issues.couchbase.com/browse/CBG-5035[CBG-5035 - Synchronize Computation of Deltas] + +=== Enhancements + +None for this release. + +=== Known Issues + +None for this release. + +=== Deprecations + +None for this release. + == 3.3.1 -- November 2025 === Fixed Issues From 8e8c648d111255b4ac8ad0230613899ab05eae2c Mon Sep 17 00:00:00 2001 From: Fortune Ikechi Date: Wed, 10 Dec 2025 12:01:55 +0000 Subject: [PATCH 2/2] Update modules/ROOT/partials/release_notes/sync-gateway-3-3-0-release-note.adoc Co-authored-by: Ben Brooks --- .../release_notes/sync-gateway-3-3-0-release-note.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ROOT/partials/release_notes/sync-gateway-3-3-0-release-note.adoc b/modules/ROOT/partials/release_notes/sync-gateway-3-3-0-release-note.adoc index 755b78617..c664cd08f 100644 --- a/modules/ROOT/partials/release_notes/sync-gateway-3-3-0-release-note.adoc +++ b/modules/ROOT/partials/release_notes/sync-gateway-3-3-0-release-note.adoc @@ -5,11 +5,11 @@ * https://jira.issues.couchbase.com/browse/CBG-5009[CBG-5009 - _ping (and all endpoints) acquire ServerContext.lock.RLock and blocks if the write lock is acquired] * https://jira.issues.couchbase.com/browse/CBG-5028[CBG-5028 - Have rev cache lock and rev cache value unlocks use defer where possible] * https://jira.issues.couchbase.com/browse/CBG-5030[CBG-5030 - Panic during memory based cache eviction can deadlock revision cache shard] -* https://jira.issues.couchbase.com/browse/CBG-5035[CBG-5035 - Synchronize Computation of Deltas] + === Enhancements -None for this release. +* https://jira.issues.couchbase.com/browse/CBG-5034[CBG-5034 - Synchronize Computation of Deltas] === Known Issues