@@ -125,6 +125,7 @@ The 2.26 driver release includes the following new features:
125
125
- Implemented read and write retries to other ``mongos`` instances when
126
126
possible.
127
127
128
+ .. _csharp-version-2.25:
128
129
.. _version-2.25:
129
130
130
131
What's New in 2.25
@@ -134,12 +135,17 @@ The 2.25 driver release includes the following new features:
134
135
135
136
- Added support for the ``MONGODB-OIDC`` authentication mechanism and automatic
136
137
token acquisition for Azure Identity Provider.
138
+
137
139
- Added the class name to the error message reported when
138
140
``BsonClassMapSerializer`` cannot locate a matching creator.
141
+
139
142
- Added a ``LoggedStages`` field to surface the MQL executed after performing
140
143
a LINQ query.
144
+
141
145
- 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
+
143
149
- Improved behavior of bulk write operations to prevent enumerating the requests
144
150
parameter more than once.
145
151
@@ -203,4 +209,5 @@ The 2.22 driver release includes the following new features:
203
209
- Reduced memory allocation when using encryption.
204
210
- Added logging messages for server discovery and monitoring (SDAM) events. For more
205
211
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