Skip to content

mongo-c-driver 1.24.1

Compare
Choose a tag to compare
@kevinAlbs kevinAlbs released this 21 Jun 12:36
· 308 commits to master since this release
1.24.1
4845bcb

Announcing 1.24.1 of libbson and libmongoc, the libraries constituting the MongoDB C Driver.

libbson

No changes since 1.24.0. Version incremented to match the libmongoc version.

libmongoc

Fixes:

* Remove unnecessary assert in bulk API. May result in an abort when creating bulk operations with the `mongoc_bulk_operation_new` API intended for wrapping drivers.

Links:

Thanks to everyone who contributed to this release.

  • Kevin Albertson