exq v0.15.0 Release Notes

Release Date: 2021-07-19 // almost 3 years ago
  • โž• 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