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=true
requests (#877) - Add
ETCD_HTTP_READ_TIMEOUT
andETCD_HTTP_WRITE_TIMEOUT
(#880) - Add
ETCDCTL_PEERS
configuration to etcdctl (coreos/etcdctl#95) - etcdctl takes stdin for mk (coreos/etcdctl#91)