Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Jul 16:32
· 4 commits to master since this release

3.0.0 (2025-07-11)

  • feat(withLock)!: support scope array (17eb563)

BREAKING CHANGES

  • the signatures of withLock and related methods now receive a scope array instead of scope and key.
    To update to the new version, modify your usages of withLock and related methods from withLock(scope, key, callback) to withLock([scope, key], callback).
    Methods with updated signatures: withLock, isLockActive, acquireLock, waitForLockRelease.