All Versions
17
Latest Version
Avg Release Cycle
95 days
Latest Release
1076 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.13.0 Changes
January 21, 2019[0.13.0] - 2019-01-21
โ Removed
- ๐ Due to library dependencies, support for Elixir 1.3, Elixir 1.4 and OTP 18.0, OTP 19.0 has been removed.
- ๐ Redix version older than 0.8.1 is no longer supported.
- Config options
reconnect_on_sleep
andredis_timeout
are now removed.
โ Added
- ๐ Support for Redix >= 0.8.1 by @ryansch and @ananthakumaran.
- ๐ง Configuration for Mix Format by @chulkilee.
- ๐ Use :microsecond vs :microseconds by @KalvinHom.
๐ Changed
- Redis options are now passed in via
redis_options
by @ryansch and @ananthakumaran. - โ Removed redix_sentinel dependency, now supported by new Redix version by @ananthakumaran.
-
v0.12.2 Changes
October 14, 2018[0.12.2] - 2018-10-14
๐ Fixed
- Don't assume redis_opts is enumerable by @ryansch
โ Added
- โ Add {:system, VAR} format support for more config params by @LysanderGG
- ๐ Allow setting mode to both [:enqueuer, :api] by @buob
๐ Changed
- Specify less than 0.8.0 on redix version in mix.exs by @buob
-
v0.12.1 Changes
July 13, 2018๐ Fixed
- Cleanup packaging for
elixir_uuid
change.
- Cleanup packaging for
-
v0.12.0 Changes
July 12, 2018๐ Fixed
- ๐ Change
uuid
toelixir_uuid
which has been renamed. This will prevent future namespace clashes by @tzilist.
- ๐ Change
-
v0.11.0 Changes
May 12, 2018โ Added
- ๐ท Trim dead jobs queue after certain size by @ananthakumaran.
- โ Add an api to list all subscriptions (active queues) by @robobakery.
- ๐ท Have top supervisor wait for worker drainer to gracefully terminate @frahugo.
-
v0.10.1 Changes
February 11, 2018๐ Fixed
- ๐ Fix retry for Sidekiq job format using retry => true by @deepfryed.
-
v0.10.0 Changes
February 11, 2018๐ Fixed
- โ Remove Password logging by @akira.
โ Added
- ๐ Redis Sentinel support by @ananthakumaran.
- ๐ง Make redis module name and start_link args configurable @ananthakumaran.