All Versions
54
Latest Version
Avg Release Cycle
41 days
Latest Release
3023 days ago

Changelog History
Page 1

  • v10.0.4

    January 14, 2016
  • v0.11.6 Changes

    June 02, 2017
    • ๐Ÿ›  Fix a bug that might cause job to stuck in inactive state, #1060
    • โž• add id param validation in Job.get(), #990
    • ๐Ÿ‘ Allow override of promotion lockTtl, #1018
    • โž• Add support for querystring on redis URL, #1013
    • โž• Add delay to custom back off function, #984
    • โž• Add prefix as a parameter for kue-dashboard, #1028
    • ๐Ÿ‘ Allow exponential backoff to cap its delay at an specified maximum, #1029
    • ๐Ÿ“š Minor documentation updates
  • v0.11.5 Changes

    November 05, 2016
    • ๐Ÿ›  Fix even more redis command callbacks
    • ๐Ÿ›  Fix redis commands SLC integration #978
  • v0.11.4 Changes

    October 21, 2016
    • โž• adding reds module to optional dependencies
  • v0.11.3 Changes

    October 21, 2016
    • ๐Ÿ›  Fix making reds module optional, #969
  • v0.11.2 Changes

    October 14, 2016
    • โšก๏ธ Update packages to remove CVEs, #932
    • ๐Ÿ‘‰ Make reds an optional dependency, #922
    • โœ‚ Remove unnecessary dependency to lodash-deep, #921
    • ๐Ÿ”ฆ Expose shutdown in process worker ctx, #912
    • โž• Add ioredis support to watchStuckJobs, #884
  • v0.11.1 Changes

    June 14, 2016
    • โฌ†๏ธ Upgrade redis to 2.6
    • โž• Add switch for each job event
  • v0.11.0 Changes

    May 13, 2016
    • ๐Ÿ‘ฎ force node_redis version to 2.4.x, Closes #857
    • ๐Ÿ‘ท Converting Job ids back into integers, #855
    • ๐Ÿ›  Fix LPUSH crash during shutdown, #854
    • Install kue-dashboard script, #853
    • โž• Add start event to documentation, #841
    • โž• Add parameter for testMode.enter to continue processing jobs, #821
    • ๐Ÿ‘ Modern Node.js versions support, #812
    • ๐Ÿ‘ท Don't start the next job until the current one is totally finished, Closes #806
    • ๐Ÿ‘ท Store multiple instances of jobs in jobs id map to emit events for all, #750
  • v0.10.6 Changes

    April 27, 2016

    Redis Cluster fix, Closes #861

  • v0.10.5 Changes

    April 02, 2016
    • ๐Ÿ‘ท Attempts surpassing max attempts on delay jobs upon failure, resulting in infinite retries, Fixes #797
    • โž• Add yargs dependency for kue-dashboard, #796