All Versions
12
Latest Version
Avg Release Cycle
210 days
Latest Release
1302 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.4.0 Changes
May 19, 2021 -
v1.3.0 Changes
November 03, 20201.3.0 (2020-11-03)
๐ Features
- implement Queue#saveAll feature (#198) (851f09d)
- ๐ support custom strategies on a queue (#134) (926de9d)
- types: add generics to type definitions (a565d3d)
- types: add isRunning (c488385)
- types: add ready handler (32c4b1e)
๐ Bug Fixes
- backoff: allow no delay arg when setting immediate strategy (#154) (6f1d62f)
- queue: remove error event listener on close (#231) (36b4904)
- โ removeJob: remove job from stored jobs (#230) (a8c9d87)
- types: support progress events using arbitrary data (#140) (bc8aa52)
- types: update createJob handler for consistency (b71a993)
- types: update redis option type (#290) (e80c51d)
- types: update type declaration (#252) (1dce7ca)
- ๐ misc edge case fixes (a2df983)
- ๐ update typescript declarations and add documentation (#187) (cec1498), closes #138
-
v1.2.2 Changes
January 25, 2018- โก๏ธ Update Typescript type definitions (thanks @brickyang for #98).
-
v1.2.1 Changes
January 15, 2018- โก๏ธ Update Typescript type definitions (thanks @brickyang for #94).
-
v1.2.0 Changes
January 10, 2018- โ Add Typescript type definitions (thanks @pbadenski for #80 and @martinwepner for #89).
-
v1.1.0 Changes
August 12, 2017๐ New minor release. Adds a small feature that reduces Redis overhead for larger deployments, and makes it possible to avoid issues Queue publishing issues (from one Queue to another) while gracefully shutting down.
- ๐ Support sharing the redis command client between Queues.
- โ Add documentation, add tests for expected behavior.
-
v1.0.0 Changes
August 10, 2017๐ This release significantly overhauls bee-queue, adding promise support, fixing race conditions, improving tests, and adding new features (delayed jobs) and performance flags (storeJobs). It should be nearly backwards-compatible, as it continues to support callbacks.
- โฌ๏ธ Upgrade node-redis to 2.7.1
โ Note that redis connection options now match the latest redis. - ๐ท Implement delayed jobs
- ๐ Implement fixed, exponential backoff strategies
- โ Add promise support
- ๐ Fix race conditions in tests
- โ Add new performance settings
- ๐ท Emit stalled event for stalled jobs
- Implement graceful shutdown
- ๐ Support user-specified jobids (should be non-numeric)
- โ Add timeout, stacktraces to job options
- โฌ๏ธ Upgrade node-redis to 2.7.1
-
v0.3.0 Changes
September 07, 2015- Bump node-redis dependency to 1.0.0