Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 13:56
· 5 commits to main since this release
50e51a0

3.0.0 (2025-07-31)

Bug Fixes

  • cbor: added variableMapSize: true option for cbor-x defaults (c8b5a36)

BREAKING CHANGES

  • cbor: maps are now encoded with indefinite length using a break code.

This replaces the previous fixed-length encoding and aligns with CBOR canonical rules.