Bee-Queue v1.3.0 Release Notes

Release Date: 2020-11-03 // over 3 years ago
  • 1.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