MongoDB C Driver v1.16.1 Release Notes

Release Date: 2020-02-04 // about 4 years ago
  • I'm pleased to announce version 1.16.1 of libbson and libmongoc,
    the libraries constituting the MongoDB C Driver.

    libbson

    It is my pleasure to announce libbson 1.16.1.

    ๐Ÿ”‹ Features:

    • โž• Add bson_isspace, a safer isspace alternative.

    libmongoc

    It is my pleasure to announce the MongoDB C Driver 1.16.1.

    ๐Ÿ› Bug fixes:

    • ๐Ÿ›  Fix listed library dependency on mongoc_static target when building with libmongocrypt.
    • ๐Ÿ†“ Replace a call of free to bson_free.
    • ๐Ÿ“„ Vendor Sphinx basic theme and correctly list static files for docs.
    • ๐Ÿ›  Fix a compilation warning introduced in 1.16.0.

    ๐Ÿ”— Links:

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

    • Kevin Albertson