File tree Expand file tree Collapse file tree 10 files changed +136
-4
lines changed Expand file tree Collapse file tree 10 files changed +136
-4
lines changed Original file line number Diff line number Diff line change
1
+
2
+ The Critical Advisories below affect some prior ``mongosync ``
3
+ versions. Upgrade to the latest available patch release.
Original file line number Diff line number Diff line change
1
+ .. 1.1.0 - 1.7.1
2
+
3
+ ``mongosync `` could miss copying documents during long running reads
4
+ in the initial copying phase if the source cluster is sharded and the
5
+ source balancer is enabled.
6
+
Original file line number Diff line number Diff line change
1
+ .. 1.5.0 - 1.7.1
2
+
3
+ ``mongosync `` could miss change events when reading documents from a lagging
4
+ secondary node.
Original file line number Diff line number Diff line change @@ -12,6 +12,21 @@ Release Notes for mongosync 1.1
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
+ .. warning:: Past Release Limitations
16
+
17
+ .. include:: /includes/critical-warning-text
18
+
19
+ .. list-table::
20
+ :header-rows: 1
21
+ :widths: 70 30
22
+
23
+ * - Issue
24
+ - Affected Versions
25
+
26
+ * - .. include:: /includes/release-notes/REP-4274
27
+ - 1.1.0 - 1.7.1
28
+
29
+
15
30
**Version 1.1 Released January 13, 2023**
16
31
17
32
Filtered Sync
Original file line number Diff line number Diff line change @@ -12,6 +12,22 @@ Release Notes for mongosync 1.2
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
+ .. warning:: Past Release Limitations
16
+
17
+ .. include:: /includes/critical-warning-text
18
+
19
+ .. list-table::
20
+ :header-rows: 1
21
+ :widths: 70 30
22
+
23
+ * - Issue
24
+ - Affected Versions
25
+
26
+ * - .. include:: /includes/release-notes/REP-4274
27
+ - 1.1.0 - 1.7.1
28
+
29
+
30
+
15
31
**Version 1.2 Released February 16, 2023**
16
32
17
33
Migrating Older Versions of MongoDB
Original file line number Diff line number Diff line change @@ -12,6 +12,20 @@ Release Notes for mongosync 1.3
12
12
:depth: 2
13
13
:class: singlecol
14
14
15
+ .. warning:: Past Release Limitations
16
+
17
+ .. include:: /includes/critical-warning-text
18
+
19
+ .. list-table::
20
+ :header-rows: 1
21
+ :widths: 70 30
22
+
23
+ * - Issue
24
+ - Affected Versions
25
+
26
+ * - .. include:: /includes/release-notes/REP-4274
27
+ - 1.1.0 - 1.7.1
28
+
15
29
**Version 1.3 Released April 13, 2023**
16
30
17
31
New Features
Original file line number Diff line number Diff line change @@ -12,6 +12,20 @@ Release Notes for mongosync 1.4
12
12
:depth: 2
13
13
:class: singlecol
14
14
15
+ .. warning:: Past Release Limitations
16
+
17
+ .. include:: /includes/critical-warning-text
18
+
19
+ .. list-table::
20
+ :header-rows: 1
21
+ :widths: 70 30
22
+
23
+ * - Issue
24
+ - Affected Versions
25
+
26
+ * - .. include:: /includes/release-notes/REP-4274
27
+ - 1.1.0 - 1.7.1
28
+
15
29
Patch Releases
16
30
--------------
17
31
Original file line number Diff line number Diff line change @@ -13,6 +13,23 @@ Release Notes for mongosync 1.5
13
13
:depth: 2
14
14
:class: singlecol
15
15
16
+ .. warning:: Past Release Limitations
17
+
18
+ .. include:: /includes/critical-warning-text
19
+
20
+ .. list-table::
21
+ :header-rows: 1
22
+ :widths: 70 30
23
+
24
+ * - Issue
25
+ - Affected Versions
26
+
27
+ * - .. include:: /includes/release-notes/REP-4294
28
+ - 1.5.0 - 1.7.1
29
+
30
+ * - .. include:: /includes/release-notes/REP-4274
31
+ - 1.1.0 - 1.7.1
32
+
16
33
.. _1.5.0-c2c-release-notes:
17
34
18
35
1.5.0 Release
Original file line number Diff line number Diff line change @@ -13,6 +13,26 @@ Release Notes for mongosync 1.6
13
13
:depth: 2
14
14
:class: singlecol
15
15
16
+ .. warning:: Past Release Limitations
17
+
18
+ .. include:: /includes/critical-warning-text
19
+
20
+ .. list-table::
21
+ :header-rows: 1
22
+ :widths: 70 30
23
+
24
+ * - Issue
25
+ - Affected Versions
26
+
27
+ * - .. include:: /includes/release-notes/REP-4294
28
+ - 1.5.0 - 1.7.1
29
+
30
+ * - .. include:: /includes/release-notes/REP-4274
31
+ - 1.1.0 - 1.7.1
32
+
33
+
34
+
35
+
16
36
Patch Releases
17
37
--------------
18
38
Original file line number Diff line number Diff line change @@ -12,6 +12,24 @@ Release Notes for mongosync 1.7
12
12
:depth: 2
13
13
:class: singlecol
14
14
15
+ .. warning:: Past Release Limitations
16
+
17
+ .. include:: /includes/critical-warning-text
18
+
19
+ .. list-table::
20
+ :header-rows: 1
21
+ :widths: 70 30
22
+
23
+ * - Issue
24
+ - Affected Versions
25
+
26
+ * - .. include:: /includes/release-notes/REP-4294
27
+ - 1.5.0 - 1.7.1
28
+
29
+ * - .. include:: /includes/release-notes/REP-4274
30
+ - 1.1.0 - 1.7.1
31
+
32
+
15
33
Patch Releases
16
34
--------------
17
35
@@ -24,10 +42,6 @@ Patch Releases
24
42
25
43
Issues Fixed:
26
44
27
- - Fixed bug introduced in v1.5.0 where mongosync could miss change
28
- events when reading documents from a lagging secondary node and the
29
- Oplog Rollover Resilience mechanism is enabled.
30
-
31
45
- Fixed bug introduced in v1.0.0 where the destination may have missing
32
46
or extra indexes after mongosync is committed. This is an unlikely
33
47
edge case.
@@ -80,6 +94,15 @@ Limitations:
80
94
81
95
Issues Fixed:
82
96
97
+ - Fixed bug introduced in v1.5.0 where mongosync could miss change
98
+ events when reading documents from a lagging secondary node by
99
+ disabling the Oplog Rollover Resilience mechanism.
100
+
101
+ - Fixed bug introduced in v1.1.0 where mongosync could miss
102
+ copying documents during long running reads in the initial
103
+ copying phase if the source cluster is sharded and the source
104
+ balancer is enabled.
105
+
83
106
- Fixed bug introduced in v1.5.0 that could result in data
84
107
inconsistencies when mongosync is killed or paused during
85
108
the initial collection copy phase and then resumed.
You can’t perform that action at this time.
0 commit comments