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