Skip to content

v0.4.0

Latest

Choose a tag to compare

@paberr paberr released this 08 Mar 23:05
· 2 commits to main since this release

⚠️ Breaking Changes

  • The serde feature has been renamed to iter-ext. If you had features = ["serde"] in your Cargo.toml, update it to features = ["iter-ext"]. The feature is still enabled by default, so most users are unaffected.

What's New

  • codec-pot feature — Use pot as an alternative serialization codec for complex types like Rc<T> or cyclic structures. Enable with default-features = false, features = ["iter-ext", "macros", "codec-pot"]. (#7)

Improvements

  • CI now tests both postcard and pot codec paths across clippy, doctests, and integration tests.
  • Fixed inaccurate doc comments on run_bytes/try_run_bytes that referenced a non-existent feature gate.

Full Changelog: v0.3.0...v0.4.0