Skip to content

Commit c1e74ee

Browse files
authored
DOCSP-43809: v1.10.0 Release Notes (#170)
* DOCSP-43809-1-10-Release-notes * Editrial sweep for items in RN. * Editorial from Vale check. * General fixes and editorial from internal feedback. * Adding note for automatic deletion of migration indexes. * Minor editorial. * Updating release date. * Updating OpenSpec with generated output from application repo. * Revert "Updating OpenSpec with generated output from application repo." This reverts commit fc7cab3e0a2ceaf357ad1e65bf1599cd87e02eb7.
1 parent 965f919 commit c1e74ee

File tree

1 file changed

+43
-2
lines changed

1 file changed

+43
-2
lines changed

source/release-notes.txt

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,47 @@ Release Notes
1111
:class: twocols
1212

1313

14+
1.10.0 Changelog
15+
----------------
16+
17+
*Released October 4, 2024*
18+
19+
New features:
20+
21+
- New bulk conversion UI and API for Query Converter to automatically
22+
convert large numbers of SQL queries, views, and stored procedures.
23+
See :ref:`rm-bulk-conversion`.
24+
- Snapshot jobs now create top-level documents using a non-idempotent
25+
bulk insert method. This improves performance.
26+
- Added explicit control over idempotent behavior through the
27+
``migrator.engine.transform.idempotency: true`` setting in the
28+
``user.properties`` file.
29+
- Internal indexes used for migration are automatically deleted
30+
after job completion. This improves performance.
31+
- Updated SQL Server JDBC driver to the latest version.
32+
- Added Basic Authentication support for Kafka.
33+
- Added more detailed logging in the application's log file in the
34+
event of migration errors.
35+
- Simplified the structure of Java POJO classes in Code Generation.
36+
37+
Bug fixes:
38+
39+
- Fixed an issue where tables were deselected for import into a
40+
project after filtering the table list.
41+
- Fixed a UI issue with the Migration Job Log which prevented it
42+
from being resized when it contained a large number of entries.
43+
- Fixed an issue where remote API calls such as query conversions
44+
were not routed through the system proxy.
45+
- Fixed an issue where individual rows exceeding the 16MB document
46+
limit caused the job to stop immediately, instead of continuing
47+
up to the error threshold.
48+
- Fixed an issue where data verification was unable to detect some
49+
issues caused by precision differences between source and target
50+
data types.
51+
- Fixed an issue where each query could be imported twice.
52+
- Fixed an issue where converted queries sometimes used incorrect
53+
paths for embedded mappings.
54+
1455
1.9.0 Changelog
1556
---------------
1657

@@ -87,7 +128,7 @@ Bug Fixes:
87128
for date-typed fields.
88129
- Fixed an issue where verification could be aborted for schemas with
89130
composite keys when some key fields are excluded.
90-
- Fixed an issue where jobs would stall without progress if no tables
131+
- Fixed an issue where jobs stall without progress if no tables
91132
for the schema were found in the source database.
92133

93134
1.6.0 Changelog
@@ -325,4 +366,4 @@ Bug fixes:
325366
*Released Jun 22, 2023*
326367

327368
Relational Migrator 1.1.2 is now generally available.
328-
Relational Migrator assists in migrating your relational workloads to MongoDB.
369+
Relational Migrator assists in migrating your relational workloads to MongoDB.

0 commit comments

Comments
 (0)