MongoDB C Driver 1.24.3 Released

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

This post is missing the driver releases tags so it does not show up in the list above.

1 Like

Thank you. The post Category has been updated to include “Driver Releases”.

This topic was automatically closed after 90 days. New replies are no longer allowed.