diff --git a/antora.yml b/antora.yml index 099aee37..f484ae71 100644 --- a/antora.yml +++ b/antora.yml @@ -13,7 +13,7 @@ asciidoc: release: '3.2' major: 3 minor: 2 - maintenance: 2 - base: 2 + maintenance: 3 + base: 3 page-toclevels: 2@ # releasetag: diff --git a/modules/ROOT/pages/_partials/release_notes/sync-gateway-3-2-3-release-note.adoc b/modules/ROOT/pages/_partials/release_notes/sync-gateway-3-2-3-release-note.adoc new file mode 100644 index 00000000..e777454e --- /dev/null +++ b/modules/ROOT/pages/_partials/release_notes/sync-gateway-3-2-3-release-note.adoc @@ -0,0 +1,34 @@ +== 3.2.3 -- February 2025 + +[#maint-3-2-3] +=== Fixed Issues + +* https://jira.issues.couchbase.com/browse/CBG-4198[CBG-4198 - ISGR replicators reaching max_backoff with a reconnection error will not transition to stop] + +* https://jira.issues.couchbase.com/browse/CBG-4374[CBG-4374 - http continuous changes requests no longer flush output] + +=== Enhancements + +* https://jira.issues.couchbase.com/browse/CBG-4314[CBG-4314 - Release unused sequences in db.UpdatePrincipal] + +* https://jira.issues.couchbase.com/browse/CBG-4342[CBG-4342 - Add createdAt / updatedAt timestamps to written configs] + +* https://jira.issues.couchbase.com/browse/CBG-4368[CBG-4368 - Retain minimum number of recent sequences during compaction] + +* https://jira.issues.couchbase.com/browse/CBG-4377[CBG-4377 - Create unsupported option for sending change in a channel filter on channel filter removal] + +* https://jira.issues.couchbase.com/browse/CBG-4393[CBG-4393 - Improve observability of errors where collection has been deleted] + +* https://jira.issues.couchbase.com/browse/CBG-4465[CBG-4465 - Add a stat to track the amount of errors that happen when trying to bring a database online] + +* https://jira.issues.couchbase.com/browse/CBG-4515[CBG-4515 - Improve observability errors for online processes] + +=== Known Issues + +None for this release. + +=== Deprecations + +None for this release. + +NOTE: For an overview of the latest features offered in Sync Gateway 3.2, see xref:whatsnew.adoc[New in 3.2]. diff --git a/modules/ROOT/pages/release-notes.adoc b/modules/ROOT/pages/release-notes.adoc index 6becfe23..75f3b90c 100644 --- a/modules/ROOT/pages/release-notes.adoc +++ b/modules/ROOT/pages/release-notes.adoc @@ -43,6 +43,8 @@ The migration to 3.x configuration is a ONE WAY process -- see: {upgrading--xref :param-release-tag: -1 [#maint-latest] +include::partial$release_notes/sync-gateway-3-2-3-release-note.adoc[] + include::partial$release_notes/sync-gateway-3-2-2-release-note.adoc[] include::partial$release_notes/sync-gateway-3-2-1-release-note.adoc[]