All Versions
9
Latest Version
Avg Release Cycle
73 days
Latest Release
2292 days ago
Changelog History
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, 20172017-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
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
.
- ๐ New APIs ported:
-
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!