@@ -107,6 +107,7 @@ The 2.26 driver release includes the following new features:
107107- Implemented read and write retries to other ``mongos`` instances when
108108 possible.
109109
110+ .. _csharp-version-2.25:
110111.. _version-2.25:
111112
112113What's New in 2.25
@@ -116,12 +117,17 @@ The 2.25 driver release includes the following new features:
116117
117118- Added support for the ``MONGODB-OIDC`` authentication mechanism and automatic
118119 token acquisition for Azure Identity Provider.
120+
119121- Added the class name to the error message reported when
120122 ``BsonClassMapSerializer`` cannot locate a matching creator.
123+
121124- Added a ``LoggedStages`` field to surface the MQL executed after performing
122125 a LINQ query.
126+
123127- Added support for overriding the ``"mongodb"`` service name with a custom one
124- by using the ``srvServiceName`` connection option.
128+ by using the ``srvServiceName`` connection option. To learn more, see
129+ the :ref:`csharp-connection-options` guide.
130+
125131- Improved behavior of bulk write operations to prevent enumerating the requests
126132 parameter more than once.
127133
@@ -185,4 +191,5 @@ The 2.22 driver release includes the following new features:
185191- Reduced memory allocation when using encryption.
186192- Added logging messages for server discovery and monitoring (SDAM) events. For more
187193 information on these events, see the
188- `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>`__
194+ `MongoDB SDAM Logging and Monitoring specification.
195+ <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