You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release corrects a regression. lockAcquiredTimeUnixMs, required for trustLocalTime configuration option to function correctly, is once again saved as required.
Re-adds erroneously removed fencingToken property on an acquired FailOpen lock.
Reported problems:
This version does not store lockAcquiredTimeUnixMs property when trustLocalTime configuration options is selected. Upgrading to v0.7.2 resolves the problem.
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.
It is now safe to not provide heartbeatTimeoutMs when constructing a FailOpen lock. Previously, omitting heartbeatTimeoutMs when creating a FailOpen lock would result in executing FailClosed lock release protocol on lock.release() invocation.