From a76821d83c3e46fe8158688ff47f0d07d68de9d2 Mon Sep 17 00:00:00 2001 From: Simon Dew Date: Tue, 1 Jul 2025 13:59:15 +0100 Subject: [PATCH 1/2] Deprecated tickets --- .../release_notes/sync-gateway-3-3-0-release-note.adoc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 e8a6261a..df052dcc 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 @@ -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[]. From f1422804bceaedd5933da0a2342ece22fb00ba95 Mon Sep 17 00:00:00 2001 From: Simon Dew Date: Tue, 1 Jul 2025 14:02:37 +0100 Subject: [PATCH 2/2] Update release date --- .../release_notes/sync-gateway-3-3-0-release-note.adoc | 2 +- modules/ROOT/pages/whatsnew.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 df052dcc..e41f0dad 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] diff --git a/modules/ROOT/pages/whatsnew.adoc b/modules/ROOT/pages/whatsnew.adoc index 329bf17e..fd86915b 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