File tree Expand file tree Collapse file tree 2 files changed +25
-3
lines changed Expand file tree Collapse file tree 2 files changed +25
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ What is Relational Migrator
19
19
|
20
20
21
21
.. button:: Download Relational Migrator
22
- :uri: https://mongodb.com/try/download/relational-migrator
22
+ :uri: https://www. mongodb.com/try/download/relational-migrator
23
23
24
24
.. image:: /img/hero.png
25
25
:alt: Homepage hero image
Original file line number Diff line number Diff line change @@ -10,8 +10,30 @@ Release Notes
10
10
:depth: 1
11
11
:class: twocols
12
12
13
- Relational Migrator 1.1.2
14
- -------------------------
13
+ 1.1.3 Changelog
14
+ ---------------
15
+
16
+ *Released July 26, 2023*
17
+
18
+ New features:
19
+
20
+ - Support for connecting to a SQL Server named instance.
21
+ - Collection names now show for JSON schema files created from the :guilabel:`Code Generation` screen.
22
+
23
+ Bug fixes:
24
+
25
+ - Fixes a post-sync job issue where data verification sometimes stops
26
+ or displays as not started.
27
+ - Fixes an issue where JSON columns containing top-level arrays cannot be migrated.
28
+ - Fixes an issue where excluded fields can overwrite calculated fields
29
+ with the same name.
30
+ - Fixes an issue where calculated fields based on decimal column values
31
+ return ``NaN``.
32
+ - Fixes an issue where some diagram view fields are cut off after you
33
+ change the project level key handling option.
34
+
35
+ 1.1.2 Changelog
36
+ ---------------
15
37
16
38
*Released Jun 22, 2023*
17
39
You can’t perform that action at this time.
0 commit comments