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: 4 additions & 0 deletions modules/ROOT/pages/whatsnew.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ Change notification processing has been optimized to better support high volumes
Channel cache memory and CPU utilization has been optimized, particularly under high write load.
Finally, memory and CPU usage associated with skipped sequence processing, which commonly occurs under high write load, has been reduced.

== Performance improvements

Sync Gateway 3.3.3 optimizes channel cache processing to improve throughput in high-load scenarios.

== See Also

xref:3.2@sync-gateway:ROOT:whatsnew.adoc[What's new in previous version 3.2].
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
== 3.3.3 -- January 2026

=== Fixed Issues

* https://jira.issues.couchbase.com/browse/CBG-5015[CBG-5015 -- Panic in _config?include_runtime=true endpoint]
* https://jira.issues.couchbase.com/browse/CBG-5131[CBG-5131 -- Clients fetching a delta can panic when the revision cache is disabled]

=== Enhancements

* https://jira.issues.couchbase.com/browse/CBG-4765[CBG-4765 -- Caching performance improvements]
* https://jira.issues.couchbase.com/browse/CBG-5093[CBG-5093 -- Increase websocket control frame timeouts]

=== Known Issues

None for this release.

=== Deprecations

None for this release.

== 3.3.2 -- December 2025

=== Fixed Issues
Expand Down