Skip to content

Latest commit

 

History

History
68 lines (44 loc) · 870 Bytes

HISTORY.md

File metadata and controls

68 lines (44 loc) · 870 Bytes

v1.8.0

  • Support for connecting to sentinels

v1.7.1

  • chore: upgrade all dependencies

v1.7.0

  • feat: add pause, resume and isPaused commands
  • feat: send version to server

v1.6.0

  • feat: get redis info support

v1.5.0

  • feat: add moveToFailed command

v1.4.4

  • fix: fix queues cache fixes #12

v1.1.1

  • fix: close redis connection after getting queues.

v1.1.0

  • feat: add support for removing scheduled jobs.
  • feat: add support for removing, promoting, retrying and discarding jobs.

v1.0.5

  • chore: replace npmview by latest-version

v1.0.4

  • fix: read package.json with proper path

v1.0.3

  • exit with error if missing token option

v1.0.2

  • add database selection option.

v1.0.1

  • fix password option for redis connections.

v1.0.0

  • Initial Version