All Versions
40
Latest Version
Avg Release Cycle
58 days
Latest Release
701 days ago
Changelog History
Page 1
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
- Deprecation warning for
-
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.