File tree Expand file tree Collapse file tree 6 files changed +43
-8
lines changed Expand file tree Collapse file tree 6 files changed +43
-8
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,10 @@ toc_landing_pages = ["/quickstart",
28
28
]
29
29
30
30
[constants ]
31
- version = " 1.7"
32
- latest-version =" 1.7.2"
33
- version-dev = " 1.8"
31
+ version = " 1.9"
32
+ version-previous = " 1.8"
33
+ latest-version =" 1.8.0"
34
+ version-dev = " 1.9"
34
35
c2c-product-name = " Cluster-to-Cluster Sync"
35
36
c2c-full-product-name = " MongoDB Cluster-to-Cluster Sync"
36
37
mdb-download-center = " `MongoDB Download Center <https://www.mongodb.com/try/download/mongosync>`__"
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ Cluster-to-Cluster Sync
6
6
7
7
.. default-domain:: mongodb
8
8
9
+ .. include:: /includes/in-dev.rst
10
+
9
11
{+c2c-product-name+} provides continuous data synchronization or a
10
12
one-time data migration between MongoDB clusters. You can enable
11
13
{+c2c-product-name+} with the :ref:`mongosync <c2c-mongosync>` utility.
Original file line number Diff line number Diff line change @@ -60,7 +60,10 @@ following disclaimer:
60
60
Beta Features
61
61
-------------
62
62
63
- {+c2c-beta-program-short+} {+version-dev+} includes the following features:
63
+ 1.8 Beta
64
+ ~~~~~~~~
65
+
66
+ {+c2c-beta-program-short+} 1.8 includes the following features:
64
67
65
68
.. list-table::
66
69
:header-rows: 1
Original file line number Diff line number Diff line change @@ -14,16 +14,17 @@ release notes.
14
14
Upcoming Stable Release
15
15
~~~~~~~~~~~~~~~~~~~~~~~
16
16
17
- - :ref:`c2c-release-notes-1.8 `
17
+ - :ref:`c2c-release-notes-1.9 `
18
18
19
19
Current Stable Release
20
20
~~~~~~~~~~~~~~~~~~~~~~
21
21
22
- - :ref:`c2c-release-notes-1.7 `
22
+ - :ref:`c2c-release-notes-1.8 `
23
23
24
24
Previous Rapid Releases
25
25
~~~~~~~~~~~~~~~~~~~~~~~
26
26
27
+ - :ref:`c2c-release-notes-1.7`
27
28
- :ref:`c2c-release-notes-1.6`
28
29
- :ref:`c2c-release-notes-1.5`
29
30
- :ref:`c2c-release-notes-1.4`
@@ -38,6 +39,7 @@ Previous Rapid Releases
38
39
.. toctree::
39
40
:titlesonly:
40
41
42
+ /release-notes/1.9
41
43
/release-notes/1.8
42
44
/release-notes/1.7
43
45
/release-notes/1.6
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Release Notes for mongosync 1.8
15
15
.. _1.8.0-c2c-release-notes:
16
16
17
17
This page describes changes and new features introduced in
18
- {+c2c-full-product-name+} {+version-dev+} and the {+c2c-full-beta-program+}.
18
+ {+c2c-full-product-name+} 1.8 and the {+c2c-full-beta-program+}.
19
19
20
20
1.8.0 Release
21
21
-------------
@@ -77,7 +77,7 @@ Issues Fixed:
77
77
.. include:: /includes/beta-program-intro.rst
78
78
79
79
In addition to the beta features, {+c2c-beta-program-short+} includes all
80
- changes and new features from ``mongosync`` {+version-dev+} .
80
+ changes and new features from ``mongosync`` 1.8 .
81
81
82
82
To learn more, see :ref:`c2c-beta-program`.
83
83
Original file line number Diff line number Diff line change
1
+ .. _c2c-release-notes-1.9:
2
+
3
+ ===============================
4
+ Release Notes for mongosync 1.9
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
+ .. include:: /includes/in-dev.rst
16
+
17
+ .. _1.9.0-c2c-release-notes:
18
+
19
+ This page describes changes and new features introduced in
20
+ {+c2c-full-product-name+} 1.9 and the {+c2c-full-beta-program+}.
21
+
22
+ Minimum Supported Version
23
+ -------------------------
24
+
25
+ In 1.9.0, the minimum supported versions of MongoDB are 6.0.16 and 7.0.9.
26
+
27
+ .. include:: /includes/migration-upgrade-recommendation.rst
You can’t perform that action at this time.
0 commit comments