Skip to content

Commit 4917d3a

Browse files
authored
DOCSP-33758 mongosync 1.7 Release Notes (#170)
* DOCSP-33758 mongosync 1.7 Release Notes * Updates text * Fixes per Ashley * Fixes per Jian
1 parent 0f57e79 commit 4917d3a

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

source/release-notes/1.7.txt

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,28 @@ Synchronize Data Between Clusters with Different MongoDB Server Major Versions
3131

3232
.. include:: /includes/cross-version-sync.rst
3333

34+
Other Notes
35+
~~~~~~~~~~~
36+
37+
New Features:
38+
39+
- ``mongosync`` now truncates logged fields that contain more than 1,024
40+
characters.
41+
42+
Issues Fixed:
43+
44+
- Fixed bug introduced in ``mongosync`` 1.5.0 that may cause ORR to insert
45+
capped collection documents out of order. That is, documents on the source
46+
and destination cluster may not be deleted from the capped collection in the
47+
same order. This bug is only triggered if documents are inserted into a
48+
capped collection during migration, before or while the Collection Copy phase
49+
is working on the same capped collection.
50+
51+
- Fixed bug introduced in 1.6 that caused ``mongosync`` to fail during
52+
initialization if the user specified only an exclusion filter and there were
53+
no fully excluded databases.
54+
3455
Minimum Supported Version
3556
-------------------------
3657

37-
In 1.7.0, the minimum supported version of MongoDB is 6.0.8.
58+
In 1.7.0, the minimum supported version of MongoDB is 6.0.8 and 7.0.0.

0 commit comments

Comments
 (0)