@@ -125,6 +125,7 @@ The 2.26 driver release includes the following new features:
125125- Implemented read and write retries to other ``mongos`` instances when
126126 possible.
127127
128+ .. _csharp-version-2.25:
128129.. _version-2.25:
129130
130131What's New in 2.25
@@ -134,12 +135,17 @@ The 2.25 driver release includes the following new features:
134135
135136- Added support for the ``MONGODB-OIDC`` authentication mechanism and automatic
136137 token acquisition for Azure Identity Provider.
138+
137139- Added the class name to the error message reported when
138140 ``BsonClassMapSerializer`` cannot locate a matching creator.
141+
139142- Added a ``LoggedStages`` field to surface the MQL executed after performing
140143 a LINQ query.
144+
141145- Added support for overriding the ``"mongodb"`` service name with a custom one
142- by using the ``srvServiceName`` connection option.
146+ by using the ``srvServiceName`` connection option. To learn more, see
147+ the :ref:`csharp-connection-options` guide.
148+
143149- Improved behavior of bulk write operations to prevent enumerating the requests
144150 parameter more than once.
145151
@@ -203,4 +209,5 @@ The 2.22 driver release includes the following new features:
203209- Reduced memory allocation when using encryption.
204210- Added logging messages for server discovery and monitoring (SDAM) events. For more
205211 information on these events, see the
206- `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>`__
212+ `MongoDB SDAM Logging and Monitoring specification.
213+ <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