@@ -315,6 +315,7 @@ The 2.26 driver release includes the following new features:
315
315
- Implemented read and write retries to other ``mongos`` instances when
316
316
possible.
317
317
318
+ .. _csharp-version-2.25:
318
319
.. _version-2.25:
319
320
320
321
What's New in 2.25
@@ -324,12 +325,17 @@ The 2.25 driver release includes the following new features:
324
325
325
326
- Added support for the ``MONGODB-OIDC`` authentication mechanism and automatic
326
327
token acquisition for Azure Identity Provider.
328
+
327
329
- Added the class name to the error message reported when
328
330
``BsonClassMapSerializer`` cannot locate a matching creator.
331
+
329
332
- Added a ``LoggedStages`` field to surface the MQL executed after performing
330
333
a LINQ query.
334
+
331
335
- Added support for overriding the ``"mongodb"`` service name with a custom one
332
- by using the ``srvServiceName`` connection option.
336
+ by using the ``srvServiceName`` connection option. To learn more, see
337
+ the :ref:`csharp-connection-options` guide.
338
+
333
339
- Improved behavior of bulk write operations to prevent enumerating the requests
334
340
parameter more than once.
335
341
@@ -393,4 +399,5 @@ The 2.22 driver release includes the following new features:
393
399
- Reduced memory allocation when using encryption.
394
400
- Added logging messages for server discovery and monitoring (SDAM) events. For more
395
401
information on these events, see the
396
- `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>`__
402
+ `MongoDB SDAM Logging and Monitoring specification.
403
+ <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