Skip to content

Commit e89c0c7

Browse files
authored
DOCSP-46895 1.11 Release Notes (#585)
* DOCSP-46895 1.11 Release Notes * * * remove write blocking bullet * release date
1 parent 85fe906 commit e89c0c7

File tree

3 files changed

+30
-6
lines changed

3 files changed

+30
-6
lines changed

.backportrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"repoOwner": "mongodb",
33
"repoName": "docs-cluster-to-cluster-sync",
44

5-
"targetBranchChoices": ["master", "v1.10", "v1.9", "v1.8"],
5+
"targetBranchChoices": ["master", "v1.11", "v1.10", "v1.9", "v1.8"],
66

77
"editor": "code",
88

snooty.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ toc_landing_pages = ["/quickstart",
2727
]
2828

2929
[constants]
30-
version = "1.10"
31-
version-previous = "1.9"
32-
latest-version="1.10.0"
33-
version-dev = "1.10"
30+
version = "1.11"
31+
version-previous = "1.10"
32+
latest-version="1.11.0"
33+
version-dev = "1.11"
3434
c2c-product-name = "Cluster-to-Cluster Sync"
3535
c2c-full-product-name = "MongoDB Cluster-to-Cluster Sync"
3636
mdb-download-center = "`MongoDB Download Center <https://www.mongodb.com/try/download/mongosync>`__"

source/release-notes/1.11.txt

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
Release Notes for mongosync 1.11
55
================================
66

7+
.. default-domain:: mongodb
8+
79
.. contents:: On this page
810
:local:
911
:backlinks: none
@@ -18,6 +20,8 @@ This page describes changes and new features introduced in
1820
1.11.0 Release
1921
--------------
2022

23+
**February 6, 2025**
24+
2125
Destination-Only Write-Blocking
2226
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2327

@@ -34,4 +38,24 @@ Permissions
3438

3539
``mongosync`` requires additional permissions
3640
on Atlas destination clusters for default migrations.
37-
See :ref:`c2c-atlas-permissions`.
41+
See :ref:`c2c-atlas-permissions`.
42+
43+
Other Notes
44+
~~~~~~~~~~~
45+
46+
Fixed Issues:
47+
48+
- Fixed a bug introduced in v1.9.0, where the embedded verifier could
49+
incorrectly report a failure if a collection with a TTL index was renamed and
50+
later recreated without a TTL index.
51+
52+
- Fixed a bug introduced in v1.0.0 where a ``prepareUnique`` index could be made
53+
unique on the destination collection or a previously unique index could be
54+
left in a ``prepareUnique`` state on the destination collection after cutover.
55+
56+
Minimum Supported Version
57+
-------------------------
58+
59+
.. include:: /includes/fact-version-compatibility.rst
60+
61+
.. include:: /includes/migration-upgrade-recommendation.rst

0 commit comments

Comments
 (0)