@@ -23,11 +23,11 @@ Learn what's new in:
23
23
* :ref:`Version 2.24 <version-2.24>`
24
24
* :ref:`Version 2.23 <version-2.23>`
25
25
* :ref:`Version 2.22 <version-2.22>`
26
- * :ref:`Version 2.21 <version-2.21>`
27
26
28
27
.. _upcoming-breaking-changes:
29
28
30
29
30
+ .. _csharp-version-2.25:
31
31
.. _version-2.25:
32
32
33
33
What's New in 2.25
@@ -37,13 +37,18 @@ The 2.25 driver release includes the following new features:
37
37
38
38
- Added support for the ``MONGODB-OIDC`` authentication mechanism and automatic
39
39
token acquisition for Azure Identity Provider.
40
+
40
41
- Added the class name to the error message reported when
41
42
``BsonClassMapSerializer`` cannot locate a matching creator.
43
+
42
44
- Added a ``LoggedStages`` field to surface the MQL executed after performing
43
45
a LINQ query.
46
+
44
47
- Added support for overriding the ``"mongodb"`` service name with a custom one
45
- by using the ``srvServiceName`` connection option.
46
- - Improved behavior of bulk write operations to preven enumerating the requests
48
+ by using the ``srvServiceName`` connection option. To learn more, see
49
+ the :ref:`csharp-connection-options` guide.
50
+
51
+ - Improved behavior of bulk write operations to prevent enumerating the requests
47
52
parameter more than once.
48
53
49
54
.. _version-2.24:
@@ -106,4 +111,5 @@ The 2.22 driver release includes the following new features:
106
111
- Reduced memory allocation when using encryption.
107
112
- Added logging messages for server discovery and monitoring (SDAM) events. For more
108
113
information on these events, see the
109
- `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>`__
114
+ `MongoDB SDAM Logging and Monitoring specification.
115
+ <https://github.com/mongodb/specifications/blob/master/source/server-discovery-and-monitoring/server-discovery-and-monitoring-logging-and-monitoring.rst#log-messages>`__
0 commit comments