@@ -11,12 +11,40 @@ Release Notes
11
11
:class: twocols
12
12
13
13
Download the latest Relational Migrator binary from the `release page <https://www.mongodb.com/try/download/relational-migrator>`__.
14
- For installation instructions, see the :ref:`Installation <installation>` page.
14
+ For installation instructions, see the :ref:`Installation <installation>`
15
+ page.
16
+
17
+ 1.13.0 Changelog
18
+ ----------------
19
+
20
+ *Released March 24, 2025*
21
+
22
+ New features:
23
+
24
+ - :ref:`Pre-Migration Analysis <rm-app-analysis>` is now in Public Preview.
25
+ This feature allows you to identify migration issues before starting and get
26
+ actionable recommendations for a smooth migration. Pre Migration Analysis
27
+ supports the following databases:
28
+
29
+ - Oracle
30
+ - SQL Server
31
+ - PostgreSQL
32
+ - MySQL
33
+
34
+ Bug fixes:
35
+
36
+ - Fixed an issue where job API calls would hang when table filters returned an
37
+ empty result.
38
+ - Fixed an issue that prevented users from saving calculated key fields for
39
+ projects that use the single-inherited or wrapped key handling options.
40
+ - Fixed an issue with embedded array mappings and excluded fields, where blank
41
+ source data could trigger an 'unset' error rather than being processed silently.
42
+
15
43
16
44
1.12.0 Changelog
17
45
----------------
18
46
19
- *Released Febuary 3, 2025*
47
+ *Released February 3, 2025*
20
48
21
49
New features:
22
50
@@ -210,7 +238,7 @@ New features:
210
238
211
239
- Users can :ref:`migrate time series data <rm-timeseries>` into MongoDB
212
240
with native Time Series support.
213
- - Users can migrate data from TimescaleDB Hybertables .
241
+ - Users can migrate data from TimescaleDB Hypertables .
214
242
- Users can migrate from a database that has a name
215
243
different from the name used when creating the corresponding project.
216
244
- Migration performance improves by setting write concern to 1 by
@@ -277,7 +305,7 @@ Bug fixes:
277
305
Improvements:
278
306
279
307
- Improved synthetic foreign keys to be preserved after schema refresh.
280
- - Fix for fully-offline deployments in airgapped environments.
308
+ - Fix for fully-offline deployments in air gapped environments.
281
309
- Fix for certain combinations of mappings, specifically two different
282
310
mappings at the same level of embedding.
283
311
- Various minor fixes and improvements to Sybase database support, CDC
0 commit comments