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/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 69e08ef5a..13edb0c93 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 6, 2025** + Destination-Only Write-Blocking ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -34,4 +38,24 @@ 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 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 or a previously unique index could be + left in a ``prepareUnique`` state on the destination collection after cutover. + +Minimum Supported Version +------------------------- + +.. include:: /includes/fact-version-compatibility.rst + +.. include:: /includes/migration-upgrade-recommendation.rst