MongoDB Component Release Notes

This page lists the main features added to the MongoDB Component.

Feature Highlights

Version 2.3.0

MongoDB Module updated

MongoDB Module has been updated to include a more recent MongoDB driver, allowing to support recent MongoDB servers.

Version 2.2.0

Support of EMF Compare

Several improvements have been made to support EMF Compare.

Version 2.1.2

Change Data Capture (CDC)

Multiple improvements have been performed to homogenize the usage of Change Data Capture (CDC) in the various Components.

Parameters have been homogenized, so that all Templates should now have the same CDC Parameters, with the same support of features.

Multiple fixes have also been performed to correct CDC issues. Refer to the changelog for the exact list of changes.

Version 2.1.1

Sample project

The component example project can now be imported directly in the "New" menu of the Project Explorer.

Version 2.1.0

Support executing MongoDB Find Queries

This new version supports defining and executing MongoDB Find Queries.

This offers the ability to define your own customers queries to retrieve data from MongoDB and then load it somewhere else.

MongoDB Find Queries are defined in Metadata:

mongodb release notes find queries

Note that after defining the query attributes, you can reverse the query with a right click / reverse on it.

The query will be executed behind the scenes to have a sample of data to define the responses structure.

And then when everything is defined in Metadata you can use the query in Mapping to retrieve the data returned.

mongodb release notes mapping queries

Change Log

Version 2023.1.0 (MongoDB Component)

New Features

  • DI-5206: Pagination is now supported in MongoDB queries.

  • DI-5389: The metadata reverse-engineering has been improved.

Version 2.1.2 (MongoDB Component)

New Features

  • DI-1909: Templates updated - New Parameters 'Unlock Cdc Table' and 'Lock Cdc Table' to configure the behaviour of CDC tables locking

Version 2.2.0 (MongoDB Component)

New Features

  • DI-3510: EMF compare utility - Component has been updated to support EMF Compare comparison utility

Version 2.3.0 (MongoDB Component)

New Features

  • DI-2617: MongoDB - MongoDB driver has been upgraded to support recent MongoDB servers

Version 3.0.0 (Component Pack)

New Features

  • DI-3701: Allow Components to contribute to Designer monitored statistics

  • DI-4508: Update Components and Designer to take into account dedicated license permissions

  • DI-4962: Improved component dependencies and requirements management

Version 3.0.1 (Component Pack)

New Features

  • DI-5206: Support pagination in MongoDB queries

  • DI-5190: Upgrade MongoDB Java Driver to version 4.4.1

Bug Fixes

  • DI-5381: When a query parameter is used as output, an extra empty line is unexpectedly produced in the target database