Skip to content

mongo-c-driver 1.24.3

Compare
Choose a tag to compare
@kevinAlbs kevinAlbs released this 07 Aug 20:18
· 448 commits to master since this release
1.24.3
9063a5c

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

libbson

Fixes:

  • Fix parsing of [ { $code: ... } ] or [{$dbPointer: ...}].
  • Improve detection Fix use of strerror_l
  • Fix possible overflow parsing Decimal128 in extJSON with very large exponents

libmongoc

Fixes:

  • Fix possible memory leak on SCRAM authentication failure.
  • Fix possible recursive lock on network error in single-threaded client.

Links:

Thanks to everyone who contributed to this release.

  • Kevin Albertson
  • Jeremy Mikola
  • Roberto C. Sánchez
  • Joshua Siegel
  • Ezra Chung