Skip to main content
Feedback

MongoDB changelog

Changelog

2025-07 (Version 12 - Reverted back to Version 9)

Attention

Subsequent to the Runtime release, the features and fixes for the July release have been reverted and will be rescheduled. If you applied version 12, you will be reverted to version 9.

  • Enhanced the MongoDB connector with an upgrade to version 5.1, adding full compatibility with MongoDB 7.0, partial support for MongoDB 8.0, and extended support for the Azure Cosmos Database MongoDB API variant.
note

Applications using older versions must update their dependencies to ensure compatibility with the upgraded MongoDB connector v5.1. Retaining older JARs in the classpath may result in unexpected runtime behavior or conflicts.

2024-07 (Version 9, Current)

  • The connector has improved exception handling.

  • Memory usage optimization for Get and Query operations.

  • Enhancement to support Azure CosmosDB MongoDB variant for Get and Query operation by addressing the default 1MB document size limit restriction. Maximum document size can be controlled via new container property - com.boomi.connector.mongodb.maxDocumentSize.

  • For Cosmos DB, com.boomi.connector.mongodb.maxDocumentSize should be set to less than 1, in this case the size limit restriction of the document will be removed.

2024-01 (Version 8)

  • Necessary runtime packages are now packaged with the connector.
  • Vulnerability issue of type Denial of Service was resolved to make the Connector more secure.
  • The connector supports the latest driver version 6.0.

2023-11 (Version 7)

  • The connector now successfully creates structured and unstructured JSON profiles for MongoDB collections (including Blank Array(s)) without throwing an exception.

  • The Query operation successfully executes without throwing an Arithmetic Exception when the Batch size is set to 0.

On this Page