MongoDB/Cosmos DB extension changelog
Core features
From version 3.1.4 onwards, version numbers are aligned with C4I Core
ActiveMQ extension version | C4I Core version |
---|---|
3.1.3 | 3.1.1 |
3.0.1 | 3.0.2 |
2.1.0 | 2.1.0 |
2.0.0 | 2.0.0 |
1.8.1 | 1.8.0 |
1.7.1 | 1.7.0 |
1.6.2 | 1.6.2 |
1.5.0 | 1.5.0 |
1.4.0 | 1.4.1 |
1.3.0 | 1.3.0 |
1.2.0 | 1.2.0 |
1.1 | 1.1 |
3.14.2
Released on 2024-08-07
- Fix bug where only one document would be deleted when multiple documents match the deleted key
- Fix bug where too many deletion requests would be sent if a deleted element matches multiple keys
3.8.3
Released on 2024-01-09
- The messages sent to MongoDB will replace the existing ones instead of updating the fields of existing messages
- Respect field insertion order from YAML mappings
3.6.7
Released on 2023-06-28
- Fix NullPointerException when logging in with an empty password
- Add MongoDB 6.0 and 6.1 support
3.4.1
Released on 2022-12-21
- Reduce the number of deletion queries made when using the parameter
emptyDatabaseBeforeImport
- Fix bug where the parameter
requestTimer
would not be used on deletion queries when using the parameteremptyDatabaseBeforeImport
- Fix bug where the parameter
batchSize
would not be used on deletion queries when using the parameteremptyDatabaseBeforeImport
3.2.0
Released on 2022-09-21
- Add optional parameter
authenticationDatabase
to indicate the database where the user is defined
1.8.1
Released on 2021-09-14
- Add an optional timer between each requests to avoid overloading the database.
1.7.1
Released on 2021-08-26
- Update MongoDB driver to allow full MongoDB 4.4 compatibility
1.5.0
Released on 2021-04-12
- Add parameter to enable SSL/TLS connection. Mandatory to connect to a Cosmos DB instance
1.3.0
Released on 2020-11-23
- Always convert dates to UTC according to the BSON specification
1.0.0
- Serialize attribute values according to attribute type
- Add parameter to specify batch size