MongoDB C Driver v1.15.2 Release Notes

Release Date: 2019-11-06 // over 4 years ago
  • I'm pleased to announce version 1.15.2 of libbson and libmongoc,
    the libraries constituting the MongoDB C Driver.

    libbson

    ๐Ÿš€ No changes since 1.15.1; release to keep pace with libmongoc's version.

    libmongoc

    ๐Ÿ› Bug fixes:

    • Prevent mongoc_transaction_opts_set_max_commit_time_ms from applying to subsequent transactions that should be using the default.
    • Do not report the initial error if a retry for a change stream function (mongoc_collection_watch, mongoc_database_watch, or mongoc_client_watch) succeeds

    ๐Ÿ”— Links:

    ๐Ÿš€ Thanks to everyone who contributed to this release.

    • Andreas Braun
    • Clyde Bazile