Skip to content

Commit c86d360

Browse files
Merge pull request #120 from ltran-mdb2/DOCSP-38811
DOCSP-38811 migrator 1.6.0 release notes
2 parents 096dd0d + ce83337 commit c86d360

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

source/release-notes.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1438
1.5.0 Changelog
1539
---------------
1640

0 commit comments

Comments
 (0)