This repository has been archived by the owner on Apr 27, 2019. It is now read-only.
0.7.2.0
highlyunavailable
released this
04 Jan 22:22
·
40 commits
to master
since this release
- New APIs ported:
- Snapshot API. Requires >= Consul 0.7.1 to use.
- Keyring API. Requires >= Consul 0.7.2 to use.
- Agent Leave/Reload APIs. Requires >= Consul 0.7.2 to use.
- Added
TLSSkipVerify
andDeregisterCriticalServiceAfter
to the
AgentServiceCheck class. Requires >= Consul 0.7.0 to use. - Added
Health.AggregatedStatus()
extension method to any
IEnumerable<HealthCheck>
to roll up a set of checks. Can be used
with any version of Consul. - Renamed
CheckStatus
toHealthStatus
. This affects the
AgentServiceCheck
andAgentCheck
classes. - Changed the
Health.HealthCheck
Status
field to be of type
HealthStatus
instead ofstring
.