6.1.0
- Added the
allow_duplicate_keysparameter toCBORDecoder,loadandloads(default:True). When set toFalse, aCBORDecodeErroris raised upon encountering a duplicate key within the same map. (#283) - Added support for decoding from any object supporting the buffer API (e.g.
memoryvieworbytearray) in addition tobytes(#297) - Fixed compatibility issues with 32-bit systems (#300)