Releases: tristanls/dynamodb-lock-client
v0.7.3
v0.7.2
v0.7.1
v0.7.0
Using locks on DynamoDB tables that require a sort key is now supported.
Reported problems:
This version erroneously removed fencingToken
property from an acquired FailOpen lock. Upgrading to v0.7.1 resolves the problem.
This version does not store lockAcquiredTimeUnixMs
property when trustLocalTime
configuration options is selected. Upgrading to v0.7.2 resolves the problem.
v0.6.3
v0.6.2
v0.6.1
v0.6.0
aws-sdk
is now a peerDependency
instead of a devDependency
per discussion in #19.
Reported problems:
This version fails when validating configuration, rendering the module unsuable. Upgrading to v0.6.1 resolves the problem.
Contributing factor to the failure was the use of outdated @hapi/joi
calling convention.
v0.5.3
Upgraded @hapi/joi
dependency to v16
which should be browser compatible.
Reported problems:
This version fails when validating configuration, rendering the module unsuable. Upgrading to v0.6.1 resolves the problem.
Contributing factor to the failure was the use of outdated @hapi/joi
calling convention.