@@ -58,6 +58,7 @@ The 2.26 driver release includes the following new features:
58
58
- Implemented read and write retries to other ``mongos`` instances when
59
59
possible.
60
60
61
+ .. _csharp-version-2.25:
61
62
.. _version-2.25:
62
63
63
64
What's New in 2.25
@@ -67,12 +68,17 @@ The 2.25 driver release includes the following new features:
67
68
68
69
- Added support for the ``MONGODB-OIDC`` authentication mechanism and automatic
69
70
token acquisition for Azure Identity Provider.
71
+
70
72
- Added the class name to the error message reported when
71
73
``BsonClassMapSerializer`` cannot locate a matching creator.
74
+
72
75
- Added a ``LoggedStages`` field to surface the MQL executed after performing
73
76
a LINQ query.
77
+
74
78
- Added support for overriding the ``"mongodb"`` service name with a custom one
75
- by using the ``srvServiceName`` connection option.
79
+ by using the ``srvServiceName`` connection option. To learn more, see
80
+ the :ref:`csharp-connection-options` guide.
81
+
76
82
- Improved behavior of bulk write operations to prevent enumerating the requests
77
83
parameter more than once.
78
84
@@ -136,4 +142,5 @@ The 2.22 driver release includes the following new features:
136
142
- Reduced memory allocation when using encryption.
137
143
- Added logging messages for server discovery and monitoring (SDAM) events. For more
138
144
information on these events, see the
139
- `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>`__
145
+ `MongoDB SDAM Logging and Monitoring specification.
146
+ <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