MongoDB C Driver v1.17.0-rc0 Release Notes

Release Date: 2020-07-14 // almost 4 years ago
  • 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