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

Tags: PlayFab/consuldotnet

Tags

0.7.2.6

Toggle 0.7.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Consul.csproj

0.7.2.5

Toggle 0.7.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix version (#118)

* Update appveyor.yml
* Update Consul.csproj

0.7.2.4

Toggle 0.7.2.4's commit message
update version

0.7.2.2

Toggle 0.7.2.2's commit message
0.7.2.2

Add missing reload for IAgentEndpoint

0.7.2.1

Toggle 0.7.2.1's commit message
Merge branch 'feature/reconfigure' into develop

0.7.2.1-alpha1

Toggle 0.7.2.1-alpha1's commit message
Update project json version

0.7.2.0

Toggle 0.7.2.0's commit message
0.7.2.0

* 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`.