File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,30 @@ Release Notes
11
11
:class: twocols
12
12
13
13
14
+ 1.6.0 Changelog
15
+ ---------------
16
+
17
+ *Released April 18, 2024*
18
+
19
+ New features:
20
+
21
+ - Ability to migrate time series data into MongoDB with native Time
22
+ Series support.
23
+ - Support for migration from TimescaleDB Hybertables.
24
+ - Support for migrating from a database whose name differs from that
25
+ used when creating a project.
26
+ - Improved migration performance by setting write concern to 1 by
27
+ default (can be overridden in MongoDB URI).
28
+ - More detailed job logging.
29
+
30
+ Bug fixes:
31
+
32
+ - It is now possible to create projects and run sync jobs when the
33
+ database name or schema name contains dot characters.
34
+ - Fixed an issue where it was not possible to create a calculated field
35
+ with the same name as an excluded regular field.
36
+ - Miscellaneous quality improvements to the query converter.
37
+
14
38
1.5.0 Changelog
15
39
---------------
16
40
You can’t perform that action at this time.
0 commit comments