Skip to content

vpy1.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Dec 04:28
· 537 commits to master since this release

Feature

  • sandboxes: Use the more compatible dynamic import instead of require (6d2fe6e)

Fix

  • retry: Pass right redis command name into retryJob script (#2321) [python] (6bb21a0)
  • child-processor: Preserve dynamic imports in commonjs (d97a5e0)
  • flows: Add meta key to queues created with flows (272ec69)
  • repeat-strategy: Add missing Promise return type (#2301) (6f8f534)
  • worker: Get dirname by using module.filename (#2296) fixes #2288 (6e4db5a)
  • update-progress: Remove old updateProgress script to prevent conflict (#2298) (python) (e65b819)
  • worker: Should cap update progress events (2cab9e9)

Documentation