All Versions
54
Latest Version
Avg Release Cycle
41 days
Latest Release
3024 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