Announcing 1.27.2 of libbson and libmongoc, the libraries constituting the MongoDB C Driver.
libbson
Fixes:
- Fix parsing of colon in timezone.
- Error on failure to init subdocument in
bson_iter_visit_all
.
libmongoc
Fixes:
- Close leftover connections to removed servers.
New features:
- Check environment variable
MONGOC_EXPERIMENTAL_SRV_PREFER_TCP
to prefer TCP for SRV lookup.
Links:
Thanks to everyone who contributed to this release.
- Kevin Albertson
- Roman-Koshelev