@@ -360,6 +360,7 @@ The 2.26 driver release includes the following new features:
360
360
- Implemented read and write retries to other ``mongos`` instances when
361
361
possible.
362
362
363
+ .. _csharp-version-2.25:
363
364
.. _version-2.25:
364
365
365
366
What's New in 2.25
@@ -369,12 +370,17 @@ The 2.25 driver release includes the following new features:
369
370
370
371
- Added support for the ``MONGODB-OIDC`` authentication mechanism and automatic
371
372
token acquisition for Azure Identity Provider.
373
+
372
374
- Added the class name to the error message reported when
373
375
``BsonClassMapSerializer`` cannot locate a matching creator.
376
+
374
377
- Added a ``LoggedStages`` field to surface the MQL executed after performing
375
378
a LINQ query.
379
+
376
380
- Added support for overriding the ``"mongodb"`` service name with a custom one
377
- by using the ``srvServiceName`` connection option.
381
+ by using the ``srvServiceName`` connection option. To learn more, see
382
+ the :ref:`csharp-connection-options` guide.
383
+
378
384
- Improved behavior of bulk write operations to prevent enumerating the requests
379
385
parameter more than once.
380
386
@@ -438,4 +444,5 @@ The 2.22 driver release includes the following new features:
438
444
- Reduced memory allocation when using encryption.
439
445
- Added logging messages for server discovery and monitoring (SDAM) events. For more
440
446
information on these events, see the
441
- `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>`__
447
+ `MongoDB SDAM Logging and Monitoring specification.
448
+ <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