Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
mongo-c-driver-2.0.2.tar.gz.asc | 2025-06-09 | 833 Bytes | |
mongo-c-driver-2.0.2.tar.gz | 2025-06-09 | 7.4 MB | |
mongo-c-driver 2.0.2 source code.tar.gz | 2025-06-09 | 7.5 MB | |
mongo-c-driver 2.0.2 source code.zip | 2025-06-09 | 9.5 MB | |
README.md | 2025-06-09 | 1.0 kB | |
Totals: 5 Items | 24.4 MB | 5 |
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.
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