Skip to content

v2.0.0

Choose a tag to compare

@dbohdan dbohdan released this 07 May 16:39
· 7 commits to master since this release
v2.0.0
2b1efae
  • Implemented an --expand-aliases option for YAML (#62)
  • Implemented support for Starlark data transformations
  • Migrated project magement from Poetry to uv. (Poetry Core remains the build backend. No uv_build because building it requires Rust. There are no binary wheels for the BSDs.)
  • Updated the versioning policy: the CLI is stable, but Remarshal can drop old Python versions and break the Python API
    • Broke the Python API to refactor encoders and decoders into classes
  • Upgraded the dependencies
    • Fixed an upstream cbor2 denial-of-service vulnerability, CVE-2026-26209
  • Added CI testing on FreeBSD, NetBSD, and OpenBSD