Skip to content

Releases: jordansjones/Draft

v1.0.8

16 Aug 22:26
2eddfaf
Compare
Choose a tag to compare
  • New: IGetRequest.WithTimeout - Set HTTP timeout on per-request basis

v1.0.7.1

09 Aug 22:49
Compare
Choose a tag to compare
  • Fixed: Assembly version should match Nuget package version

v1.0.7

09 Aug 21:43
cb0e5d1
Compare
Choose a tag to compare
  • 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

03 Aug 01:51
Compare
Choose a tag to compare

Change: Updated build.cake to support deploying symbol package

v1.0.6

02 Aug 19:27
Compare
Choose a tag to compare

Change: Watch and WatchOnce now use an Infinite timeout

v1.0.5

26 Jul 00:08
Compare
Choose a tag to compare

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

19 Sep 20:09
Compare
Choose a tag to compare

Fixed: When an Exception is thrown during a Watch operation, call OnError on the observable instead of throwing NotImplementedException

v1.0.3

24 Aug 20:48
Compare
Choose a tag to compare
  • Fixed: All Exceptions are now [Serializable]

v1.0.2

01 Aug 19:12
Compare
Choose a tag to compare
  • New: IEtcdClient.Cluster.GetHealth() - Retrieve the health status of the etcd cluster.

v1.0.1.1

24 Mar 20:39
Compare
Choose a tag to compare
  • Fixed: Updated nuspec dependency versions for Flurl and Flurl.Http