Consul.NET v0.7.2.0 Release Notes

Release Date: 2017-01-04 // over 7 years ago
    • ๐Ÿ†• 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.