File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
11
v0.3.0
2
12
* Add Compare-and-Delete support.
3
13
* Added prevNode to response objects.
Original file line number Diff line number Diff line change 1
1
# etcd
2
2
3
- README version 0.3 .0
3
+ README version 0.4 .0
4
4
5
5
A highly-available key value store for shared configuration and service discovery.
6
6
etcd is inspired by [ Apache ZooKeeper] [ zookeeper ] and [ doozer] [ doozer ] , with a focus on being:
Original file line number Diff line number Diff line change 1
1
package server
2
2
3
- const ReleaseVersion = "0.3.0+git "
3
+ const ReleaseVersion = "0.4.0 "
You can’t perform that action at this time.
0 commit comments