Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 661 Bytes

File metadata and controls

20 lines (14 loc) · 661 Bytes

Changelog

[Unreleased]

Changed

  • Tightened public API contracts, transactional parsing behavior, validation APIs, packaging metadata, CI definitions, and repository documentation.

[Repository baseline before tag-based releases] - 2026-03-20

Added

  • 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.