All Versions
41
Latest Version
Avg Release Cycle
16 days
Latest Release
-

Changelog History
Page 1

  • v4.0.0-beta.2 Changes

    ๐Ÿ›  Fixed

    • โœ‚ Removed humans, they weren't doing fine with animals.

    ๐Ÿ”„ Changed

    • Animals are now super cute, all of them.
  • v4.0.0-beta.1 Changes

    โž• Added

    • Introduced animals into the world, we believe they're going to be a neat addition.
  • v4.0.0-beta.0

  • v1.11.0 Changes

    November 24, 2020

    1.11.0 (2020-11-24)

    ๐Ÿ› Bug Fixes

    • โž• add generic type to processor (d4f6501)

    ๐Ÿ”‹ Features

    • โž• add name and return types to queue, worker and processor (4879715)
  • v1.10.0 Changes

    October 20, 2020

    1.10.0 (2020-10-20)

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘ท job: remove listeners before resolving promise (563ce92)
    • ๐Ÿ‘ท worker: continue processing if handleFailed fails. fixes #286 (4ef1cbc)
    • ๐Ÿ‘ท worker: fix memory leak on Promise.race (#282) (a78ab2b)
    • ๐Ÿ‘ท worker: setname on worker blocking connection (#291) (50a87fc)
    • โœ‚ remove async for loop in child pool fixes #229 (d77505e)

    ๐Ÿ”‹ Features

    • sandbox: kill child workers gracefully (#243) (4262837)
  • v1.9.0 Changes

    July 19, 2020

    1.9.0 (2020-07-19)

    ๐Ÿ”‹ Features

    • โž• add grouped rate limiting (3a958dd)
  • v1.8.14 Changes

    July 03, 2020

    1.8.14 (2020-07-03)

    ๐Ÿ› Bug Fixes

    • typescript: fix typings, upgrade ioredis dependencies (#220) (7059f20)
    • ๐Ÿ‘ท worker: return this.closing when calling close (b68c845)
  • v1.8.13 Changes

    June 05, 2020

    1.8.13 (2020-06-05)

    ๐Ÿ› Bug Fixes

    • redis-connection: run the load command for reused redis client (fab9bba)
  • v1.8.12 Changes

    June 04, 2020

    1.8.12 (2020-06-04)

    ๐Ÿ› Bug Fixes

    • โœ‚ remove unused options (23aadc3)
  • v1.8.11 Changes

    May 29, 2020

    1.8.11 (2020-05-29)

    ๐Ÿ› Bug Fixes

    • โฑ scheduler: remove unnecessary division by 4096 (4d25e95)