Skip to content

v0.8.3

Choose a tag to compare

@rustyconover rustyconover released this 23 Jun 20:10
· 244 commits to main since this release

What's changed

Union-tag-preserving argument decode (TaggedUnion)

  • feat(arguments): preserve the union tag when decoding union-typed arguments, so the originating union child type survives the round-trip
  • test: cover union argument boundary cases — null payload, non-contiguous type codes, and dense unions
  • fix(arguments): satisfy strict mypy + ruff for the union-tag decode path

Requires vgi-rpc 0.20.5.

Full changelog: v0.8.2...v0.8.3