From 1740672c71bddb2c143107882bd2064e17ccd646 Mon Sep 17 00:00:00 2001 From: Alison Huh Date: Tue, 4 Feb 2025 13:29:28 -0500 Subject: [PATCH 1/4] DOCSP-46895 1.11 Release Notes --- .backportrc.json | 2 +- source/release-notes/1.11.txt | 30 +++++++++++++++++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/.backportrc.json b/.backportrc.json index da2b23249..c59b39915 100644 --- a/.backportrc.json +++ b/.backportrc.json @@ -2,7 +2,7 @@ "repoOwner": "mongodb", "repoName": "docs-cluster-to-cluster-sync", - "targetBranchChoices": ["master", "v1.10", "v1.9", "v1.8"], + "targetBranchChoices": ["master", "v1.11", "v1.10", "v1.9", "v1.8"], "editor": "code", diff --git a/source/release-notes/1.11.txt b/source/release-notes/1.11.txt index 69e08ef5a..bf2b9d5f8 100644 --- a/source/release-notes/1.11.txt +++ b/source/release-notes/1.11.txt @@ -4,6 +4,8 @@ Release Notes for mongosync 1.11 ================================ +.. default-domain:: mongodb + .. contents:: On this page :local: :backlinks: none @@ -18,6 +20,8 @@ This page describes changes and new features introduced in 1.11.0 Release -------------- +**February 5, 2025** + Destination-Only Write-Blocking ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -34,4 +38,28 @@ Permissions ``mongosync`` requires additional permissions on Atlas destination clusters for default migrations. -See :ref:`c2c-atlas-permissions`. \ No newline at end of file +See :ref:`c2c-atlas-permissions`. + +Other Notes +~~~~~~~~~~~ + +Fixed Issues: + +- Fixed a bug introduced in v1.9.0, where the embedded verifier could + incorrectly report failure if a collection with a TTL index was renamed and + later recreated without a TTL index. + +- Fixed a bug introduced in v1.0.0 where a prepareUnique index could be made + unique on the destination collection/a previously unique index could be left + in a prepareUnique state on the destination collection after cutover. + +Other Changes: + +- Added destination-only write blocking, which is enabled by default. + +Minimum Supported Version +------------------------- + +.. include:: /includes/fact-version-compatibility.rst + +.. include:: /includes/migration-upgrade-recommendation.rst From 7dd45cb9836d6962150a1cc1d248fa70ad121e00 Mon Sep 17 00:00:00 2001 From: Alison Huh Date: Tue, 4 Feb 2025 13:50:48 -0500 Subject: [PATCH 2/4] * --- snooty.toml | 8 ++++---- source/release-notes/1.11.txt | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/snooty.toml b/snooty.toml index e73491c02..74b2d103a 100644 --- a/snooty.toml +++ b/snooty.toml @@ -27,10 +27,10 @@ toc_landing_pages = ["/quickstart", ] [constants] -version = "1.10" -version-previous = "1.9" -latest-version="1.10.0" -version-dev = "1.10" +version = "1.11" +version-previous = "1.10" +latest-version="1.11.0" +version-dev = "1.11" c2c-product-name = "Cluster-to-Cluster Sync" c2c-full-product-name = "MongoDB Cluster-to-Cluster Sync" mdb-download-center = "`MongoDB Download Center `__" diff --git a/source/release-notes/1.11.txt b/source/release-notes/1.11.txt index bf2b9d5f8..2a86181a2 100644 --- a/source/release-notes/1.11.txt +++ b/source/release-notes/1.11.txt @@ -46,12 +46,12 @@ Other Notes Fixed Issues: - Fixed a bug introduced in v1.9.0, where the embedded verifier could - incorrectly report failure if a collection with a TTL index was renamed and + incorrectly report a failure if a collection with a TTL index was renamed and later recreated without a TTL index. -- Fixed a bug introduced in v1.0.0 where a prepareUnique index could be made - unique on the destination collection/a previously unique index could be left - in a prepareUnique state on the destination collection after cutover. +- Fixed a bug introduced in v1.0.0 where a ``prepareUnique`` index could be made + unique on the destination collection or a previously unique index could be + left in a ``prepareUnique`` state on the destination collection after cutover. Other Changes: From f2cff3d7b3f3faba367f25ab25abba055636b0fa Mon Sep 17 00:00:00 2001 From: Alison Huh Date: Tue, 4 Feb 2025 16:09:09 -0500 Subject: [PATCH 3/4] remove write blocking bullet --- source/release-notes/1.11.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source/release-notes/1.11.txt b/source/release-notes/1.11.txt index 2a86181a2..e92740413 100644 --- a/source/release-notes/1.11.txt +++ b/source/release-notes/1.11.txt @@ -53,10 +53,6 @@ Fixed Issues: unique on the destination collection or a previously unique index could be left in a ``prepareUnique`` state on the destination collection after cutover. -Other Changes: - -- Added destination-only write blocking, which is enabled by default. - Minimum Supported Version ------------------------- From 44db6e1c17a55ad24bf0ad5b416172d71fbd39b5 Mon Sep 17 00:00:00 2001 From: Alison Huh Date: Wed, 5 Feb 2025 09:54:25 -0500 Subject: [PATCH 4/4] release date --- source/release-notes/1.11.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/release-notes/1.11.txt b/source/release-notes/1.11.txt index e92740413..13edb0c93 100644 --- a/source/release-notes/1.11.txt +++ b/source/release-notes/1.11.txt @@ -20,7 +20,7 @@ This page describes changes and new features introduced in 1.11.0 Release -------------- -**February 5, 2025** +**February 6, 2025** Destination-Only Write-Blocking ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~