This repository has been archived by the owner on Apr 27, 2019. It is now read-only.
0.6.4.0
·
211 commits
to master
since this release
- Port in Consul 0.6.4 API since Consul 0.6.4 is now released, which was an
update toUpdateTTL
and a change of the term "fail" to "critical" - Fix a bug where the StatusCode was not being set correctly on some result
types. - Moved all the helper objects (
TTLStatus
,CheckStatus.Passing
, etc.) to
referencestatic readonly
instances to cut down on allocation and ease
comparison. - Marked AbortableLock obselete since
Thread.Abort
doesn't exist in DNXCore
and it's contrary to the Task philosophy to abort threads.