diff --git a/modules/ROOT/pages/_partials/release_notes/sync-gateway-3-3-0-release-note.adoc b/modules/ROOT/pages/_partials/release_notes/sync-gateway-3-3-0-release-note.adoc index e8a6261ac..e41f0dad1 100644 --- a/modules/ROOT/pages/_partials/release_notes/sync-gateway-3-3-0-release-note.adoc +++ b/modules/ROOT/pages/_partials/release_notes/sync-gateway-3-3-0-release-note.adoc @@ -1,4 +1,4 @@ -== 3.3.0 -- June 2025 +== 3.3.0 -- July 2025 include::partial$block-caveats.adoc[tags=eventing-mixed-mode] @@ -182,8 +182,6 @@ Version 3.3.0 of Sync Gateway also delivers the following features and enhanceme * https://jira.issues.couchbase.com/browse/CBG-4565[CBG-4565 -- Support principal and partitioned index cleanup via /_post_upgrade] -* https://jira.issues.couchbase.com/browse/CBG-4575[CBG-4575 -- Set default value of allow_conflicts to false] - * https://jira.issues.couchbase.com/browse/CBG-4578[CBG-4578 -- Have upper bound on number of sequences to release as part of nextSequenceGreaterThan] * https://jira.issues.couchbase.com/browse/CBG-4581[CBG-4581 -- New stat for the value of last sequence allocated (or batched) by SG node] @@ -194,8 +192,6 @@ Version 3.3.0 of Sync Gateway also delivers the following features and enhanceme * https://jira.issues.couchbase.com/browse/CBG-4614[CBG-4614 -- Support new principal indexes] -* https://jira.issues.couchbase.com/browse/CBG-4617[CBG-4617 -- Allow public /_all_docs endpoint to be disabled] - * https://jira.issues.couchbase.com/browse/CBG-4631[CBG-4631 -- Optimize channel cache ID usage] * https://jira.issues.couchbase.com/browse/CBG-4632[CBG-4632 -- Optimize channel cache memory allocations (avoid slice growth alloc)] @@ -228,6 +224,8 @@ None for this release. === Deprecations -TODO: Deprecations +* https://jira.issues.couchbase.com/browse/CBG-4575[CBG-4575 -- Set default value of allow_conflicts to false] + +* https://jira.issues.couchbase.com/browse/CBG-4617[CBG-4617 -- Allow public /_all_docs endpoint to be disabled] NOTE: For an overview of the latest features offered in Sync Gateway 3.3, see xref:whatsnew.adoc[]. diff --git a/modules/ROOT/pages/whatsnew.adoc b/modules/ROOT/pages/whatsnew.adoc index 329bf17e1..fd86915bb 100644 --- a/modules/ROOT/pages/whatsnew.adoc +++ b/modules/ROOT/pages/whatsnew.adoc @@ -18,7 +18,7 @@ include::partial$_show_page_header_block.adoc[] include::partial$block-caveats.adoc[tags=eventing-mixed-mode] -== Release 3.3.0 (June 2025) +== Release 3.3.0 (July 2025) === New Features