Skip to content

Commit 07d1eb0

Browse files
author
Brandon Philips
committed
chore(server): bump to 0.4.0
1 parent 9a006d6 commit 07d1eb0

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v0.4.0
2+
* Introduced standby mode
3+
* Added HEAD requests
4+
* Set logs NOCOW flag when BTRFS is detected to avoid fsync overhead
5+
* Fix all known data races, and pass Go race detector (TODO: re-run race detector)
6+
* Fixed timeouts when using HTTPS
7+
* Improved snapshot stability
8+
* Migration of machine names to new IPs
9+
* Updated peer discovery ordering
10+
111
v0.3.0
212
* Add Compare-and-Delete support.
313
* Added prevNode to response objects.

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.3.0
3+
README version 0.4.0
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.3.0+git"
3+
const ReleaseVersion = "0.4.0"

0 commit comments

Comments
 (0)