Skip to content

mongo-c-driver 1.17.0-rc0

Compare
Choose a tag to compare
@kevinAlbs kevinAlbs released this 14 Jul 01:39
· 1038 commits to master since this release
1.17.0-rc0
4cacc60

I'm pleased to announce version 1.17.0-rc0 of libbson and libmongoc,
the libraries constituting the MongoDB C Driver.

libbson

It is my pleasure to announce libbson 1.17.0 rc0.

No changes since 1.17.0 beta2; release to keep pace with libmongoc's version.

libmongoc

It is my pleasure to announce the MongoDB C Driver 1.17.0 rc0 release.
This release adds support for MongoDB 4.4 servers.

Features:

  • Support streamable server monitoring to reduce recovery time when the server topology changes.
  • Support tlsDisableCertificateRevocationCheck when built with Secure Channel.

Bug fixes:

  • Fix criteria for resumable errors in change streams.
  • Fix rare crashes when server is invalidated during authentication.
  • Improve behavior when reaching out to OCSP responders for certificate revocation checking.
  • Reject client session for mongoc_collection_estimated_document_count.

Links:

Thanks to everyone who contributed to this release.

  • Kevin Albertson
  • Andrew Witten
  • Roberto C. Sánchez
  • Clyde Bazile