Skip to content

v7.0.0

Choose a tag to compare

@AVVS AVVS released this 05 Jan 17:34
· 29 commits to master since this release
ef94761

7.0.0 (2018-01-05)

major

  • node 8.9.0+ & semaphore feature (977019a)

BREAKING CHANGES

  • starts using native async/await requiring node >= 8.9.0
  • feat: semaphore. Leverage existing distributed lock to sequentially
    grant passage to branches of code
  • chore: use semantic-release for automatic deploys