1.33.0 (2024-12-04)
- add versioning support (46395df)
1.32.0 (2024-08-30)
1.31.5 (2024-08-30)
- prefix redis cache connection cache with checksum (72e3deb)
1.31.4 (2024-08-04)
- socket: make sure cache is updated before responding (8a5f8a1)
1.31.3 (2024-08-03)
- use a more compatible way to read package.json (73d6804)
1.31.2 (2024-07-06)
- fix package.json loading (9998df3)
1.31.1 (2024-07-04)
- upgrade dependencies for security patches (f433335)
1.31.0 (2024-06-10)
- upgrade to latest bull and bullmq (955f968)
1.30.0 (2024-06-10)
- add support for specifying queue names programatically (71adc07)
1.29.0 (2024-06-10)
- add support for specifying queue names (aae22c5)
1.28.2 (2024-06-09)
- queue-factory: slightly larger defaults for queue discovery iterations (1df5ff8)
1.28.1 (2024-06-09)
- queue-factory: use type for faster queue discovery (150c1e1)
1.28.0 (2024-05-20)
- add response time to logs (9b461f7)
1.27.2 (2024-05-20)
- improve scan max count (dfaec16)
1.27.1 (2024-05-20)
- ws: log send errors (4726f7b)
1.27.0 (2024-05-20)
- add support for getWorkersCount (f07db90)
- better logs when getting connection (4dee10f)
- upgrade bull and bullmq dependencies (67235bf)
1.26.0 (2023-12-21)
- add support for bullmq flows (42281f9)
1.25.1 (2023-11-17)
- correctly discover queues in redis clusters (781e963)
1.25.0 (2023-11-05)
- add support for env var REDIS_NODES (ec32ad6)
1.24.5 (2023-08-08)
- use different connections for bull and bullmq (a7ebf24)
1.24.4 (2023-08-08)
- upgrade bull and bullmq (30e7b38)
1.24.3 (2023-05-16)
- cmdline: fix teams and nodes options (7981945)
1.24.2 (2023-05-16)
- bullmq: call clean with correct arguments (0822374)
1.24.1 (2023-04-20)
- pick username from Connection options (57fd2f5)
1.24.0 (2023-04-20)
- add support for queue integrations (f8d2067)
1.23.0 (2023-04-12)
- add bullmq support (1ff070b)
1.22.0 (2023-03-24)
- add sentinel password support (3ee89e0)
1.21.2 (2023-03-10)
- better error handling (6981600)
1.21.1 (2023-01-23)
- queues: use scan instead of keys fixes taskforcesh/issues#65 (3c017ec)
1.21.0 (2023-01-23)
- support custom backend programmatically (87a0e60)
1.20.0 (2022-06-09)
- add experimental support to redis cluster (e0e12bb)
1.19.0 (2022-05-31)
- add ping support (3805b5a)
1.18.0 (2022-03-23)
1.17.0 (2022-02-04)
- add support for retry all failed jobs (f61db93)
1.16.0 (2022-01-29)
- correct new version check (f3b6437)
- commands: add support for clean (a56eadb)
1.15.0 (2021-07-10)
- add job#update and queue#add methods (e1d7e15)
1.14.2 (2021-06-29)
- package: add prepare script (bc7f7c0)
1.14.1 (2021-06-29)
- remove socket.d.ts from dist (a7dfceb)
1.14.0 (2021-06-29)
- support using connector as a library (fe07e2b)
- 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)
- 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)