diff --git a/antora.yml b/antora.yml index 402b4172..7aae6cb8 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 f492d791..c664cd08 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] + + +=== Enhancements + +* https://jira.issues.couchbase.com/browse/CBG-5034[CBG-5034 - Synchronize Computation of Deltas] + +=== Known Issues + +None for this release. + +=== Deprecations + +None for this release. + == 3.3.1 -- November 2025 === Fixed Issues