mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
CHANGELOG: v0.4.5
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
v0.4.5
|
||||||
|
* 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 (#95)
|
||||||
|
* etcdctl takes stdin for mk (#91)
|
||||||
|
|
||||||
v0.4.4
|
v0.4.4
|
||||||
* Fix `--no-sync` flag in etcdctl (#83)
|
* Fix `--no-sync` flag in etcdctl (#83)
|
||||||
* Improved logging for machine removal (#844)
|
* Improved logging for machine removal (#844)
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# etcd
|
# etcd
|
||||||
|
|
||||||
README version 0.4.4
|
README version 0.4.5
|
||||||
|
|
||||||
A highly-available key value store for shared configuration and service discovery.
|
A highly-available key value store for shared configuration and service discovery.
|
||||||
etcd is inspired by [Apache ZooKeeper][zookeeper] and [doozer][doozer], with a focus on being:
|
etcd is inspired by [Apache ZooKeeper][zookeeper] and [doozer][doozer], with a focus on being:
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
package server
|
package server
|
||||||
|
|
||||||
const ReleaseVersion = "0.4.4+git"
|
const ReleaseVersion = "0.4.5"
|
||||||
|
|||||||
Reference in New Issue
Block a user