cbor v1.2.0 Release Notes

Release Date: 2019-11-05 // over 4 years ago
  • ๐Ÿ”„ Changes include:

    • ๐Ÿ”‹ Feature: Add RawMessage, Marshaler, and Unmarshaler (commit 1a29187)
    • Speed: Improve decoding into struct speed by +23% (commit 9ff43a1)
    • ๐Ÿ›  Fix: Return error on decoding unsupported CBOR neg int (commit 47055e7)
    • Misc: Add benchmarks using COSE and WebAuthn data (commit 22732d7)
    • โœ… Misc: Add more tests, including malicious CBOR data (credit: oasislabs/oasis-core)
    • โšก๏ธ Misc: Update README.md

    ๐Ÿš€ This release passed 42 hours of fuzzing with fxamacker/cbor-fuzz v0.7.0.