File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,27 @@ Download the latest {+rel-mig+} binary from the `release page <https://www.mongo
17
17
For installation instructions, see the :ref:`Installation <installation>`
18
18
page.
19
19
20
+ 1.13.2 Changelog
21
+ ----------------
22
+
23
+ *Released May 27, 2025*
24
+
25
+ Data Integrity Issues Update:
26
+
27
+ Investigation and resolution of data integrity issues affecting certain CDC
28
+ and snapshot migration configurations is ongoing as a high-priority project.
29
+ Continuous mode migrations (CDC) remains disabled in this release for
30
+ projects that contain embedded documents and arrays. Snapshot migrations and
31
+ one-to-one' CDC migrations that contain no embeddings are still enabled.
32
+
33
+ Bug Fixes:
34
+
35
+ - Fixed an issue where snapshot migrations containing circular references
36
+ (where the set of tables cannot be ordered such that each parent is fully
37
+ migrated before any embedded documents or arrays) may result in one or more
38
+ embeddings being omitted.
39
+ - Migration job warnings no longer count towards the error limit for that job.
40
+
20
41
1.13.1 Changelog
21
42
----------------
22
43
You can’t perform that action at this time.
0 commit comments