Skip to content

v0.6.2

Choose a tag to compare

@tristanls tristanls released this 11 Dec 00:01
· 23 commits to master since this release

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.