Skip to content

v0.4.5

Compare
Choose a tag to compare
@philips philips released this 08 Jul 01:17

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 and ETCD_HTTP_WRITE_TIMEOUT (#880)
  • Add ETCDCTL_PEERS configuration to etcdctl (coreos/etcdctl#95)
  • etcdctl takes stdin for mk (coreos/etcdctl#91)