Skip to content

Commit e5ca8e2

Browse files
authored
Merge pull request #72 from ianf-mongodb/DOCSP-34885
DOCSP-34885 1.4.3 Release Notes
2 parents 5793b78 + 4a29331 commit e5ca8e2

File tree

3 files changed

+46
-0
lines changed

3 files changed

+46
-0
lines changed

source/diagrams/diagrams.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ rules.
3434
The relational view is unaffected by mapping rules, and only changes
3535
when you update your project's data model.
3636

37+
.. tip::
38+
39+
You can also use `Hackolade <https://hackolade.com/>`__ to
40+
visualize your schemas.
41+
42+
.. include:: /includes/fact-hackolade-integration.rst
43+
3744
Get Started
3845
-----------
3946

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Hackolade is a visual data modeling tool. You can explore
2+
schemas in Hackolade by importing a Relational Migrator
3+
.relmig file. For details, see `the Hackolade help article
4+
<https://hackolade.com/help/MongoDBRelationalMigrator.html?utm_source=mongodb&utm_medium=referral&utm_campaign=relmig>`__.

source/release-notes.txt

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,41 @@ Release Notes
1010
:depth: 1
1111
:class: twocols
1212

13+
1.3.4 Changelog
14+
---------------
15+
16+
*Released December 11, 2023*
17+
18+
Improvements:
19+
20+
- Improved SQL query conversion quality for the Query Converter
21+
(private preview). For details on how to join the Query Converter
22+
early access program, see :ref:`rm-query-converter`.
23+
- Improved application performance through expanded use of available
24+
memory in suitable server environments.
25+
26+
New features:
27+
28+
- `Sybase ASE database
29+
<https://www.sap.com/products/acquired-brands/what-is-sybase.html>`__
30+
support is now available for one-time snapshot sync jobs and
31+
stored procedure conversion.
32+
- `Confluent-hosted Kafka support <https://www.confluent.io/>`__
33+
for participants in the Kafka early access program. This release
34+
adds prebuilt support for connecting to a Kafka cluster managed by
35+
the Confluent hosting provider.
36+
37+
.. note::
38+
39+
Kafka is an open-source platform for distributed,
40+
high-availability workloads. To gain access to Relation Migrator
41+
with Kafka support, contact your MongoDB account team to sign up
42+
for the Kafka Early Access Program.
43+
44+
- Integration supported with `Hackolade <https://hackolade.com/>`__.
45+
46+
.. include:: /includes/fact-hackolade-integration.rst
47+
1348
1.3.3 Changelog
1449
---------------
1550

0 commit comments

Comments
 (0)