- Tightened public API contracts, transactional parsing behavior, validation APIs, packaging metadata, CI definitions, and repository documentation.
- CBOR encoder: uint, int, bool, null, float32, text, bytes, array, map.
- Compact encoding with automatic integer width selection.
- Sticky overflow detection.
- CBOR decoder: generic next plus typed convenience decoders.
- Zero-copy byte and string references.
- Skip function for nested containers.
- Full round-trip tests including a telemetry payload.
- 43 tests passing with
-Werror.