@@ -85,6 +85,7 @@ The 2.26 driver release includes the following new features:
85
85
- Implemented read and write retries to other ``mongos`` instances when
86
86
possible.
87
87
88
+ .. _csharp-version-2.25:
88
89
.. _version-2.25:
89
90
90
91
What's New in 2.25
@@ -94,12 +95,17 @@ The 2.25 driver release includes the following new features:
94
95
95
96
- Added support for the ``MONGODB-OIDC`` authentication mechanism and automatic
96
97
token acquisition for Azure Identity Provider.
98
+
97
99
- Added the class name to the error message reported when
98
100
``BsonClassMapSerializer`` cannot locate a matching creator.
101
+
99
102
- Added a ``LoggedStages`` field to surface the MQL executed after performing
100
103
a LINQ query.
104
+
101
105
- Added support for overriding the ``"mongodb"`` service name with a custom one
102
- by using the ``srvServiceName`` connection option.
106
+ by using the ``srvServiceName`` connection option. To learn more, see
107
+ the :ref:`csharp-connection-options` guide.
108
+
103
109
- Improved behavior of bulk write operations to prevent enumerating the requests
104
110
parameter more than once.
105
111
@@ -163,4 +169,5 @@ The 2.22 driver release includes the following new features:
163
169
- Reduced memory allocation when using encryption.
164
170
- Added logging messages for server discovery and monitoring (SDAM) events. For more
165
171
information on these events, see the
166
- `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>`__
172
+ `MongoDB SDAM Logging and Monitoring specification.
173
+ <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