Skip to main content
Feedback

MongoDB changelog

Changelog

2026-01 (Version 14, Current)

  • The MongoDB connector successfully returns results when filtering on Integer-type fields, including those within arrays, ensuring reliable query behavior without impacting existing feature.

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

Attention

After the Runtime Release, Boomi reverted the features and fixes for the July release and will reschedule them for a future release. If you applied version 12, Boomi will revert you to version 9.

  • Enhanced the MongoDB connector with an upgrade to version 5.1. This adds 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)

  • 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. You can control the maximum document size via a new container property - com.boomi.connector.mongodb.maxDocumentSize.

  • For Cosmos DB, set com.boomi.connector.mongodb.maxDocumentSize to less than 1 to remove the document size limit restriction.

2024-01 (Version 8)

  • Necessary runtime packages are now packaged with the connector.
  • Resolved a Denial of Service vulnerability issue 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