File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,26 @@ Release Notes
10
10
:depth: 1
11
11
:class: twocols
12
12
13
+ 1.2.0 Changelog
14
+ ---------------
15
+
16
+ *Released September 4, 2023*
17
+
18
+ New features:
19
+
20
+ - Ability to change the data type for migrated fields.
21
+ - Ability to control how null values are represented in the migrated data.
22
+ - Ability to use calculated fields for a collection's ``_id`` value.
23
+ - Diagnostic dump includes configuration files to help streamline support.
24
+
25
+ Bug fixes:
26
+
27
+ - Improves to validation and error handling in mapping rules.
28
+ - Improves ability to parse a wider range of Oracle DDL files.
29
+ - Fixes an issue where tables were lost when refreshing a schema using SQL Server and Windows authentication.
30
+ - Fixes an issue where CDC updates may target the wrong document when tables do not have a primary key.
31
+ - Fixes an issue where database passwords can be incorrectly saved to the browser's password library.
32
+
13
33
1.1.3 Changelog
14
34
---------------
15
35
You can’t perform that action at this time.
0 commit comments