mongo-c-driver 1.24.3
Announcing 1.24.3 of libbson and libmongoc, the libraries constituting the MongoDB C Driver.
libbson
Fixes:
- Fix parsing of
[ { $code: ... } ]
or[{$dbPointer: ...}]
. - Improve detection Fix use of
strerror_l
- Fix possible overflow parsing Decimal128 in extJSON with very large exponents
libmongoc
Fixes:
- Fix possible memory leak on SCRAM authentication failure.
- Fix possible recursive lock on network error in single-threaded client.
Links:
Thanks to everyone who contributed to this release.
- Kevin Albertson
- Jeremy Mikola
- Roberto C. Sánchez
- Joshua Siegel
- Ezra Chung