Skip to content

Commit 27c06e6

Browse files
DOCSP-46930-1.12.0-release-notes (#205)
* DOCSP-46930-1.12.0-release-notes * space * change api log * brevity * External reviewer feedback --------- Co-authored-by: Jonathan Wilson <jonathan.wilson@mongodb.com>
1 parent d4e24cb commit 27c06e6

File tree

2 files changed

+75
-39
lines changed

2 files changed

+75
-39
lines changed

source/release-notes.txt

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,46 @@ Release Notes
1313
Download the latest Relational Migrator binary from the `release page <https://www.mongodb.com/try/download/relational-migrator>`__.
1414
For installation instructions, see the :ref:`Installation <installation>` page.
1515

16+
1.12.0 Changelog
17+
----------------
18+
19+
*Released Febuary 3, 2025*
20+
21+
New features:
22+
23+
- Added support for four source databases, using JDBC connectivity to
24+
enable snapshot-based data migration and database object conversion from:
25+
26+
- YugabyteDB
27+
- CockroachDB
28+
- SAP Sybase IQ (SAP IQ)
29+
- SAP SQL Anywhere
30+
31+
.. note::
32+
JDBC connection support for these databases is currently in Public Preview.
33+
Users can also add custom relational database support by creating
34+
a custom JDBC connector.
35+
36+
- Added support for X.509 certificate authentication for client authentication on
37+
MongoDB target databases.
38+
- Added information for MongoDB Atlas users attempting large data migrations to
39+
lower-tier MongoDB Atlas clusters which may result in extended migration time. For
40+
large jobs where migration performance is a consideration, users may be able
41+
to reduce total migration time by up to 54% by upgrading to a faster Atlas tier.
42+
- Added optional news section to inform users of new migrator tool capabilities,
43+
important upgrades and security announcements. This online-only feature can be
44+
disabled in user properties.
45+
- Improved error reporting when skipping import of unsupported binary data types
46+
in Microsoft SQL Server (FILESTREAM type) and Oracle (LONG, LONG RAW and BFILE types).
47+
- Increased the maximum file size of supported DDL schemas file from 4MB to 20MB.
48+
49+
Bug Fixes:
50+
51+
- Fixed an issue where Postgres created a duplicate replication slot in certain
52+
scenarios.
53+
54+
55+
1656
1.11.0 Changelog
1757
----------------
1858

source/rm-openapi-latest.json

Lines changed: 35 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"description": "OpenAPI specification for MongoDB Relational Migrator tool",
88
"title": "MongoDB Relational Migrator REST API",
9-
"version": "1.11.0"
9+
"version": "1.12.0"
1010
},
1111
"servers": [
1212
{
@@ -906,44 +906,6 @@
906906
"url"
907907
]
908908
},
909-
"mongodb-connection-details": {
910-
"type": "object",
911-
"properties": {
912-
"id": {
913-
"type": "string"
914-
},
915-
"connectionString": {
916-
"type": "string"
917-
},
918-
"projectId": {
919-
"description": "Atlas projectId",
920-
"type": "string"
921-
},
922-
"savePassword": {
923-
"type": "boolean",
924-
"default": false
925-
},
926-
"projectName": {
927-
"description": "Atlas project name",
928-
"type": "string"
929-
},
930-
"clusterName": {
931-
"description": "Atlas cluster name",
932-
"type": "string"
933-
},
934-
"hasTimeSeriesCollection": {
935-
"type": "boolean",
936-
"default": false
937-
},
938-
"existingConnectionId": {
939-
"type": "string"
940-
}
941-
},
942-
"additionalProperties": false,
943-
"required": [
944-
"connectionString"
945-
]
946-
},
947909
"migration-jobs-get-type": {
948910
"type": "string",
949911
"enum": [
@@ -1420,6 +1382,40 @@
14201382
"JAVASCRIPT"
14211383
]
14221384
},
1385+
"mongodb-connection-details": {
1386+
"type": "object",
1387+
"properties": {
1388+
"id": {
1389+
"type": "string"
1390+
},
1391+
"connectionString": {
1392+
"type": "string"
1393+
},
1394+
"projectId": {
1395+
"description": "Atlas projectId",
1396+
"type": "string"
1397+
},
1398+
"savePassword": {
1399+
"type": "boolean",
1400+
"default": false
1401+
},
1402+
"projectName": {
1403+
"description": "Atlas project name",
1404+
"type": "string"
1405+
},
1406+
"clusterName": {
1407+
"description": "Atlas cluster name",
1408+
"type": "string"
1409+
},
1410+
"existingConnectionId": {
1411+
"type": "string"
1412+
}
1413+
},
1414+
"additionalProperties": false,
1415+
"required": [
1416+
"connectionString"
1417+
]
1418+
},
14231419
"database-type": {
14241420
"type": "string"
14251421
},

0 commit comments

Comments
 (0)