@@ -107,6 +107,7 @@ The 2.26 driver release includes the following new features:
107
107
- Implemented read and write retries to other ``mongos`` instances when
108
108
possible.
109
109
110
+ .. _csharp-version-2.25:
110
111
.. _version-2.25:
111
112
112
113
What's New in 2.25
@@ -116,12 +117,17 @@ The 2.25 driver release includes the following new features:
116
117
117
118
- Added support for the ``MONGODB-OIDC`` authentication mechanism and automatic
118
119
token acquisition for Azure Identity Provider.
120
+
119
121
- Added the class name to the error message reported when
120
122
``BsonClassMapSerializer`` cannot locate a matching creator.
123
+
121
124
- Added a ``LoggedStages`` field to surface the MQL executed after performing
122
125
a LINQ query.
126
+
123
127
- 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
+
125
131
- Improved behavior of bulk write operations to prevent enumerating the requests
126
132
parameter more than once.
127
133
@@ -185,4 +191,5 @@ The 2.22 driver release includes the following new features:
185
191
- Reduced memory allocation when using encryption.
186
192
- Added logging messages for server discovery and monitoring (SDAM) events. For more
187
193
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