Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Releases: BrunoBernardino/lockdb

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 24 Feb 20:49
83557b2

Updated Deno and dependencies. Smaller binaries!

Full Changelog: 0.2.1...0.2.2

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 13 Jan 12:00
62ea520

Updated Deno.

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Nov 12:43
62ea520

LockDB now supports acting on multiple locks at once when locking, unlocking, and checking for locks.

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 13 Sep 16:05
3cfc59d

New -v / --version command option.

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Sep 14:57
dbe6d50

Breaking changes:

  • lock now always waits for a lock to become available (defaults to 30 seconds of max wait time), and throws a TimeoutError if it can't obtain it.
  • --lock-expiration-in-ms is now --lock-expiration-in-s for CLI's lock, defaulting from 300000 to 300.
  • Similarly, in the JS .lock() method, lockExpirationInMs is now lockExpirationInSeconds, defaulting from 300_000 to 300.

v0.0.8

Choose a tag to compare

@github-actions github-actions released this 03 Sep 11:44
3b9bb7b

CI and documentation improvements.

v0.0.6

Choose a tag to compare

@github-actions github-actions released this 03 Sep 11:25
4471480

Add --help to CLI, as well as short aliases to all arguments.

v0.0.2

Choose a tag to compare

@BrunoBernardino BrunoBernardino released this 02 Sep 08:17
0c512df

Initial (subject to breaking changes) client API.