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

Changelog History
Page 1

  • v0.16.2 Changes

    April 15, 2022

    ➕ Added

    • 🚦 API to send signal to worker nodes by @ananthakumaran ### 🔄 Changed

    🛠 Fixed

    • 🛠 Fixed typos #464 by @kianmeng
  • v0.16.1 Changes

    December 13, 2021

    ➕ Added

    🔄 Changed

    🛠 Fixed

    • 🛠 Fix @doc redefined warnings #463 by deepfryed
  • v0.16.0 Changes

    December 12, 2021

    ⬆️ NOTE: Please read PR #458 for upgrade instructions.

    ➕ Added

    • ➕ Add retried_at field for Sidekiq compatibility #450 by @ananthakumaran
    • ➕ Add apis to support exq_ui #452 by @ananthakumaran
    • ➕ Add documentation about mode: :enqueuer and Exq.Enqueuer.queue_in #456 by @dbernheisel
    • ➕ Add api to immediately enqeueue jobs from retry/scheduled queue #461 by @ananthakumaran
    • ➕ Add api to re-enqueue dead job #462 by @ananthakumaran

    🔄 Changed

    • ➕ Add Sidekiq 5 compatibility #458 by @ananthakumaran
    • 💅 Use latest Phoenix child spec style #459 by @vovayartsev
    • 🗄 Replace deprecated supervisor calls #453 by @vkuznetsov

    🛠 Fixed

    • 🖐 Handle timeouts on middleware pipeline #444 by @ananthakumaran
    • ⏱ Use the correct scheduled time for enqueued_at field for mock #449 by @ananthakumaran
  • v0.15.0 Changes

    July 19, 2021

    ➕ Added

    • ➕ Add dequeue behavior for ability to implement things like concurrency control #421 by @ananthakumaran
    • 📚 Api Module Documentation #440 by @kevin-j-m

    🔄 Changed

    • 🐎 Use Lua script to schedule job for better performance and memory leak fix #427 by @ananthakumaran
    • 🛠 Logging fixes #429 by @rraub
    • 😌 Relax poison dependency #431 by @ananthakumaran
    • 👉 Use github actions instead of Travis #433 by @ananthakumaran
    • 🤡 Use the same same module conversion logic in mock as well #434 by @ananthakumaran
    • 👷 use Task instead of spawn_link for starting workers #436 by @mitchellhenke

    🛠 Fixed

    • 👷 re-enqueue unfinished jobs to the beginning of queue on restart #424 by @ananthakumaran
    • 🛠 Fix for sentinel 0.11.0+ #428 by @ananthakumaran
    • 🛠 Fixes for generated HTML docs by #442 @kianmeng
  • v0.14.0 Changes

    August 08, 2020

    [0.14.0] - 2020-08-08

    ➕ Added

    • 🍱 Node heartbeat functionality for dynamic environments #392 by @ananthakumaran (disabled by default) 👏 🎆
    • 🍱 Exq telemetry events #414 by @hez
    • 👍 Allow custom job IDs #417 by @bradediger ❇️

    🔄 Changed

    🛠 Fixed

  • v0.13.5 Changes

    January 01, 2020

    [0.13.5] - 2020-01-01

    ➕ Added

  • v0.13.4 Changes

    November 04, 2019

    [0.13.4] - 2019-11-3

    🛠 Fixed

  • v0.13.3 Changes

    June 16, 2019

    [0.13.3] - 2019-06-16

    ➕ Added

    • 🖐 Handle AWS Elasticache Redis DNS failover. This ensures persistent connections are shutdown, forcing a reconnect in scenarios where a Redis node in a HA cluster is switched to READONLY mode by @deepfryed.
  • v0.13.2 Changes

    March 15, 2019

    [0.13.2] - 2019-03-15

    🛠 Fixed

    • 🛠 Fix json_library issue #369 needing addition to config file. Add default value.
  • v0.13.1 Changes

    February 24, 2019

    [0.13.1] - 2019-02-24

    ➕ Added

    • 👌 Support for configurable JSON parser, with Jason as default by @chulkilee.

    🛠 Fixed

    • ✂ Remove redundant time output for worker log by @akira.
    • 🛠 Fix deprecated time warning by @gvl.