All Versions
17
Latest Version
Avg Release Cycle
95 days
Latest Release
734 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.