All Versions
12
Latest Version
Avg Release Cycle
210 days
Latest Release
1087 days ago

Changelog History
Page 1

  • v1.4.0 Changes

    May 19, 2021

    ๐Ÿ”‹ Features

    • ๐Ÿ‘ท job: store progress with the whole job data (#339) (6df8b5a)

    ๐Ÿ› Bug Fixes

  • v1.3.1 Changes

    November 04, 2020

    1.3.1 (2020-11-04)

    ๐Ÿ› Bug Fixes

    • scale: bound unpack arguments count (#297) (4108e5e)
    • types: fix typescript definitions errors (#311) (3bc3f31)
  • v1.3.0 Changes

    November 03, 2020

    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
  • v1.2.3 Changes

    January 28, 2020
    • ๐Ÿ‘ Allow arbitrary values for progress (#109).
    • ๐Ÿ›  Fix cleanup of event redis client (#178).
    • ๐Ÿ›  Fix bluebird warning spam (#85).
    • โšก๏ธ Update Typescript definition for Queue#close method (#180).
    • โœ‚ Remove Node 4, 6 from CI (#156, 223151c).
  • 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
  • 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
  • v0.3.0 Changes

    September 07, 2015
    • Bump node-redis dependency to 1.0.0