@@ -58,6 +58,7 @@ The 2.26 driver release includes the following new features:
5858- Implemented read and write retries to other ``mongos`` instances when
5959 possible.
6060
61+ .. _csharp-version-2.25:
6162.. _version-2.25:
6263
6364What's New in 2.25
@@ -67,12 +68,17 @@ The 2.25 driver release includes the following new features:
6768
6869- Added support for the ``MONGODB-OIDC`` authentication mechanism and automatic
6970 token acquisition for Azure Identity Provider.
71+
7072- Added the class name to the error message reported when
7173 ``BsonClassMapSerializer`` cannot locate a matching creator.
74+
7275- Added a ``LoggedStages`` field to surface the MQL executed after performing
7376 a LINQ query.
77+
7478- Added support for overriding the ``"mongodb"`` service name with a custom one
75- by using the ``srvServiceName`` connection option.
79+ by using the ``srvServiceName`` connection option. To learn more, see
80+ the :ref:`csharp-connection-options` guide.
81+
7682- Improved behavior of bulk write operations to prevent enumerating the requests
7783 parameter more than once.
7884
@@ -136,4 +142,5 @@ The 2.22 driver release includes the following new features:
136142- Reduced memory allocation when using encryption.
137143- Added logging messages for server discovery and monitoring (SDAM) events. For more
138144 information on these events, see the
139- `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>`__
145+ `MongoDB SDAM Logging and Monitoring specification.
146+ <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