File tree Expand file tree Collapse file tree 2 files changed +889
-72
lines changed Expand file tree Collapse file tree 2 files changed +889
-72
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,37 @@ Release Notes
10
10
:depth: 1
11
11
:class: twocols
12
12
13
+
14
+ 1.9.0 Changelog
15
+ ---------------
16
+
17
+ *Released August 20, 2024*
18
+
19
+ New features:
20
+
21
+ - Query Converter now allows you to test your relational and converted
22
+ queries and compare the results in the :guilabel:`Test Queries` pane.
23
+ - DB2 LUW database support is now in Public Preview. Users interested in
24
+ DB2 LUW and mainframe (DB2 for i) support, please contact your MongoDB
25
+ account representative for full details or a guided evaluation.
26
+ - SQL Server connections now default to ``trust server certificate``.
27
+ This setting can be unchecked in the SSL tab.
28
+
29
+ Fixes:
30
+
31
+ - Fixed an issue where connectors failed to upload when starting migration
32
+ jobs using Confluent Cloud.
33
+ - Fixed an issue where migration jobs failed to start for Postgres databases
34
+ when the credentials were supplied with query string parameters.
35
+ - Fixed an issue where multiple synthetic foreign keys between the same
36
+ tables were not treated as a composite key.
37
+ - Fixed an issue where the migration job dialog indicated that the database
38
+ was not ready if the preflight test failed to run.
39
+ - Fixed an issue where query files were not deleted when projects were
40
+ deleted.
41
+ - Fixed an issue where queries could not be imported from a Postgres
42
+ database when connected as a user who is not the owner.
43
+
13
44
1.8.0 Changelog
14
45
---------------
15
46
You can’t perform that action at this time.
0 commit comments