All Versions
9
Latest Version
Avg Release Cycle
73 days
Latest Release
2103 days ago

Changelog History

  • v0.7.2.6 Changes

    July 25, 2018
    • โž• Add meta dictionary to the service payloads of the agent API
  • v0.7.2.5 Changes

    June 27, 2018

    โž• Add ServiceMeta

  • v0.7.2.4 Changes

    January 25, 2018
    • ๐Ÿ›  Fix a few lock related bugs.
  • v0.7.2.3

    April 26, 2017
  • v0.7.2.2

    April 09, 2017
  • v0.7.2.1 Changes

    January 18, 2017

    2017-01-08

  • v0.7.2.0 Changes

    January 04, 2017
    • ๐Ÿ†• 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.
  • v0.7.0.5 Changes

    December 29, 2016
    • โž• Added missing nuget info to project.json. Thanks @latop2604!
  • v0.7.0.4 Changes

    December 20, 2016

    โž• Added a couple missing interfaces to IConsulClient. Thanks @chrishoffman!