@@ -10,6 +10,33 @@ Release Notes
1010 :depth: 1
1111 :class: twocols
1212
13+ 1.7.0 Changelog
14+ ---------------
15+
16+ *Released May 20, 2024*
17+
18+ New features:
19+
20+ - More detailed statistics while running a sync job, including viewing
21+ percentage complete, estimated time to completion, and which table is
22+ currently being processed.
23+ - Users can now recover a continuous sync job if the Relational Migrator
24+ application is restarted while a sync job is running.
25+ - :ref:`New Job Management REST API <rm-rest-api>`. The REST API allows
26+ users to start, stop and monitor sync jobs programmatically.
27+
28+ Bug Fixes:
29+
30+ - Fixed an issue where Atlas Sign In sessions expired
31+ after Relational Migrator was idle for a short amount of time.
32+ - Fixed an issue where it was not possible to import queries from
33+ Oracle databases where the schema or database name contained dots.
34+ - Fixed an issue where generated Java POJO classes used incorrect types
35+ for date-typed fields.
36+ - Fixed an issue where verification could be aborted for schemas with
37+ composite keys when some key fields are excluded.
38+ - Fixed an issue where jobs would stall without progress if no tables
39+ for the schema were found in the source database.
1340
14411.6.0 Changelog
1542---------------
@@ -18,8 +45,8 @@ Release Notes
1845
1946New features:
2047
21- - Users can migrate time series data into MongoDB with native Time
22- Series support.
48+ - Users can :ref:` migrate time series data <rm-timeseries>` into MongoDB
49+ with native Time Series support.
2350- Users can migrate data from TimescaleDB Hybertables.
2451- Users can migrate from a database that has a name
2552 different from the name used when creating the corresponding project.
0 commit comments