All Versions
17
Latest Version
Avg Release Cycle
95 days
Latest Release
1076 days ago

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 and redis_timeout are now removed.

    โž• Added

    ๐Ÿ”„ Changed

  • 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.
  • v0.12.0 Changes

    July 12, 2018

    ๐Ÿ›  Fixed

    • ๐Ÿ”„ Change uuid to elixir_uuid which has been renamed. This will prevent future namespace clashes by @tzilist.
  • 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.