What's Changed
- fix(composite): return error on truncated unknown TLV value instead of panicking (#415) by @SAY-5 in #416
- test(fuzz): add native Go fuzzers for Unpack/Pack and MessageScanner by @adamdecaf in #425
- ci(fuzz): anchor -fuzz patterns to avoid multi-match failures by @adamdecaf in #428
- fix(specs): register missing field types and encodings in the spec builder by @andresantoniuk in #430
- fix(composite): bounds-check unknown TLV length in skip path by @SashaMIT in #427
New Contributors
- @SAY-5 made their first contribution in #416
- @andresantoniuk made their first contribution in #430
- @SashaMIT made their first contribution in #427
Full Changelog: v0.26.0...v0.26.1