v0.8.3
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