Skip to content

mongo-c-driver 1.16.1

Compare
Choose a tag to compare
@kevinAlbs kevinAlbs released this 04 Feb 01:58
· 1578 commits to master since this release
1.16.1
99d4228

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