Skip to content

Releases: bee-queue/bee-queue

v1.7.1

11 Nov 18:15
Compare
Choose a tag to compare

1.7.1 (2023-11-11)

Bug Fixes

  • fixed the type for job.save function (#719) (77a5dac)

v1.7.0

06 Nov 16:01
Compare
Choose a tag to compare

1.7.0 (2023-11-06)

Features

v1.6.0

02 Nov 01:53
Compare
Choose a tag to compare

1.6.0 (2023-11-02)

Features

v1.5.0

28 Nov 22:56
Compare
Choose a tag to compare

1.5.0 (2022-11-28)

Features

  • tests: add docker-test.sh for running tests in a Docker container (#554) (1932b39)

Bug Fixes

v1.4.3

23 Nov 00:40
Compare
Choose a tag to compare

1.4.3 (2022-11-23)

Bug Fixes

  • queues stop working when there are more than 8k jobs with the same timestamp (#550) (28ca743)

v1.4.2

22 Nov 17:58
Compare
Choose a tag to compare

1.4.2 (2022-11-22)

Bug Fixes

v1.4.1

22 Nov 17:19
Compare
Choose a tag to compare

1.4.1 (2022-11-22)

Bug Fixes

  • If the brpoplpush commands fails, wait before retrying (#162) (657eb1f)

v1.4.0

19 May 11:17
Compare
Choose a tag to compare

1.4.0 (2021-05-19)

Features

  • job: store progress with the whole job data (#339) (6df8b5a)

Bug Fixes

v1.3.1

04 Nov 01:20
Compare
Choose a tag to compare

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

03 Nov 00:01
Compare
Choose a tag to compare

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