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

Changelog History
Page 5

  • v1.0.0 Changes

    October 20, 2019

    ๐Ÿ› Bug Fixes

    • โž• add compilation step before running tests (64abc13)
    • โž• add extra client to worker fixes #34 (90bd891)
    • โž• add missing dependency (b92e330)
    • check closing after resuming from pause (7b2cef3)
    • 0๏ธโƒฃ default opts (333c73b)
    • do not block if blockTime is zero (13b2df2)
    • do not exec if closing (b1d1c08)
    • do not trim if maxEvents is undefined (7edd8f4)
    • ๐Ÿ‘ท emit wait event in add job (39cba31)
    • ๐Ÿ›  fix a couple of job tests (e66b97b)
    • ๐Ÿ›  fix compiling error (3cf2617)
    • ๐Ÿ›  fix more tests (6a07b35)
    • ๐Ÿ›  fix progress script (4228e27)
    • ๐Ÿ›  fix retry functionality (ec41ea4)
    • ๐Ÿ›  fix several floating promises (590a4a9)
    • ๐Ÿ›  fixed reprocess lua script (b78296f)
    • ๐Ÿ‘Œ improve concurrency mechanism (a3f6148)
    • ๐Ÿ‘Œ improve disconnection for queue events (56b53a1)
    • ๐ŸŽ‰ initialize events comsumption in constructor (dbb66cd)
    • ๐Ÿ‘‰ make ioredis typings a normal dependency (fb80b90)
    • ๐Ÿ›  minor fixes (7791cda)
    • ๐Ÿ“œ parse progres and return value in events (9e43d0e)
    • properly emit event for progress (3f70175)
    • โฌ‡๏ธ reduce drain delay to 5 seconds (c6cfe7c)
    • โœ‚ remove buggy close() on redis-connection (fixes 5 failing tests) (64c2ede)
    • โœ‚ remove unused dependencies (34293c8)
    • replace init by waitUntilReady (4336161)
    • reworked initialization of redis clients (c17d4be)
    • ๐Ÿ›  several fixes to make the lib work on other ts projects (3cac1b0)
    • throw error messages instead of codes (9267541)
    • โšก๏ธ update tests after merge (51f75a4)
    • ๐Ÿ‘ท wait until ready before trying to get jobs (f3b768f)
    • connections: reused connections (1e808d2)
    • waitUntilFinished improvements (18d4afe)

    ๐Ÿ”‹ Features

    • โž• add cleaned event (c544775)
    • โž• add empty method (4376112)
    • โž• add retry errors (f6a7990)
    • โž• add script to generate typedocs (d0a8cb3)
    • โž• add some new tests for compat class, more minor fixes (bc0f653)
    • โž• add support for adding jobs in bulk (b62bddc)
    • โž• add trimEvents method to queue client (b7da7c4)
    • automatically trim events (279bbba)
    • ๐Ÿ›  emit global stalled event fixes #10 (241f229)
    • ๐Ÿ‘ท get rid of Job3 in favor of bullmq Job class (7590cea)
    • ๐Ÿ›  implement close in redis connection fixes #8 (6de8b48)
    • ๐Ÿ‘‰ make delay in backoffs optional (30d59e5)
    • ๐Ÿšš move async initialization to constructors (3fbacd0)
    • port a lot of functionality from bull 3.x (ec9f3d2)
    • port more features from bull 3.x (75bd261)
    • โœ… ported tests and functionality from bull 3 (1b6b192)
    • ๐Ÿ‘ท workers: support for async backoffs (c555837)
    • โœ‚ remove support of bull3 config format in compat class (d909486)
    • ๐Ÿ‘Œ support global:progress event (60f4d85)
    • trim option to event stream #21 & fix #17 (7eae653)