Announcing 2.5.2 of libbson and libmongoc, the libraries constituting the MongoDB C Driver.
libbson
No changes since 2.5.1. Version incremented to match the libmongoc version.
libmongoc
Fixes
- Fix OCSP error handling.
- Fix unsafe casts during JSON parsing.
- Fix possible unsafe truncation when logging base64.
- Fix unsafe calls to
bson_next_power_of_two.