Announcing 1.27.6 of libbson and libmongoc, the libraries constituting the MongoDB C Driver.
libbson
Fixes:
- Fix handling of malformed extended JSON for special BSON types.
- Fix large string handling in
bson_string_new
andbson_string_append
.
libmongoc
Fixes:
- Fix TSan warning.
- Fix C23 compile.
Improvements:
- Document expected behavior of command errors in a transaction.
Links:
Thanks to everyone who contributed to this release.
- Adrian Dole
- Ezra Chung
- Joshua Siegel
- Kevin Albertson