Skip to content

Commit 9970141

Browse files
author
Brandon Philips
committed
chore(server): bump to 0.4.3
1 parent 16c2bcf commit 9970141

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v0.4.3
2+
* Avoid panic() on truncated or unexpected log data (#834, #833)
3+
* Fix missing stats field (#807)
4+
* Lengthen default peer removal delay to 30mins (#835)
5+
* Reduce logging on heartbeat timeouts (#836)
6+
17
v0.4.2
28
* Improvements to the clustering documents
39
* Set content-type properly on errors (#469)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# etcd
22

3-
README version 0.4.2
3+
README version 0.4.3
44

55
A highly-available key value store for shared configuration and service discovery.
66
etcd is inspired by [Apache ZooKeeper][zookeeper] and [doozer][doozer], with a focus on being:

server/release_version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package server
22

3-
const ReleaseVersion = "0.4.2+git"
3+
const ReleaseVersion = "0.4.3"

0 commit comments

Comments
 (0)