Skip to content

v0.5.0

Choose a tag to compare

@fahchen fahchen released this 27 May 12:36
· 13 commits to main since this release
54d5182

Changed

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

Full Changelog: v0.4.0...v0.5.0