From 4b106d14df23663a7fb2f2b61948b1e6f9a57d34 Mon Sep 17 00:00:00 2001 From: Fortune Ikechi Date: Fri, 30 Jan 2026 14:16:29 +0000 Subject: [PATCH 1/4] add release notes for 3.3.3 --- .../sync-gateway-3-3-0-release-note.adoc | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) 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 c664cd08..9d803e4d 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,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 From 73d402b029bbc59a368033b6f95245f30cf09dab Mon Sep 17 00:00:00 2001 From: Fortune Ikechi Date: Thu, 5 Feb 2026 10:26:43 +0000 Subject: [PATCH 2/4] update the whats new to include diagnostic api --- modules/ROOT/pages/whatsnew.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/ROOT/pages/whatsnew.adoc b/modules/ROOT/pages/whatsnew.adoc index 9a5312f4..b19ca742 100644 --- a/modules/ROOT/pages/whatsnew.adoc +++ b/modules/ROOT/pages/whatsnew.adoc @@ -63,6 +63,11 @@ 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. +== Diagnostic API Enhancements + +*Dry-run execution for Sync Functions and Import Filters* +The Diagnostic API now supports dry-run execution of Sync Functions and Import Filters with inline function source and log capture, enabling safe validation and faster troubleshooting. + == See Also xref:3.2@sync-gateway:ROOT:whatsnew.adoc[What's new in previous version 3.2]. From b4a2db5b33593f0f593a8a906af3ceaa2f05cef9 Mon Sep 17 00:00:00 2001 From: Fortune Ikechi Date: Fri, 6 Feb 2026 12:22:11 +0000 Subject: [PATCH 3/4] update improvements text --- modules/ROOT/pages/whatsnew.adoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/modules/ROOT/pages/whatsnew.adoc b/modules/ROOT/pages/whatsnew.adoc index b19ca742..531bce43 100644 --- a/modules/ROOT/pages/whatsnew.adoc +++ b/modules/ROOT/pages/whatsnew.adoc @@ -63,10 +63,8 @@ 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. -== Diagnostic API Enhancements - -*Dry-run execution for Sync Functions and Import Filters* -The Diagnostic API now supports dry-run execution of Sync Functions and Import Filters with inline function source and log capture, enabling safe validation and faster troubleshooting. +== Performance improvements +Sync Gateway 3.3.3 includes significant performance and scaling improvements. == See Also From 6ce44fcae0dd8053336ed7641a32f68ba9ee434d Mon Sep 17 00:00:00 2001 From: Fortune Ikechi Date: Fri, 6 Feb 2026 12:47:58 +0000 Subject: [PATCH 4/4] improve text --- modules/ROOT/pages/whatsnew.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/whatsnew.adoc b/modules/ROOT/pages/whatsnew.adoc index 531bce43..d63c81cd 100644 --- a/modules/ROOT/pages/whatsnew.adoc +++ b/modules/ROOT/pages/whatsnew.adoc @@ -64,7 +64,8 @@ Channel cache memory and CPU utilization has been optimized, particularly under 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 includes significant performance and scaling improvements. + +Sync Gateway 3.3.3 optimizes channel cache processing to improve throughput in high-load scenarios. == See Also