@@ -10,6 +10,33 @@ Release Notes
10
10
:depth: 1
11
11
:class: twocols
12
12
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.
13
40
14
41
1.6.0 Changelog
15
42
---------------
@@ -18,8 +45,8 @@ Release Notes
18
45
19
46
New features:
20
47
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.
23
50
- Users can migrate data from TimescaleDB Hybertables.
24
51
- Users can migrate from a database that has a name
25
52
different from the name used when creating the corresponding project.
0 commit comments