Skip to content

mongo-c-driver 1.30.4

Compare
Choose a tag to compare
@kevinAlbs kevinAlbs released this 06 May 15:25
· 135 commits to master since this release
1.30.4
a0132eb

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