All Versions
40
Latest Version
Avg Release Cycle
58 days
Latest Release
1007 days ago

Changelog History
Page 2

  • v0.12.1 Changes

    June 02, 2018

    ๐Ÿ›  Fixes

    • Regression where Conduit.Plug.MessageActions were no longer available in Broker for plugs.
  • v0.12.0 Changes

    May 28, 2018

    โž• Added

    • Message ID plug
    • ๐Ÿ‘Œ Improved error message when publishing to a route that doesn't exist
    • ๐Ÿ‘Œ Improved error message when receiving from a route that doesn't exist

    ๐Ÿ”„ Changed

    • Stop generating modules namespaced under broker for pipelines, config, subscribers, and publishers.
    • โœ… Test helpers now expect a route name
  • v0.11.0 Changes

    April 11, 2018

    โž• Added

    • โž• Added child specs to suport Supervisor.init/1

    ๐Ÿ›  Fixed

    • Subscriber gets passed opts specified in broker

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Adapter publish callback now accepts broker. Necessary for adapters to namespace processes to allow multiple instances of an adapter to run. Upgrading to this version requires an upgrade to the adapter.
  • v0.10.8 Changes

    March 05, 2018
    • No notable changes
  • v0.10.7 Changes

    February 28, 2018

    โž• Added

    • โœ… Formatter exports for Broker DSL and test macros. (Add import_deps: [:conduit] to your .formatter.exs file)
  • v0.10.6 Changes

    February 28, 2018
    • No notable changes
  • v0.10.5 Changes

    February 20, 2018

    ๐Ÿ”„ Changed

    • Switched from Poison to Jason for application/json content type
  • v0.10.4 Changes

    February 02, 2018

    ๐Ÿ›  Fixed

    • Subscriber generator no longer generates wrong method name @doughsay
    • ๐Ÿ›  Fixed fallback for generator config @doughsay
  • v0.10.3 Changes

    January 16, 2018

    ๐Ÿ›  Fixed

    • Extra opts passed to content type application/x-erlang-binary are ignored
  • v0.10.2 Changes

    January 01, 2018

    โž• Added

    • ๐Ÿ‘ Allow function to be passed for name of queue and exchange (useful for per app instance queues)