Skip to content

v0.6.0

Choose a tag to compare

@fahchen fahchen released this 27 May 23:55
· 13 commits to main since this release
f3e315e

Added

  • Musubi.Testing.dispatch_command/4 now accepts a native (atom-keyed, atom-valued) payload and wire-encodes it via Musubi.Wire.to_wire/1 before dispatch, so handle_command/3 receives the same string-keyed map a real client delivers (#61). Tests can write %{by: 3} instead of %{"by" => 3}; the encode is idempotent on existing string-keyed payloads, so this is non-breaking. Symmetric with the egress to_wire encoding of command replies (#59).

Full Changelog: v0.5.0...v0.6.0