Skip to content

QCBOR v2 alpha 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@laurencelundblade laurencelundblade released this 22 Jan 23:51
· 4 commits to dev since this release

Update version numbers to v2.0 (really dumb mistake for not getting this into alpha 1)

README fixes

EnterBstr() gives correct error when called on something that is not a bstr

New #define QCBOR_MAX_SIZE that is the max size in bytes for both the encoded output and input to be decoded. The size
isn't changed, still just below UINT32_MAX, but there is now a unified #define for input and output.

GetNextTagNumber() bug fix. The problem occurred when called repeatedly until error to get all tag numbers for an item.