Skip to content

Commit 4ae2e7f

Browse files
DOCSP-48354-1.13-release-notes (#680)
* DOCSP-48354-1.13-release-notes * first draft * update snooty.toml * line break * update supporte linux platforms list * wording
1 parent 5a55fdb commit 4ae2e7f

File tree

4 files changed

+81
-4
lines changed

4 files changed

+81
-4
lines changed

snooty.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ toc_landing_pages = ["/quickstart",
3030

3131
[constants]
3232
version = "1.12"
33-
version-previous = "1.11"
34-
latest-version="1.12.0"
35-
version-dev = "1.13"
33+
version-previous = "1.12"
34+
latest-version="1.13.0"
35+
version-dev = "1.14"
3636
c2c-product-name = "Cluster-to-Cluster Sync"
3737
c2c-full-product-name = "MongoDB Cluster-to-Cluster Sync"
3838
mdb-download-center = "`MongoDB Download Center <https://www.mongodb.com/try/download/mongosync>`__"

source/installation/install-on-linux.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,14 @@ Platform Support
4141
systems:
4242

4343
- Amazon Linux 2
44+
- Amazon Linux 2023
4445
- Red Hat Enterprise Linux (RHEL) 7
4546
- Red Hat Enterprise Linux (RHEL) 8
4647
- Red Hat Enterprise Linux (RHEL) 9
4748
- Ubuntu 18.04
4849
- Ubuntu 20.04
50+
- Ubuntu 22.04
51+
- Ubuntu 24.04
4952

5053
Version Requirements
5154
~~~~~~~~~~~~~~~~~~~~

source/release-notes.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ release notes.
1212
Current Stable Release
1313
~~~~~~~~~~~~~~~~~~~~~~
1414

15-
- :ref:`c2c-release-notes-1.12`
15+
- :ref:`c2c-release-notes-1.13`
1616

1717
Previous Releases
1818
~~~~~~~~~~~~~~~~~
1919

20+
- :ref:`c2c-release-notes-1.12`
2021
- :ref:`c2c-release-notes-1.11`
2122
- :ref:`c2c-release-notes-1.10`
2223
- :ref:`c2c-release-notes-1.9`
@@ -36,6 +37,7 @@ Previous Releases
3637
.. toctree::
3738
:titlesonly:
3839

40+
1.13 </release-notes/1.13>
3941
1.12 </release-notes/1.12>
4042
1.11 </release-notes/1.11>
4143
1.10 </release-notes/1.10>

source/release-notes/1.13.txt

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
.. _c2c-release-notes-1.13:
2+
3+
================================
4+
Release Notes for mongosync 1.13
5+
================================
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 2
11+
:class: singlecol
12+
13+
This page describes changes and new features introduced in
14+
{+c2c-full-product-name+} 1.13.
15+
16+
.. _1.13.0-c2c-release-notes:
17+
18+
1.13.0 Release
19+
--------------
20+
21+
**March 25, 2025**
22+
23+
New Features
24+
~~~~~~~~~~~~
25+
26+
- ``mongosync`` no longer requires you to fully disable the source
27+
cluster's balancer for migrations started with namespace filtering.
28+
Now, you only have to disable the balancer for collections within the
29+
namespace filter.
30+
31+
You can leave the balancer enabled for collections outside the filter.
32+
The destination balancer still must be fully disabled for the duration
33+
of the migration.
34+
35+
.. note::
36+
37+
You don't need to disable the source balancer on individual
38+
collections. You can still disable the source balancer globally.
39+
40+
Platform Support
41+
~~~~~~~~~~~~~~~~
42+
43+
``mongosync`` builds are now available for the following platforms:
44+
45+
- Ubuntu 22.04 and 24.04
46+
- Amazon Linux 2023
47+
48+
Live Upgrades
49+
~~~~~~~~~~~~~
50+
51+
:ref:`Live upgrades <c2c-live-upgrade>` from version 1.12 to 1.13 are
52+
supported.
53+
54+
Other Notes
55+
~~~~~~~~~~~
56+
57+
Fixed Issues:
58+
59+
- Fixed a bug introduced in v1.0.0 where ``mongosync`` could exit
60+
gracefully (instead of crashing with a fatal level log) on some
61+
errors.
62+
63+
- Fixed a bug introduced in v1.11.0 where ``mongosync`` returned a
64+
confusing error when the user lacked sufficient permissions to enable
65+
destination-only write blocking by default.
66+
67+
Minimum Supported Version
68+
-------------------------
69+
70+
.. include:: /includes/fact-version-compatibility.rst
71+
72+
.. include:: /includes/migration-upgrade-recommendation.rst

0 commit comments

Comments
 (0)