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+
111v0.3.0
212* Add Compare-and-Delete support.
313* Added prevNode to response objects.
Original file line number Diff line number Diff line change 11# etcd
22
3- README version 0.3 .0
3+ README version 0.4 .0
44
55A highly-available key value store for shared configuration and service discovery.
66etcd is inspired by [ Apache ZooKeeper] [ zookeeper ] and [ doozer] [ doozer ] , with a focus on being:
Original file line number Diff line number Diff line change 11package server
22
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