@@ -15,10 +15,11 @@ What's New
1515 :values: reference
1616
1717.. meta::
18- :keywords: update, new feature, deprecation, upgrade, driver v2.19, driver v2.20, driver v2.21, driver v2.22, driver v2.23
18+ :keywords: update, new feature, deprecation, upgrade, driver v2.19, driver v2.20, driver v2.21, driver v2.22, driver v2.23, driver v2.24, driver v2.25
1919
2020Learn what's new in:
2121
22+ * :ref:`Version 2.25 <version-2.25>`
2223* :ref:`Version 2.24 <version-2.24>`
2324* :ref:`Version 2.23 <version-2.23>`
2425* :ref:`Version 2.22 <version-2.22>`
@@ -28,6 +29,25 @@ Learn what's new in:
2829
2930.. _upcoming-breaking-changes:
3031
32+
33+ .. _version-2.25:
34+
35+ What's New in 2.25
36+ ------------------
37+
38+ The 2.25 driver release includes the following new features:
39+
40+ - Added support for the ``MONGODB-OIDC`` authentication mechanism and automatic
41+ token acquisition for Azure Identity Provider.
42+ - Added the class name to the error message reported when
43+ ``BsonClassMapSerializer`` cannot locate a matching creator.
44+ - Added a ``LoggedStages`` field to surface the MQL executed after performing
45+ a LINQ query.
46+ - Added support for overriding the ``"mongodb"`` service name with a custom one
47+ by using the ``srvServiceName`` connection option.
48+ - Improved behavior of bulk write operations to preven enumerating the requests
49+ parameter more than once.
50+
3151.. _version-2.24:
3252
3353What's New in 2.24
@@ -86,7 +106,7 @@ The 2.22 driver release includes the following new features:
86106 </atlas-vector-search/vector-search-stage/>` aggregation stages.
87107- Added synonym support for Atlas Search.
88108- Reduced memory allocation when using encryption.
89- - Added logging messages for server discovery and monitoring (SDAM) events. For more
109+ - Added logging messages for server discovery and monitoring (SDAM) events. For more
90110 information on these events, see the
91111 `MongoDB SDAM Logging and Monitoring specification. <https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-discovery-and-monitoring-logging-and-monitoring.rst#log-messages>`__
92112
0 commit comments