Skip to content

Commit ede01bd

Browse files
authored
DOCS-15884 1.2 release notes (#110)
* DOCS-15884 Release Notes for mongosync 1.2.0 * Adds 1.2 to release notes * Adds unsupported warning * Fixes per Joe and Dave * Updates release date * Fixes per Dave Rolsky * Fixes per Dave Rolsky * Fixes per Alan
1 parent fc1daaa commit ede01bd

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

source/release-notes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ Release Notes
1111
/release-notes/0.9
1212
/release-notes/1.0
1313
/release-notes/1.1
14+
/release-notes/1.2
1415

source/release-notes/1.2.txt

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
.. _c2c-release-notes-1.1:
2+
3+
===================================
4+
Release Notes for ``mongosync`` 1.2
5+
===================================
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol
14+
15+
.. note::
16+
17+
``mongosync`` 1.2 Released February 16, 2023
18+
19+
20+
Migrating Older Versions of MongoDB
21+
-------------------------------------
22+
23+
``mongosync`` 1.2 can sync between clusters running
24+
older (pre-6.0) releases of MongoDB Server. Use of this feature
25+
requires additional preparation and configuration.
26+
27+
If you would like to migrate pre-6.0 versions of MongoDB Server
28+
using ``mongosync``, please `contact <https://mongodb.com/contact>`__
29+
your account team to inquire about Professional Services.
30+
31+
32+
Guardrails for Unsupported Versions of MongoDB
33+
----------------------------------------------
34+
35+
``mongosync`` now returns an error if you call :ref:`c2c-api-start`
36+
to sync clusters running unsupported releases of MongoDB Server.
37+
38+
39+
Collated Collections Issue
40+
---------------------------
41+
42+
Fixes bug that could cause ``mongosync`` to crash when replicating
43+
collated collections.

0 commit comments

Comments
 (0)