Skip to content

Commit d53f0b6

Browse files
authored
DOCSP-30867 Add 1.0 Changelogs (#29)
* DOCSP-30867 Add 1.0 Changelogs
1 parent 029b71b commit d53f0b6

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

source/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,4 @@ Explore libraries and tools for MongoDB.
155155
/jobs/sync-jobs
156156
/connection-strings/connection-strings
157157
/code-generation/code-generation
158+
/release-notes

source/projects/configure-settings.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ inserted into a collection. You can choose one of the following options:
7373
For example, if your relational table row has a primary key of ``personId = 1``,
7474
after migration your MongoDB ``_id`` field is ``_id: ObjectId("62472f3d5849820a91d7b52f")``.
7575

76-
.. _rm-key-handling-setting:
77-
7876
Key Handling Behavior
7977
`````````````````````
8078

source/release-notes.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
=============
2+
Release Notes
3+
=============
4+
5+
.. default-domain:: mongodb
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 1
11+
:class: twocols
12+
13+
Relational Migrator 1.1.2
14+
-------------------------
15+
16+
*Released Jun 22, 2023*
17+
18+
Relational Migrator 1.1.2 is now generally available.
19+
Relational Migrator assists in migrating your relational workloads to MongoDB.

0 commit comments

Comments
 (0)