Skip to content

v1.0.1

Compare
Choose a tag to compare
@jordansjones jordansjones released this 24 Mar 20:22
· 43 commits to master since this release
  • New: WithTimeToLive extension methods which support taking aTimeSpan?
  • Fixed: IClusterEtcdClient.CreateMember() call will now normalize the passed WithPeerUri values in order to conform with etcd's expected input format (just scheme://address:port/)
  • Fixed: IClusterEtcdClient.UpdateMemberPeerUrls() call will now normalize the passed WithPeerUri values in order to conform with etcd's expected input format (just scheme://address:port/)
  • Change: Updated Flurl dependency from 1.0.8 to 1.0.10
  • Change: Updated Flurl.Http dependency from 0.6.2 to 0.7.0