Announcing 2.0.1 of libbson and libmongoc, the libraries constituting the MongoDB C Driver.
libbson
Fixes:
- Fix CMake configure error on macOS with CMake 4.
libmongoc
Fixes:
- Fix username handling for MONGODB-X509 authentication when C driver is configured to use Secure Transport (CMake option
ENABLE_SSL=DARWIN
) or Secure Channel (CMake optionENABLE_SSL=WINDOWS
). - Do not set empty partial result on client error for
mongoc_bulkwrite_execute
.
Links:
Thanks to everyone who contributed to this release.
- Kevin Albertson