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
1111 :class: twocols
1212
1313
14+ 1.6.0 Changelog
15+ ---------------
16+
17+ *Released April 18, 2024*
18+
19+ New features:
20+
21+ - Users can migrate time series data into MongoDB with native Time
22+ Series support.
23+ - Users can migrate data from TimescaleDB Hybertables.
24+ - Users can migrate from a database that has a name
25+ different from the name used when creating the corresponding project.
26+ - Migration performance improves 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+
14381.5.0 Changelog
1539---------------
1640
You can’t perform that action at this time.
0 commit comments