@@ -11,12 +11,40 @@ Release Notes
1111 :class: twocols
1212
1313Download 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+
1543
16441.12.0 Changelog
1745----------------
1846
19- *Released Febuary 3, 2025*
47+ *Released February 3, 2025*
2048
2149New features:
2250
@@ -210,7 +238,7 @@ New features:
210238
211239- Users can :ref:`migrate time series data <rm-timeseries>` into MongoDB
212240 with native Time Series support.
213- - Users can migrate data from TimescaleDB Hybertables .
241+ - Users can migrate data from TimescaleDB Hypertables .
214242- Users can migrate from a database that has a name
215243 different from the name used when creating the corresponding project.
216244- Migration performance improves by setting write concern to 1 by
@@ -277,7 +305,7 @@ Bug fixes:
277305Improvements:
278306
279307- 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.
281309- Fix for certain combinations of mappings, specifically two different
282310 mappings at the same level of embedding.
283311- Various minor fixes and improvements to Sybase database support, CDC
0 commit comments