@@ -265,6 +265,7 @@ The 2.26 driver release includes the following new features:
265
265
- Implemented read and write retries to other ``mongos`` instances when
266
266
possible.
267
267
268
+ .. _csharp-version-2.25:
268
269
.. _version-2.25:
269
270
270
271
What's New in 2.25
@@ -274,12 +275,17 @@ The 2.25 driver release includes the following new features:
274
275
275
276
- Added support for the ``MONGODB-OIDC`` authentication mechanism and automatic
276
277
token acquisition for Azure Identity Provider.
278
+
277
279
- Added the class name to the error message reported when
278
280
``BsonClassMapSerializer`` cannot locate a matching creator.
281
+
279
282
- Added a ``LoggedStages`` field to surface the MQL executed after performing
280
283
a LINQ query.
284
+
281
285
- Added support for overriding the ``"mongodb"`` service name with a custom one
282
- by using the ``srvServiceName`` connection option.
286
+ by using the ``srvServiceName`` connection option. To learn more, see
287
+ the :ref:`csharp-connection-options` guide.
288
+
283
289
- Improved behavior of bulk write operations to prevent enumerating the requests
284
290
parameter more than once.
285
291
@@ -343,4 +349,5 @@ The 2.22 driver release includes the following new features:
343
349
- Reduced memory allocation when using encryption.
344
350
- Added logging messages for server discovery and monitoring (SDAM) events. For more
345
351
information on these events, see the
346
- `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>`__
352
+ `MongoDB SDAM Logging and Monitoring specification.
353
+ <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