github mongodb/mongo-c-driver 2.0.2
mongo-c-driver 2.0.2

latest releases: debian/2.1.0-1, 2.1.0, debian/2.0.2-1...
2 months ago

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

libbson

Fixes:

  • Various fixes have been applied to the bson_validate family of functions,
    with some minor behavioral changes.
    • Previously accepted invalid UTF-8 will be rejected when BSON_VALIDATE_UTF8
      is specified.
    • The scope document in a deprecated "code with scope" element is now
      validated with a fixed set of rules and is treated as an opaque JavaScript
      object.
    • A document nesting limit is now enforced during validation.

libmongoc

Fixes:

  • Fix message of bson_strerror_r on Windows.
  • Fix memory leaks with Windows Secure Channel.
  • Fix loading PKCS#8 RSA keys with Windows Secure Channel.

Links:

Thanks to everyone who contributed to this release.

  • Kevin Albertson
  • Colby Pike

Don't miss a new mongo-c-driver release

NewReleases is sending notifications on new releases.