@@ -30,7 +30,7 @@ Learn what's new in:
30
30
* :ref:`Version 2.28 <csharp-version-2.28>`
31
31
* :ref:`Version 2.27 <csharp-version-2.27>`
32
32
* :ref:`Version 2.26 <csharp-version-2.26>`
33
- * :ref:`Version 2.25 <version-2.25>`
33
+ * :ref:`Version 2.25 <csharp- version-2.25>`
34
34
35
35
.. _upcoming-breaking-changes:
36
36
@@ -424,6 +424,7 @@ The 2.26 driver release includes the following new features:
424
424
- Implemented read and write retries to other ``mongos`` instances when
425
425
possible.
426
426
427
+ .. _csharp-version-2.25:
427
428
.. _version-2.25:
428
429
429
430
What's New in 2.25
@@ -433,11 +434,16 @@ The 2.25 driver release includes the following new features:
433
434
434
435
- Added support for the ``MONGODB-OIDC`` authentication mechanism and automatic
435
436
token acquisition for Azure Identity Provider.
437
+
436
438
- Added the class name to the error message reported when
437
439
``BsonClassMapSerializer`` cannot locate a matching creator.
440
+
438
441
- Added a ``LoggedStages`` field to surface the MQL executed after performing
439
442
a LINQ query.
443
+
440
444
- Added support for overriding the ``"mongodb"`` service name with a custom one
441
- by using the ``srvServiceName`` connection option.
445
+ by using the ``srvServiceName`` connection option. To learn more, see
446
+ the :ref:`csharp-connection-options` guide.
447
+
442
448
- Improved behavior of bulk write operations to prevent enumerating the requests
443
449
parameter more than once.
0 commit comments