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

Changelog History
Page 1

  • v1.0.0 Changes

    June 26, 2021
    • โœ‚ Remove deprecated test methods
    • โœ‚ Remove deprecated adapter publish/3
  • v0.12.10 Changes

    March 25, 2019

    ๐Ÿ›  Fixed

    • Deprecation warning for System.convert_time_unit/3 :microsecond instead of :microseconds
    • ๐Ÿ‘ป Retry on nack would raise exception
  • v0.12.9 Changes

    November 16, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ—„ Conduit.Plug.DeadLetter was using the deprecated form of publish.
  • v0.12.8 Changes

    October 27, 2018

    โž• Added

    • ๐Ÿ‘ Conduit.Plug.Wrap and Conduit.Plug.Unwrap. Useful for brokers without native support for headers.
  • v0.12.7 Changes

    October 23, 2018

    โž• Added

    • Conduit.Util - commonly used functions for adapters

    ๐Ÿ”„ Changed

    • Adapters can now set the source of a message
  • v0.12.6 Changes

    September 09, 2018

    ๐Ÿ—„ 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)
  • v0.12.5 Changes

    August 05, 2018

    ๐Ÿ›  Fixes

    • Error message said subscribe instead of publish.
    • Raises error when duplicate routes are defined.
  • v0.12.4 Changes

    July 27, 2018

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix Elixir 1.7.0 warnings
  • v0.12.3 Changes

    July 14, 2018

    ๐Ÿ”„ Changed

    • Switched from uuid, to elixir_uuid to prevent conflict with uuid_erl, which uses also used uuid as it's app name and is commonly used in erlang packages.
  • v0.12.2 Changes

    June 25, 2018

    ๐Ÿ›  Fixes

    • Regression where plugs were executed in reverse order.