Skip to content
This repository has been archived by the owner on Apr 27, 2019. It is now read-only.

0.7.2.0

Compare
Choose a tag to compare
@highlyunavailable 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 and DeregisterCriticalServiceAfter 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 to HealthStatus. This affects the
    AgentServiceCheck and AgentCheck classes.
  • Changed the Health.HealthCheck Status field to be of type
    HealthStatus instead of string.