Skip to content

Commit 4787dec

Browse files
authored
DOCSP-42301-1.9-in-dev (#379)
* DOCSP-42301-1.9-in-dev * add to release notes toc * * * *
1 parent d933065 commit 4787dec

File tree

6 files changed

+43
-8
lines changed

6 files changed

+43
-8
lines changed

snooty.toml

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

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

source/index.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Cluster-to-Cluster Sync
66

77
.. default-domain:: mongodb
88

9+
.. include:: /includes/in-dev.rst
10+
911
{+c2c-product-name+} provides continuous data synchronization or a
1012
one-time data migration between MongoDB clusters. You can enable
1113
{+c2c-product-name+} with the :ref:`mongosync <c2c-mongosync>` utility.

source/reference/beta-program.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ following disclaimer:
6060
Beta Features
6161
-------------
6262

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:
6467

6568
.. list-table::
6669
:header-rows: 1

source/release-notes.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,17 @@ release notes.
1414
Upcoming Stable Release
1515
~~~~~~~~~~~~~~~~~~~~~~~
1616

17-
- :ref:`c2c-release-notes-1.8`
17+
- :ref:`c2c-release-notes-1.9`
1818

1919
Current Stable Release
2020
~~~~~~~~~~~~~~~~~~~~~~
2121

22-
- :ref:`c2c-release-notes-1.7`
22+
- :ref:`c2c-release-notes-1.8`
2323

2424
Previous Rapid Releases
2525
~~~~~~~~~~~~~~~~~~~~~~~
2626

27+
- :ref:`c2c-release-notes-1.7`
2728
- :ref:`c2c-release-notes-1.6`
2829
- :ref:`c2c-release-notes-1.5`
2930
- :ref:`c2c-release-notes-1.4`
@@ -38,6 +39,7 @@ Previous Rapid Releases
3839
.. toctree::
3940
:titlesonly:
4041

42+
/release-notes/1.9
4143
/release-notes/1.8
4244
/release-notes/1.7
4345
/release-notes/1.6

source/release-notes/1.8.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Release Notes for mongosync 1.8
1515
.. _1.8.0-c2c-release-notes:
1616

1717
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+}.
1919

2020
1.8.0 Release
2121
-------------
@@ -77,7 +77,7 @@ Issues Fixed:
7777
.. include:: /includes/beta-program-intro.rst
7878

7979
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.
8181

8282
To learn more, see :ref:`c2c-beta-program`.
8383

source/release-notes/1.9.txt

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

0 commit comments

Comments
 (0)