conduit v0.12.6 Release Notes

Release Date: 2018-09-09 // over 5 years ago
  • ๐Ÿ—„ Deprecates

    • Broker.publish(:route, message) was changed to Broker.publish(message, :route) to help with pipelining. The old form is dreprecated.

    ๐Ÿ›  Fixes

    • Various bugs in generator instructions
    • Functions for dynamic to and from are no longer run at compile time (regression)