v0.4.5
v0.4.5 contains a number of bug fixes. The most significant change is adding read/write timeouts to the HTTP server mux for the client to keep file descriptor use from growing when client connections don't get properly closed.
- Flush headers immediatly on
wait=truerequests (#877) - Add
ETCD_HTTP_READ_TIMEOUTandETCD_HTTP_WRITE_TIMEOUT(#880) - Add
ETCDCTL_PEERSconfiguration to etcdctl (coreos/etcdctl#95) - etcdctl takes stdin for mk (coreos/etcdctl#91)