Skip to content

Release 0.165.0

Compare
Choose a tag to compare
@danielaparker danielaparker released this 05 Jun 19:51
· 1960 commits to master since this release

Enhancements for bson extension:

  • Added semantic tags float128, id, regex, and code to support
    bson decode and encode for decimal128, ObjectId, regex,
    and Javascript code.

  • Support has been added for ObjectId, regex, decimal128 and
    the other non-deprecated bson types, as requested in issue
    #321.

  • Parsing now checks that the the number of bytes read for a
    document, embedded document and array matches the expected total.