Announcing 2.0.2 of libbson and libmongoc, the libraries constituting the MongoDB C Driver.
libbson
Fixes:
- Various fixes have been applied to the
bson_validate
family of functions,
with some minor behavioral changes.- Previously accepted invalid UTF-8 will be rejected when
BSON_VALIDATE_UTF8
is specified. - The scope document in a deprecated "code with scope" element is now
validated with a fixed set of rules and is treated as an opaque JavaScript
object. - A document nesting limit is now enforced during validation.
- Previously accepted invalid UTF-8 will be rejected when
libmongoc
Fixes:
- Fix message of
bson_strerror_r
on Windows. - Fix memory leaks with Windows Secure Channel.
- Fix loading PKCS#8 RSA keys with Windows Secure Channel.
Links:
Thanks to everyone who contributed to this release.
- Kevin Albertson
- Colby Pike