Skip to content

Commit 4cacc60

Browse files
committed
1.17.0-rc0 Release
Signed-off-by: Kevin Albertson <[email protected]>
1 parent 16adf52 commit 4cacc60

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed

NEWS

+25
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
mongo-c-driver 1.17.0 rc0
2+
=========================
3+
4+
It is my pleasure to announce the MongoDB C Driver 1.17.0 rc0 release.
5+
This release adds support for MongoDB 4.4 servers.
6+
7+
Features:
8+
9+
* Support streamable server monitoring to reduce recovery time when the server topology changes.
10+
* Support tlsDisableCertificateRevocationCheck when built with Secure Channel.
11+
12+
Bug fixes:
13+
14+
* Fix criteria for resumable errors in change streams.
15+
* Fix rare crashes when server is invalidated during authentication.
16+
* Improve behavior when reaching out to OCSP responders for certificate revocation checking.
17+
* Reject client session for mongoc_collection_estimated_document_count.
18+
19+
Thanks to everyone who contributed to the development of this release.
20+
21+
* Kevin Albertson
22+
* Andrew Witten
23+
* Roberto C. Sánchez
24+
* Clyde Bazile
25+
126
mongo-c-driver 1.17.0 beta2
227
===========================
328

src/libbson/NEWS

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
libbson 1.17.0 rc0
2+
==================
3+
4+
It is my pleasure to announce libbson 1.17.0 rc0.
5+
6+
No changes since 1.17.0 beta2; release to keep pace with libmongoc's version.
7+
8+
-- Kevin Albertson
9+
10+
111
libbson 1.17.0 beta2
212
====================
313

src/libmongoc/doc/libbson-objects.inv

-2 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)