Skip to content

v0.3.11

Latest

Choose a tag to compare

@jelmer jelmer released this 27 Jul 21:11
· 10 commits to master since this release
  • Add optional max_depth argument to cap nesting depth when encoding and decoding (defaults to unlimited)
  • Rust backend now encodes and decodes iteratively, avoiding native stack overflow on deeply nested input
  • Add an encode/decode benchmark script
  • Dependency updates (ruff, GitHub Actions)