Skip to content

Commit

Permalink
chore(server): bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Philips committed May 21, 2014
1 parent 9a006d6 commit 07d1eb0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v0.4.0
* Introduced standby mode
* Added HEAD requests
* Set logs NOCOW flag when BTRFS is detected to avoid fsync overhead
* Fix all known data races, and pass Go race detector (TODO: re-run race detector)
* Fixed timeouts when using HTTPS
* Improved snapshot stability
* Migration of machine names to new IPs
* Updated peer discovery ordering

v0.3.0
* Add Compare-and-Delete support.
* Added prevNode to response objects.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# etcd

README version 0.3.0
README version 0.4.0

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:
Expand Down
2 changes: 1 addition & 1 deletion server/release_version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package server

const ReleaseVersion = "0.3.0+git"
const ReleaseVersion = "0.4.0"

0 comments on commit 07d1eb0

Please sign in to comment.