Skip to content
Merged
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
4 changes: 2 additions & 2 deletions antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ asciidoc:
release: '3.3'
major: 3
minor: 3
maintenance: 0
base: 0
maintenance: 2
base: 2
page-toclevels: 2@
# releasetag:
Original file line number Diff line number Diff line change
@@ -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
Expand Down