conduit v0.5.0 Release Notes

Release Date: 2016-12-05 // over 7 years ago
  • ➕ Added

    • Lots of functions for working with message attributes
    • ➕ Added dead letter plug
    • ➕ Added message action plugs for most of the operations available to modify message attributes
    • ➕ Added retry plug

    🔄 Changed

    • 🔌 Plug system changed from Enum.reduce(plugs, message, fn plug, message -> plug.(message)) to being passed the next plug to control if it's called and handle any errors
    • 🔄 Changed callbacks for Subscribers to work with plug system changes