Skip to content

mongo-c-driver 1.26.2

Compare
Choose a tag to compare
@kevinAlbs kevinAlbs released this 02 Apr 15:11
· 48 commits to master since this release
1.26.2
586171d

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

libbson

Fixes:

  • Fix iteration in bson_strfreev.

libmongoc

Cyrus SASL:

  • Disable plugin loading with Cyrus SASL on Windows by default. To re-enable, set the CMake option CYRUS_PLUGIN_PATH_PREFIX to the absolute path prefix of the Cyrus SASL plugins.

Fixes:

  • Fix possible hang if mongoc_gridfs_file_readv is called with a corrupt chunk with incomplete data.
  • Fix assert with legacy exhaust cursor protocol when connected to server < 4.2.

Links:

Thanks to everyone who contributed to this release.

  • Kevin Albertson
  • Ezra Chung