Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.
Merged
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 .backportrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Expand Down
8 changes: 4 additions & 4 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.mongodb.com/try/download/mongosync>`__"
Expand Down
26 changes: 25 additions & 1 deletion source/release-notes/1.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
Release Notes for mongosync 1.11
================================

.. default-domain:: mongodb

.. contents:: On this page
:local:
:backlinks: none
Expand All @@ -18,6 +20,8 @@ This page describes changes and new features introduced in
1.11.0 Release
--------------

**February 6, 2025**

Destination-Only Write-Blocking
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand All @@ -34,4 +38,24 @@ Permissions

``mongosync`` requires additional permissions
on Atlas destination clusters for default migrations.
See :ref:`c2c-atlas-permissions`.
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