Skip to content

Commit bf441c7

Browse files
committed
1.17.0-beta2 Release
Signed-off-by: Kevin Albertson <[email protected]>
1 parent f4724da commit bf441c7

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed

NEWS

+29
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
mongo-c-driver 1.17.0 beta2
2+
===========================
3+
4+
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.
21+
22+
* Kevin Albertson
23+
* Roberto C. Sánchez
24+
* Andreas Braun
25+
* Clyde Bazile
26+
* Josh Weinstein
27+
28+
-- Kevin Albertson
29+
130
mongo-c-driver 1.17.0 beta
231
==========================
332

src/libbson/NEWS

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
libbson 1.17.0 beta2
2+
====================
3+
4+
It is my pleasure to announce libbson 1.17.0 beta2.
5+
6+
Features:
7+
8+
* Fix pedantic compiler warnings.
9+
* Improve assertion error messages.
10+
11+
Bug fixes:
12+
* Fix possible int32 overflow when comparing and constructing large bson_t's.
13+
14+
Thanks to everyone who contributed to the development of this release.
15+
16+
* Richard Donkin
17+
* Roberto C. Sánchez
18+
* Josh Weinstein
19+
* Kevin Albertson
20+
21+
-- Kevin Albertson
22+
123
libbson 1.17.0 beta
224
===================
325

src/libmongoc/doc/libbson-objects.inv

1 Byte
Binary file not shown.

0 commit comments

Comments
 (0)