v0.5.0
Changed
- Command replies are now returned in native Elixir shape (atom keys, structs, atom values), symmetric with
render/1;Musubi.Wire.to_wire/1moves to the transport egress (#59). Revises #57. Client wire contract unchanged. Breaking (Elixir API): tests asserting wire-shaped replies fromdispatch_command/3/command/4must switch to native shape.
Full Changelog: v0.4.0...v0.5.0