This repository was archived by the owner on Mar 16, 2024. It is now read-only.
Releases: BrunoBernardino/lockdb
Releases · BrunoBernardino/lockdb
Release list
v0.2.2
Updated Deno and dependencies. Smaller binaries!
Full Changelog: 0.2.1...0.2.2
v0.2.1
v0.2.0
LockDB now supports acting on multiple locks at once when locking, unlocking, and checking for locks.
v0.1.1
v0.1.0
Breaking changes:
locknow always waits for a lock to become available (defaults to 30 seconds of max wait time), and throws aTimeoutErrorif it can't obtain it.--lock-expiration-in-msis now--lock-expiration-in-sfor CLI'slock, defaulting from300000to300.- Similarly, in the JS
.lock()method,lockExpirationInMsis nowlockExpirationInSeconds, defaulting from300_000to300.
v0.0.8
v0.0.6
Add --help to CLI, as well as short aliases to all arguments.
v0.0.2
Initial (subject to breaking changes) client API.