MongoDB C Driver 2.3.2 Released

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

libbson

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

libmongoc

Fixes

  • Fix possible abort on failed killCursors (introduced in 2.3.0).
  • Fix error handling in SCRAM authentication.

Links:

Thanks to everyone who contributed to this release.

  • Connor MacDonald
  • Ezra Chung
  • Kevin Albertson
2 Likes

Congrats on the 2.3.2 release! Thanks for addressing the killCursors and SCRAM authentication issues. These kinds of maintenance releases make a big difference for users running the C Driver in production. Appreciate the team’s continued work.