mongo-c-driver 1.30.4
Announcing 1.30.4 of libbson and libmongoc, the libraries constituting the MongoDB C Driver.
libbson
No changes since 1.30.3. Version incremented to match the libmongoc version.
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