This repository was archived by the owner on May 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +55
-9
lines changed Expand file tree Collapse file tree 5 files changed +55
-9
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ toc_landing_pages = ["/quickstart",
28
28
]
29
29
30
30
[constants ]
31
- version = " 1.11 "
32
- version-previous = " 1.10 "
33
- latest-version =" 1.11 .0"
34
- version-dev = " 1.11 "
31
+ version = " 1.12 "
32
+ version-previous = " 1.11 "
33
+ latest-version =" 1.12 .0"
34
+ version-dev = " 1.12 "
35
35
c2c-product-name = " Cluster-to-Cluster Sync"
36
36
c2c-full-product-name = " MongoDB Cluster-to-Cluster Sync"
37
37
mdb-download-center = " `MongoDB Download Center <https://www.mongodb.com/try/download/mongosync>`__"
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ only live upgrade to ``mongosync`` 1.7.3 or later from ``mongosync``
5
5
6
6
.. important ::
7
7
8
- ``mongosync `` does not support live upgrades to version 1.11.
8
+ ``mongosync `` does not support live upgrades to version 1.11 or 1.12 .
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ restarting data synchronization operations from the beginning.
70
70
71
71
.. important::
72
72
73
- ``mongosync`` does not support live upgrades to version 1.11.
73
+ ``mongosync`` does not support live upgrades to version 1.11 or 1.12 .
74
74
75
75
After the live upgrade, ``mongosync`` continues operations that were in
76
76
progress before the upgrade.
Original file line number Diff line number Diff line change 1
- .. place holder for the release notes TOC
2
-
3
1
=============
4
2
Release Notes
5
3
=============
@@ -14,11 +12,12 @@ release notes.
14
12
Current Stable Release
15
13
~~~~~~~~~~~~~~~~~~~~~~
16
14
17
- - :ref:`c2c-release-notes-1.11 `
15
+ - :ref:`c2c-release-notes-1.12 `
18
16
19
17
Previous Releases
20
18
~~~~~~~~~~~~~~~~~
21
19
20
+ - :ref:`c2c-release-notes-1.11`
22
21
- :ref:`c2c-release-notes-1.10`
23
22
- :ref:`c2c-release-notes-1.9`
24
23
- :ref:`c2c-release-notes-1.8`
@@ -37,6 +36,7 @@ Previous Releases
37
36
.. toctree::
38
37
:titlesonly:
39
38
39
+ 1.12 </release-notes/1.12>
40
40
1.11 </release-notes/1.11>
41
41
1.10 </release-notes/1.10>
42
42
1.9 </release-notes/1.9>
Original file line number Diff line number Diff line change
1
+ .. _c2c-release-notes-1.12:
2
+
3
+ ================================
4
+ Release Notes for mongosync 1.12
5
+ ================================
6
+
7
+ .. default-domain:: mongodb
8
+
9
+ .. contents:: On this page
10
+ :local:
11
+ :backlinks: none
12
+ :depth: 2
13
+ :class: singlecol
14
+
15
+ This page describes changes and new features introduced in
16
+ {+c2c-full-product-name+} 1.12.
17
+
18
+ .. _1.12.0-c2c-release-notes:
19
+
20
+ 1.12.0 Release
21
+ --------------
22
+
23
+ **February 19, 2025**
24
+
25
+ Main Feature
26
+ ~~~~~~~~~~~~
27
+
28
+ Live Upgrades
29
+ ~~~~~~~~~~~~~
30
+
31
+ :ref:`Live upgrades <c2c-versioning-live-upgrade>`
32
+ to version 1.12 are not supported.
33
+
34
+ Other Notes
35
+ ~~~~~~~~~~~
36
+
37
+ Fixed Issues:
38
+
39
+ - Fixed
40
+
41
+ Minimum Supported Version
42
+ -------------------------
43
+
44
+ .. include:: /includes/fact-version-compatibility.rst
45
+
46
+ .. include:: /includes/migration-upgrade-recommendation.rst
You can’t perform that action at this time.
0 commit comments