Note
Release Notes Mention Only Releases with Feature Changes
MongoDB releases MongoSQL drivers and connectors in a continuous deployment manner. This release cadence allows us to continuously improve MongoSQL Interface performance and stability. These release notes capture only those releases that contain direct user feature changes. If a particular MongoSQL release contains only performance and stability improvements, it is not included in these release notes.
Released August 12, 2025
Updates the ODBC driver to version 1.4.6.
Fixes error in the ODBC driver version 1.4.5 that caused the driver to panic when a user with the minimum set of permissions retrieves the list of accessible tables.
Released July 15, 2025
Updates the ODBC driver to version 1.4.5.
Updates ODBC OIDC default scope to send
openid
withoffline_access
and only intersect with IdP reported scopes if the set is not empty.Makes
SQLEndTran
a no-op.Updates the Rust driver to version 3.2.4.
Released June 18, 2025
Updates the JDBC driver to 2.3.0.
Introduces a new property
disableclientcache
to disable client caching in the JDBC driver. You must use this property with care and it is intended for server environments where the JDBC driver is used to connect to a variable number of customer databases to run queries at varying frequencies.Warning
To avoid recurring re-authentication flows, do not use this property with the OIDC authentication mechanism.
Released June 12, 2025
Updates the JDBC driver to version 2.2.4.
Fixes an issue with the JDBC driver so that it now rejects invalid values for
setFetchSize
and provides a clear error message.Adds OIDC default scope to support more IdPs configurations (for example, Azure OIDC).
Released April 30, 2025
Updates the ODBC driver to version 1.4.4.
Released April 9, 2025
Updates the JDBC driver to version 2.2.3.
Fixes an issue with OIDC authentication not opening the browser for sign-on on macOS.
Enhances logging capabilities with additional information for the JDBC driver.
Released Dec 18, 2024
Updates the JDBC driver to version 2.2.1.
Implements
getCursorName()
to improve compatibility with database tools.Improves error message for authentication failures.
Released December 6, 2024
Updates the Tableau custom connector (for the MongoDB JDBC driver) to version 1.4.0.
Moves the logging information UI for the Tableau Connector into an Advanced tab.
Released August 15, 2024
Releases version 2.2.0 of the JDBC driver.
Introduces driver support for jBoss Log Manager for logging.
Updates UUID string representation to the extended json uuid format
{$uuid : "val"}
instead of the generic base64 binary data format{ "$binary":{"base64": "base64val", "subType": "xx"}
. ForsubType 03
, you can use the uuidRepresentation connection option.
Released July 8, 2024
Introduces OIDC authentication for the ODBC driver.
Updates the ODBC driver to version 1.4.1.
Adds conversion support for
wlongvarchar
andwvarcchar
in the ODBC driver.Addresses the low and medium static code analysis findings for the ODBC driver.
Released June 27, 2024
Updates the JDBC driver to version 2.1.4.
Updates the ODBC driver to version 1.3.4.
Publishes checksum for validating the signed msi for ODBC.
Released June 24, 2024
Updates the Tableau custom connector (for the MongoDB JDBC driver) to version 1.3.0.
Adds the ability to choose between two authentication types:
Certificate / Token
Username and Password
If you choose
Certificate / Token
, the username and password are not required.
Released June 21, 2024
Updates the JDBC driver to version 2.1.3.
Introduces oidc authentication for the JDBC driver.
Adds caching of
MongoClient
instances.
Released May 22, 2024
Updates the ODBC driver to version 1.3.3.
Adds a checkbox on the ODBC driver DSN configuration UI to indicate whether to limit the maximum string length to 4000 characters. To work with BI tools, like Microsoft SQL Server Linked Server, which can't handle variable length string data with no known maximum length, you must enable this option.
Released April 24, 2024
Updates the JDBC driver to version 2.1.2, which now ignores both "true" and "false"
setAutoCommit
values instead of returning an exception when "true".
Released April 22, 2024
Updates the ODBC driver to version 1.3.0.
Adds support for result set data column-wise binding.
Adds support for SQLCancel.
Changes the non-standard data type (such as
document
andoid
) default mapping fromSQL_UNKNOWN_TYPE
toSQL_WVARCHAR
. This change affects only programmatic integrations relying on SQL type names; it doesn't affect Power BI.
Released March 4, 2024
Updates the Power BI connector to version 1.2.0.
Adds support for Direct Query. Direct Query capabilities require ODBC driver version 1.2.0 or later.
Released March 1, 2024
Updates the ODBC driver to version 1.2.0.
Adds support for ODBC clients requesting the driver to exhibit ODBC 2.0 behavior.
Adds support for
SQLFreeStatement
.Adds support for
SQLFetchScroll
.The column order in result sets now adheres to the SQL-92 specification. Result set columns appear in the order they are listed in the
SELECT
query. ForSELECT *
, the result set column order is unchanged.Updates the information returned by
SQLGetInfo
to report all supported date functions, time functions, and join capabilities.Removes log level configuration at the DSN and connection level. The log level can now only be set as a driver property.
Changes the BSON-to-SQL mapping of
Decimal128
fromSQL_DECIMAL
toSQL_UNKNOWN
due to incompatibilities betweenDecimal128
andSQL_DECIMAL
.
Released February 23, 2024
Updates the JDBC driver to version 2.1.1, which removes the SnakeYaml dependency and fixes an issue introduced in version 2.1.0 where data retrieved by column name was pointing to the incorrect index. The driver now retrieves the data under the correct index or reports an error if there are duplicate column names.
Released January 22, 2024
Updates the JDBC driver to version 2.1.0, which returns result set columns in the same order as the one provided in the select list instead of the alphabetical order.
Fixes the logger to only apply the logging configuration to the driver handlers and not other applications handlers.
Released October 20, 2023
Updates the Power BI connector to version 1.1.1, which fixes a bug where JSON values displayed as binary instead of JSON strings.
Released October 17, 2023
Updates the Power BI connector to version 1.1.0, which adds the ability to pass a native query when you connect. To learn more, see Connect to asql from Power BI.
Removes the log-level selector to comply with the Microsoft logging policy for Power BI.
Released August 17, 2023
Updates the Power BI connector to version 1.0.1, which adds a log-level selector to allow setting the logging level for each connection.
Released June 16, 2023
Updates the Power BI connector to version 1.0.0.
Released October 24, 2022
Updates the Tableau custom connector (for the MongoDB JDBC driver) to version 1.2.0.
Released September 19, 2022
Updates the Tableau custom connector (for the MongoDB JDBC driver) to version 1.1.0.
Released June 7, 2022
Preview availability.