@@ -30,7 +30,7 @@ Learn what's new in:
3030* :ref:`Version 2.28 <csharp-version-2.28>`
3131* :ref:`Version 2.27 <csharp-version-2.27>`
3232* :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>`
3434
3535.. _upcoming-breaking-changes:
3636
@@ -424,6 +424,7 @@ The 2.26 driver release includes the following new features:
424424- Implemented read and write retries to other ``mongos`` instances when
425425 possible.
426426
427+ .. _csharp-version-2.25:
427428.. _version-2.25:
428429
429430What's New in 2.25
@@ -433,11 +434,16 @@ The 2.25 driver release includes the following new features:
433434
434435- Added support for the ``MONGODB-OIDC`` authentication mechanism and automatic
435436 token acquisition for Azure Identity Provider.
437+
436438- Added the class name to the error message reported when
437439 ``BsonClassMapSerializer`` cannot locate a matching creator.
440+
438441- Added a ``LoggedStages`` field to surface the MQL executed after performing
439442 a LINQ query.
443+
440444- 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+
442448- Improved behavior of bulk write operations to prevent enumerating the requests
443449 parameter more than once.
0 commit comments