You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is my pleasure to announce the MongoDB C Driver 1.17.0 beta2 release.
5
+
6
+
Features:
7
+
8
+
* Support Online Certificate Status Protocol (OCSP) response caching.
9
+
* Support configuring hedged reads in read preferences.
10
+
* Reduce the number of round trips necessary for SCRAM and X509 authentication.
11
+
* Monitor servers in parallel when using a mongoc_client_pool_t instead of doing serial scans.
12
+
* Support OCSP on older versions of OpenSSL (1.0.1+).
13
+
14
+
Bug fixes:
15
+
16
+
* Fix behavior of a SecondaryPreferred read preference for exhaust cursor operations against a sharded cluster. Prior to the fix, a nonzero maxStalenessSeconds would not trigger sending the read preference.
17
+
* Fix SRV polling. Prior to the fix, SRV polling did not properly apply newly discovered results.
18
+
* Fix checks for existing GridFS indexes to handle indexes created by the MongoDB shell.
19
+
20
+
Thanks to everyone who contributed to the development of this release.
0 commit comments