You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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