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/_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/_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/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: diff --git a/modules/ROOT/pages/release-notes.adoc b/modules/ROOT/pages/release-notes.adoc index 04838d68a..98c721605 100644 --- a/modules/ROOT/pages/release-notes.adoc +++ b/modules/ROOT/pages/release-notes.adoc @@ -43,19 +43,25 @@ 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-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[] + + + + +//////////////////////// +// 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 @@ -411,4 +417,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