Skip to content

mongo-c-driver 2.0.2

Latest
Compare
Choose a tag to compare
@kevinAlbs kevinAlbs released this 09 Jun 20:02
· 46 commits to master since this release
2.0.2
d94ed7a

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