Skip to content

mongo-c-driver 2.0.1

Latest
Compare
Choose a tag to compare
@kevinAlbs kevinAlbs released this 06 May 15:57
· 29 commits to master since this release
2.0.1
2a0ea90

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 option ENABLE_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