Skip to content

Latest commit

 

History

History
38 lines (18 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

38 lines (18 loc) · 1.39 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.0.1 (2022-07-26)

Bug Fixes

  • worker: fix worker lock algorithm (ccf24ef)

4.0.0 (2021-09-03)

⚠ BREAKING CHANGES

  • resource keys are now prefixed by "locky:lock:" instead of "lock:resource:", "set" option is no longer available.

Features

  • allow prefix configuration (7eb9254)
  • worker: better watching with separated client (994bb83)

Bug Fixes

  • worker: more robust expiration worker (c744257)

3.0.0 (2021-09-02)

⚠ BREAKING CHANGES

  • createClient & startExpirationWorker

Features