Releases: charlesnicholson/nanocobs
Releases · charlesnicholson/nanocobs
v0.1.0
v0.0.5
nanocobs v0.0.5
Feature Release:
- Return
ERR_BAD_PAYLOAD
if a payload being decoded has any internal0x00
bytes.
v0.0.4
nanocobs v0.0.4
Bugfix / Maintenance Release:
- Enable ASan and UBSan on Linux CI.
- Fix off-by-one buffer overrun bug. (Thanks to @mreed348 for report + patch!)
- Fix benign-but-subtle ASan flag about underflow.
- Upgrade doctest to v2.4.8
v0.0.3
Feature + maintenance release:
- Incremental encoding via
cobs_encode_inc[_begin|_end]
- encode multiple buffers into a single target buffer. - Move from catch2 to doctest for huge compilation-time wins.
v0.0.2
v0.0.1
First release! In-place encoding + decoding, validation + bounds checking, helper function for computing max-encoded size.