async v1.2.0 Release Notes

  • ๐Ÿ†• New Features:

    • โž• Added timesLimit (#743)
    • concurrency can be changed after initialization in queue by setting q.concurrency. The new concurrency will be reflected the next time a task is processed. (#747, #772)

    ๐Ÿ› Bug Fixes:

    • ๐Ÿ›  Fixed a regression in each and family with empty arrays that have additional properties. (#775, #777)