Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 75507fb

Browse files
Release note stubs
1 parent 9468774 commit 75507fb

File tree

5 files changed

+55
-9
lines changed

5 files changed

+55
-9
lines changed

snooty.toml

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

3030
[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"
3535
c2c-product-name = "Cluster-to-Cluster Sync"
3636
c2c-full-product-name = "MongoDB Cluster-to-Cluster Sync"
3737
mdb-download-center = "`MongoDB Download Center <https://www.mongodb.com/try/download/mongosync>`__"

source/includes/live-upgrade.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ only live upgrade to ``mongosync`` 1.7.3 or later from ``mongosync``
55

66
.. important::
77

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.

source/reference/versioning.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ restarting data synchronization operations from the beginning.
7070

7171
.. important::
7272

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.
7474

7575
After the live upgrade, ``mongosync`` continues operations that were in
7676
progress before the upgrade.

source/release-notes.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
.. place holder for the release notes TOC
2-
31
=============
42
Release Notes
53
=============
@@ -14,11 +12,12 @@ release notes.
1412
Current Stable Release
1513
~~~~~~~~~~~~~~~~~~~~~~
1614

17-
- :ref:`c2c-release-notes-1.11`
15+
- :ref:`c2c-release-notes-1.12`
1816

1917
Previous Releases
2018
~~~~~~~~~~~~~~~~~
2119

20+
- :ref:`c2c-release-notes-1.11`
2221
- :ref:`c2c-release-notes-1.10`
2322
- :ref:`c2c-release-notes-1.9`
2423
- :ref:`c2c-release-notes-1.8`
@@ -37,6 +36,7 @@ Previous Releases
3736
.. toctree::
3837
:titlesonly:
3938

39+
1.12 </release-notes/1.12>
4040
1.11 </release-notes/1.11>
4141
1.10 </release-notes/1.10>
4242
1.9 </release-notes/1.9>

source/release-notes/1.12.txt

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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

0 commit comments

Comments
 (0)