Skip to content

Doc 12350 fix page status backport 3.1 #868

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: release/3.1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ asciidoc:
release: '3.0'
major: 3
minor: 0
maintenance: 3
maintenance: 5
base: 0
page-toclevels: 2@
# releasetag:
Original file line number Diff line number Diff line change
@@ -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++]






Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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







1 change: 0 additions & 1 deletion modules/ROOT/pages/database-management.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
= Database Management
:page-edition: {release}
:page-status: {prerelease}
:page-toclevels: 2@
:page-pagination: next
:page-role:
Expand Down
26 changes: 16 additions & 10 deletions modules/ROOT/pages/release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
// END -- PAGE -- modules/ROOT/pages/release-notes.adoc
Loading