Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 1.0.0 (2021-05-03) ### Bug Fixes * add client heartbeat for more robust connections ([517129f](517129f)) * allow old versions to run but generate warning fix [#8](#8) ([3a0ccb9](3a0ccb9)) * better handling of queue cache fixes [#12](#12) ([75c9ede](75c9ede)) * better handling of queue cache fixes [#12](#12) ([d94ff5b](d94ff5b)) * close redis connection after getting queues. ([88159d3](88159d3)) * correct default value for the TLS option ([134a70d](134a70d)) * do not reconnect on errors to avoid double connections ([24aa108](24aa108)) * exit with error if missing token ([8720473](8720473)) * read package.json with proper path ([39f6d7f](39f6d7f)) * upgrade bull version ([8e021ee](8e021ee)) * upgrade dependencies ([d3807be](d3807be)) ### Features * add dockerfile ([ede57ec](ede57ec)) * add Dockerfile ([d221bb1](d221bb1)) * add get redis info support ([dc66204](dc66204)) * add job logs support ([f7f86d3](f7f86d3)) * add moveToFailed job command ([e7c64e6](e7c64e6)) * add pause, resume and isPaused commands ([cf34cc6](cf34cc6)) * add support for empty queues ([7928d5a](7928d5a)) * add support for getting jobs without data ([#19](#19)) ([f838f89](f838f89)) * add support for obliterate ([a7ca9a0](a7ca9a0)) * add support for prefixes ([7f56bba](7f56bba)) * add support for prefixes ([#18](#18)) ([0ec6e7a](0ec6e7a)) * add support for Redis Sentinel ([#15](#15)) ([870fce3](870fce3)) * add support for removing jobs, discarding, promoting, and retrying ([75a26ac](75a26ac)) * add support for TLS and teams ([6837da5](6837da5)) * send version to server ([3ccf451](3ccf451))
- Loading branch information