Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
mongo-c-driver-2.0.1.tar.gz.asc | 2025-05-06 | 833 Bytes | |
mongo-c-driver-2.0.1.tar.gz | 2025-05-06 | 7.4 MB | |
mongo-c-driver 2.0.1 source code.tar.gz | 2025-05-06 | 7.4 MB | |
mongo-c-driver 2.0.1 source code.zip | 2025-05-06 | 9.5 MB | |
README.md | 2025-05-06 | 733 Bytes | |
Totals: 5 Items | 24.3 MB | 0 |
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