From df6f322cd70e954358bcf68c3cb820af6c0e7110 Mon Sep 17 00:00:00 2001 From: Hakim Date: Fri, 24 Feb 2023 08:47:57 +0000 Subject: [PATCH 1/6] FEWD-8156: Sgw release notes 3.0.5 (#719) * FEWD-8156: Sgw release notes 3.0.5 * Update sync-gateway-3-0-5-release-note.adoc * Update sync-gateway-3-0-5-release-note.adoc --- antora.yml | 2 +- .../sync-gateway-3-0-5-release-note.adoc | 49 +++++++++++++++++++ modules/ROOT/pages/release-notes.adoc | 3 +- 3 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 modules/ROOT/pages/_partials/release_notes/sync-gateway-3-0-5-release-note.adoc diff --git a/antora.yml b/antora.yml index 62df8fc6e..e3aad6d0b 100644 --- a/antora.yml +++ b/antora.yml @@ -13,7 +13,7 @@ asciidoc: release: '3.0' major: 3 minor: 0 - maintenance: 3 + maintenance: 5 base: 0 page-toclevels: 2@ # releasetag: diff --git a/modules/ROOT/pages/_partials/release_notes/sync-gateway-3-0-5-release-note.adoc b/modules/ROOT/pages/_partials/release_notes/sync-gateway-3-0-5-release-note.adoc new file mode 100644 index 000000000..3ddb62139 --- /dev/null +++ b/modules/ROOT/pages/_partials/release_notes/sync-gateway-3-0-5-release-note.adoc @@ -0,0 +1,49 @@ +[#maint-3-0-5] +== 3.0.5 -- February 2023 + +=== Enhancements + + +* https://issues.couchbase.com/browse/CBG-2673[++ CBG-2673 -- Upgrade Go to 1.19 ++] + +* https://issues.couchbase.com/browse/CBG-2674[++ CBG-2674 -- Upgrade golang.org/x/text to latest version ++] + + +* https://issues.couchbase.com/browse/CBG-2700[++ CBG-2700 -- Use MaxInt64 for high sequence queries ++] + +* https://issues.couchbase.com/browse/CBG-2608[++ CBG-2608 -- Update websocket implementation ++] + +* https://issues.couchbase.com/browse/CBG-2610[++ CBG-2610 -- Lower log level for expected BLIP websocket close errors ++] + + +=== Issues and Resolutions + +==== Fixed Issues + +* https://issues.couchbase.com/browse/CBG-2705[++ CBG-2705 -- ISGR Sequence checkpointing maintains unnessesary entries ++] + +* https://issues.couchbase.com/browse/CBG-2707[++ CBG-2707 -- Compact expected/processed when safe seq unchanged ++] + +* https://issues.couchbase.com/browse/CBG-2612[++ CBG-2612 -- Performance decrease in Replicate and SGReplicate tests ++] + +* https://issues.couchbase.com/browse/CBG-2614[++ CBG-2614 -- E2E Push: websocket reset by peer ++] + +* https://issues.couchbase.com/browse/CBG-2591[++ CBG-2591 -- Inefficient sequence parsing during ISGR checkpointing ++] + +* https://issues.couchbase.com/browse/CBG-2601[++ CBG-2601 -- ISGR processedSeqs/expectedSeq mismatch based on JSON string ++] + +* https://issues.couchbase.com/browse/CBG-2602[++ CBG-2602 -- Anonymous read-only access should support pull replications ++] + +* https://issues.couchbase.com/browse/CBG-2708[++ CBG-2708 -- GetAttachment rev processing race ++] + + +==== Known Issues + + +* https://issues.couchbase.com/browse/CBG-798[++ CBG-798 -- Sync Gateway requires Couchbase Server nodes to use the same SSL memcached port++] + + + + + + diff --git a/modules/ROOT/pages/release-notes.adoc b/modules/ROOT/pages/release-notes.adoc index 04838d68a..53f31b954 100644 --- a/modules/ROOT/pages/release-notes.adoc +++ b/modules/ROOT/pages/release-notes.adoc @@ -54,6 +54,7 @@ The migration to 3.0 configuration is a ONE WAY process -- see: {upgrading--xref :param-release-tag: -3-0-3 [#maint-latest] +include::partial$release_notes/sync-gateway-3-0-5-release-note.adoc[] include::partial$release_notes/sync-gateway-3-0-4-release-note.adoc[] [#maint-3-0-3] @@ -411,4 +412,4 @@ include::partial$block-related-content-product.adoc[] // DO NOT EDIT -- Footer Related Content Block -// END -- PAGE -- modules/ROOT/pages/release-notes.adoc \ No newline at end of file +// END -- PAGE -- modules/ROOT/pages/release-notes.adoc From 6990437602e394869084115d320b660abb58ba5f Mon Sep 17 00:00:00 2001 From: Hakim Date: Fri, 21 Apr 2023 17:11:21 +0100 Subject: [PATCH 2/6] CBG-2792 - Relnotes SGW 3.0.6 (#733) * Create sync-gateway-3-0-6-release-note.adoc * Update sync-gateway-3-0-6-release-note.adoc * CBG-2792 SGW 3.0.6 Release Notes * Update sync-gateway-3-0-6-release-note.adoc Updates to the advised links --------- Co-authored-by: Francis Roberts <111994975+franrob-projects@users.noreply.github.com> --- .../sync-gateway-3-0-6-release-note.adoc | 23 +++++++++++++++++++ modules/ROOT/pages/release-notes.adoc | 22 ++++++++++-------- 2 files changed, 36 insertions(+), 9 deletions(-) create mode 100644 modules/ROOT/pages/_partials/release_notes/sync-gateway-3-0-6-release-note.adoc diff --git a/modules/ROOT/pages/_partials/release_notes/sync-gateway-3-0-6-release-note.adoc b/modules/ROOT/pages/_partials/release_notes/sync-gateway-3-0-6-release-note.adoc new file mode 100644 index 000000000..5d6ee7ce6 --- /dev/null +++ b/modules/ROOT/pages/_partials/release_notes/sync-gateway-3-0-6-release-note.adoc @@ -0,0 +1,23 @@ +[#maint-3-0-6] +== 3.0.6 -- April 2023 + +=== New Features + +* https://issues.couchbase.com/browse/CBG-2846[++ CBG-2846 -- Ability to define CORS as part of DB config ++] + + +=== Enhancements + +* https://issues.couchbase.com/browse/CBG-2841[++ CBG-2841 -- Add a flag to sg-collect collection to delete zip once uploaded++] + + +=== Issues and Resolutions + +==== Fixed Issues + +* https://issues.couchbase.com/browse/CBG-2850[++ CBG-2850 -- Avoid leaking information about database existence on public API] + + +==== Known Issues + +None for this release diff --git a/modules/ROOT/pages/release-notes.adoc b/modules/ROOT/pages/release-notes.adoc index 53f31b954..3f099c6c6 100644 --- a/modules/ROOT/pages/release-notes.adoc +++ b/modules/ROOT/pages/release-notes.adoc @@ -43,20 +43,24 @@ The migration to 3.0 configuration is a ONE WAY process -- see: {upgrading--xref -- -// BEGIN MAINTENANCE RELEASE BLOCK -// -// Clone this block for each maintenance release. -// Edit release nos as required -// Satisfy, or remove the `showme` conditional to unhide this block -// :showme: - -// ifdef::showme[] -:param-release-tag: -3-0-3 +//////////////////////// +// UPDATE THIS BIT HERE: e.g. add include:: to new partial for the version. +//////////////////////// [#maint-latest] +include::partial$release_notes/sync-gateway-3-0-6-release-note.adoc[] include::partial$release_notes/sync-gateway-3-0-5-release-note.adoc[] include::partial$release_notes/sync-gateway-3-0-4-release-note.adoc[] + + + + +//////////////////////// +// The following is LEGACY markup that we don't understand well. +//////////////////////// + +:param-release-tag: -3-0-3 [#maint-3-0-3] == 3.0.3 -- June 2022 From 3d1e4c4acc4b4f9ad5d455840d017e4db3a343f9 Mon Sep 17 00:00:00 2001 From: Hakim Cassimally Date: Tue, 25 Apr 2023 17:43:22 +0100 Subject: [PATCH 3/6] Revert "CBG-2792 - Relnotes SGW 3.0.6 (#733)" This reverts commit 6990437602e394869084115d320b660abb58ba5f. --- .../sync-gateway-3-0-6-release-note.adoc | 23 ------------------- modules/ROOT/pages/release-notes.adoc | 22 ++++++++---------- 2 files changed, 9 insertions(+), 36 deletions(-) delete mode 100644 modules/ROOT/pages/_partials/release_notes/sync-gateway-3-0-6-release-note.adoc diff --git a/modules/ROOT/pages/_partials/release_notes/sync-gateway-3-0-6-release-note.adoc b/modules/ROOT/pages/_partials/release_notes/sync-gateway-3-0-6-release-note.adoc deleted file mode 100644 index 5d6ee7ce6..000000000 --- a/modules/ROOT/pages/_partials/release_notes/sync-gateway-3-0-6-release-note.adoc +++ /dev/null @@ -1,23 +0,0 @@ -[#maint-3-0-6] -== 3.0.6 -- April 2023 - -=== New Features - -* https://issues.couchbase.com/browse/CBG-2846[++ CBG-2846 -- Ability to define CORS as part of DB config ++] - - -=== Enhancements - -* https://issues.couchbase.com/browse/CBG-2841[++ CBG-2841 -- Add a flag to sg-collect collection to delete zip once uploaded++] - - -=== Issues and Resolutions - -==== Fixed Issues - -* https://issues.couchbase.com/browse/CBG-2850[++ CBG-2850 -- Avoid leaking information about database existence on public API] - - -==== Known Issues - -None for this release diff --git a/modules/ROOT/pages/release-notes.adoc b/modules/ROOT/pages/release-notes.adoc index 3f099c6c6..53f31b954 100644 --- a/modules/ROOT/pages/release-notes.adoc +++ b/modules/ROOT/pages/release-notes.adoc @@ -43,24 +43,20 @@ The migration to 3.0 configuration is a ONE WAY process -- see: {upgrading--xref -- -//////////////////////// -// UPDATE THIS BIT HERE: e.g. add include:: to new partial for the version. -//////////////////////// +// BEGIN MAINTENANCE RELEASE BLOCK +// +// Clone this block for each maintenance release. +// Edit release nos as required +// Satisfy, or remove the `showme` conditional to unhide this block +// :showme: + +// ifdef::showme[] +:param-release-tag: -3-0-3 [#maint-latest] -include::partial$release_notes/sync-gateway-3-0-6-release-note.adoc[] include::partial$release_notes/sync-gateway-3-0-5-release-note.adoc[] include::partial$release_notes/sync-gateway-3-0-4-release-note.adoc[] - - - - -//////////////////////// -// The following is LEGACY markup that we don't understand well. -//////////////////////// - -:param-release-tag: -3-0-3 [#maint-3-0-3] == 3.0.3 -- June 2022 From efa3d7c83af756f9d18ecb375d1daf0d75308a4f Mon Sep 17 00:00:00 2001 From: Hakim Date: Fri, 5 May 2023 17:40:43 +0100 Subject: [PATCH 4/6] CBG-2878: Relnotes 3.0.7 (#735) --- .../sync-gateway-3-0-7-release-note.adoc | 23 +++++++++++++++++++ modules/ROOT/pages/release-notes.adoc | 22 ++++++++++-------- 2 files changed, 36 insertions(+), 9 deletions(-) create mode 100644 modules/ROOT/pages/_partials/release_notes/sync-gateway-3-0-7-release-note.adoc diff --git a/modules/ROOT/pages/_partials/release_notes/sync-gateway-3-0-7-release-note.adoc b/modules/ROOT/pages/_partials/release_notes/sync-gateway-3-0-7-release-note.adoc new file mode 100644 index 000000000..f8d647315 --- /dev/null +++ b/modules/ROOT/pages/_partials/release_notes/sync-gateway-3-0-7-release-note.adoc @@ -0,0 +1,23 @@ +[#maint-3-0-7] +== 3.0.7 -- May 2023 + +=== New Features + +* https://issues.couchbase.com/browse/CBG-2846[++ CBG-2846 -- Ability to define CORS as part of DB config ++] + + +=== Enhancements + +* https://issues.couchbase.com/browse/CBG-2841[++ CBG-2841 -- Add a flag to sg-collect collection to delete zip once uploaded++] + + +=== Issues and Resolutions + +==== Fixed Issues + +* https://issues.couchbase.com/browse/CBG-2850[++ CBG-2850 -- Avoid leaking information about database existence on public API] + + +==== Known Issues + +None for this release diff --git a/modules/ROOT/pages/release-notes.adoc b/modules/ROOT/pages/release-notes.adoc index 53f31b954..089ee44a0 100644 --- a/modules/ROOT/pages/release-notes.adoc +++ b/modules/ROOT/pages/release-notes.adoc @@ -43,20 +43,24 @@ The migration to 3.0 configuration is a ONE WAY process -- see: {upgrading--xref -- -// BEGIN MAINTENANCE RELEASE BLOCK -// -// Clone this block for each maintenance release. -// Edit release nos as required -// Satisfy, or remove the `showme` conditional to unhide this block -// :showme: - -// ifdef::showme[] -:param-release-tag: -3-0-3 +//////////////////////// +// UPDATE THIS BIT HERE: e.g. add include:: to new partial for the version. +//////////////////////// [#maint-latest] +include::partial$release_notes/sync-gateway-3-0-7-release-note.adoc[] include::partial$release_notes/sync-gateway-3-0-5-release-note.adoc[] include::partial$release_notes/sync-gateway-3-0-4-release-note.adoc[] + + + + +//////////////////////// +// The following is LEGACY markup that we don't understand well. +//////////////////////// + +:param-release-tag: -3-0-3 [#maint-3-0-3] == 3.0.3 -- June 2022 From ad793702d8cb1e4a91aa54bbaaef4e891a20b4f6 Mon Sep 17 00:00:00 2001 From: Francis Roberts <111994975+franrob-projects@users.noreply.github.com> Date: Thu, 15 Jun 2023 14:56:07 +0100 Subject: [PATCH 5/6] DOC-11125: Rel-notes SGW 3.0.8 (#750) * DOC-11125: Rel-notes SGW 3.0.8 * DOC-11125:Fixes per feedback --- .../sync-gateway-3-0-8-release-note.adoc | 24 +++++++++++++++++++ modules/ROOT/pages/release-notes.adoc | 3 ++- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 modules/ROOT/pages/_partials/release_notes/sync-gateway-3-0-8-release-note.adoc diff --git a/modules/ROOT/pages/_partials/release_notes/sync-gateway-3-0-8-release-note.adoc b/modules/ROOT/pages/_partials/release_notes/sync-gateway-3-0-8-release-note.adoc new file mode 100644 index 000000000..8fd1c3ac6 --- /dev/null +++ b/modules/ROOT/pages/_partials/release_notes/sync-gateway-3-0-8-release-note.adoc @@ -0,0 +1,24 @@ +[#maint-3-0-8] +== 3.0.8 -- June 2023 + +=== Enhancements + +* https://issues.couchbase.com/browse/CBG-2855[++CBG-2855 -- 3.0.8 Oneshot replications should wait for DCP to catch up on changes feed++] + + +=== Issues and Resolutions + +==== Fixed Issues + +* https://issues.couchbase.com/browse/CBG-2968[++CBG-2968 -- 3.0.8 proveAttachment incompatibility between 3.0.x and 2.8.x++] + +==== Known Issues + +None for this release + + + + + + + diff --git a/modules/ROOT/pages/release-notes.adoc b/modules/ROOT/pages/release-notes.adoc index 089ee44a0..98c721605 100644 --- a/modules/ROOT/pages/release-notes.adoc +++ b/modules/ROOT/pages/release-notes.adoc @@ -48,7 +48,8 @@ The migration to 3.0 configuration is a ONE WAY process -- see: {upgrading--xref //////////////////////// [#maint-latest] -include::partial$release_notes/sync-gateway-3-0-7-release-note.adoc[] + +include::partial$release_notes/sync-gateway-3-0-8-release-note.adoc[] include::partial$release_notes/sync-gateway-3-0-5-release-note.adoc[] include::partial$release_notes/sync-gateway-3-0-4-release-note.adoc[] From 03ef78171a1c8b0cc02240d921de93880830fa38 Mon Sep 17 00:00:00 2001 From: Fortune Ikechi Date: Mon, 16 Jun 2025 14:32:19 +0100 Subject: [PATCH 6/6] DOC-12350 backport for release3.1 --- modules/ROOT/pages/database-management.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ROOT/pages/database-management.adoc b/modules/ROOT/pages/database-management.adoc index 6d1d2c977..8f120e1d0 100644 --- a/modules/ROOT/pages/database-management.adoc +++ b/modules/ROOT/pages/database-management.adoc @@ -1,6 +1,5 @@ = Database Management :page-edition: {release} -:page-status: {prerelease} :page-toclevels: 2@ :page-pagination: next :page-role: