Releases: jordansjones/Draft
Releases · jordansjones/Draft
v1.0.8
v1.0.7.1
- Fixed: Assembly version should match Nuget package version
v1.0.7
- New: EndpointPool.Build()..WithHttpReadTimeout() - Set timeout for HTTP GET requests
- Fixed: NullReferenceException thrown in certain HTTP timeout conditions is now EtcdTimeoutException
v1.0.6.1
Change: Updated build.cake
to support deploying symbol package
v1.0.6
Change: Watch
and WatchOnce
now use an Infinite timeout
v1.0.5
Change: Updated Flurl dependency from 1.0.10 to 2.4.0
Change: Updated Flurl.Http dependency from 0.7.0 to 1.2.0
Change: Updated Newtonsoft.Json dependency from 6.0.8 to 10.0.3
v1.0.4
Fixed: When an Exception
is thrown during a Watch
operation, call OnError
on the observable instead of throwing NotImplementedException
v1.0.3
- Fixed: All Exceptions are now
[Serializable]
v1.0.2
- New:
IEtcdClient.Cluster.GetHealth()
- Retrieve the health status of the etcd cluster.
v1.0.1.1
- Fixed: Updated nuspec dependency versions for Flurl and Flurl.Http