Skip to content

Latest commit

 

History

History
276 lines (134 loc) · 13.8 KB

CHANGELOG.md

File metadata and controls

276 lines (134 loc) · 13.8 KB

1.31.0 (2024-06-10)

Features

  • upgrade to latest bull and bullmq (955f968)

1.30.0 (2024-06-10)

Features

  • add support for specifying queue names programatically (71adc07)

1.29.0 (2024-06-10)

Features

  • add support for specifying queue names (aae22c5)

1.28.2 (2024-06-09)

Bug Fixes

  • queue-factory: slightly larger defaults for queue discovery iterations (1df5ff8)

1.28.1 (2024-06-09)

Bug Fixes

  • queue-factory: use type for faster queue discovery (150c1e1)

1.28.0 (2024-05-20)

Features

  • add response time to logs (9b461f7)

1.27.2 (2024-05-20)

Bug Fixes

1.27.1 (2024-05-20)

Bug Fixes

1.27.0 (2024-05-20)

Features

  • add support for getWorkersCount (f07db90)
  • better logs when getting connection (4dee10f)
  • upgrade bull and bullmq dependencies (67235bf)

1.26.0 (2023-12-21)

Features

  • add support for bullmq flows (42281f9)

1.25.1 (2023-11-17)

Bug Fixes

  • correctly discover queues in redis clusters (781e963)

1.25.0 (2023-11-05)

Features

  • add support for env var REDIS_NODES (ec32ad6)

1.24.5 (2023-08-08)

Bug Fixes

  • use different connections for bull and bullmq (a7ebf24)

1.24.4 (2023-08-08)

Bug Fixes

  • upgrade bull and bullmq (30e7b38)

1.24.3 (2023-05-16)

Bug Fixes

  • cmdline: fix teams and nodes options (7981945)

1.24.2 (2023-05-16)

Bug Fixes

  • bullmq: call clean with correct arguments (0822374)

1.24.1 (2023-04-20)

Bug Fixes

  • pick username from Connection options (57fd2f5)

1.24.0 (2023-04-20)

Bug Fixes

  • cli: correct newest version reporting (949dabb)
  • upgrade bull and bullmq packages (72fd1f2)

Features

  • add support for queue integrations (f8d2067)

1.23.0 (2023-04-12)

Features

1.22.0 (2023-03-24)

Features

  • add sentinel password support (3ee89e0)

1.21.2 (2023-03-10)

Bug Fixes

1.21.1 (2023-01-23)

Bug Fixes

1.21.0 (2023-01-23)

Features

  • support custom backend programmatically (87a0e60)

1.20.0 (2022-06-09)

Features

  • add experimental support to redis cluster (e0e12bb)

1.19.0 (2022-05-31)

Bug Fixes

Features

1.18.0 (2022-03-23)

Features

  • add real-time metrics support. Fix #46. (7b65ee5)

1.17.0 (2022-02-04)

Features

  • add support for retry all failed jobs (f61db93)

1.16.0 (2022-01-29)

Bug Fixes

  • correct new version check (f3b6437)

Features

  • commands: add support for clean (a56eadb)

1.15.0 (2021-07-10)

Features

  • add job#update and queue#add methods (e1d7e15)

1.14.2 (2021-06-29)

Bug Fixes

  • package: add prepare script (bc7f7c0)

1.14.1 (2021-06-29)

Bug Fixes

  • remove socket.d.ts from dist (a7dfceb)

1.14.0 (2021-06-29)

Features

  • support using connector as a library (fe07e2b)

v1.13.0 and previous versions (2021-05-03)

Bug Fixes

  • add client heartbeat for more robust connections (517129f)
  • allow old versions to run but generate warning fix #8 (3a0ccb9)
  • better handling of queue cache fixes #12 (75c9ede)
  • better handling of queue cache fixes #12 (d94ff5b)
  • close redis connection after getting queues. (88159d3)
  • correct default value for the TLS option (134a70d)
  • do not reconnect on errors to avoid double connections (24aa108)
  • exit with error if missing token (8720473)
  • read package.json with proper path (39f6d7f)
  • upgrade bull version (8e021ee)
  • upgrade dependencies (d3807be)

Features

  • add dockerfile (ede57ec)
  • add Dockerfile (d221bb1)
  • add get redis info support (dc66204)
  • add job logs support (f7f86d3)
  • add moveToFailed job command (e7c64e6)
  • add pause, resume and isPaused commands (cf34cc6)
  • add support for empty queues (7928d5a)
  • add support for getting jobs without data (#19) (f838f89)
  • add support for obliterate (a7ca9a0)
  • add support for prefixes (7f56bba)
  • add support for prefixes (#18) (0ec6e7a)
  • add support for Redis Sentinel (#15) (870fce3)
  • add support for removing jobs, discarding, promoting, and retrying (75a26ac)
  • add support for TLS and teams (6837da5)
  • send version to server (3ccf451)