github.com/ghodss/etcd@v0.3.1-0.20140417172404-cc329bfa55cb/CHANGELOG (about) 1 v0.3.0 2 * Add Compare-and-Delete support. 3 * Added prevNode to response objects. 4 * Added Discovery API. 5 * Add tracing and debug endpoints (Documentation/debugging.md). 6 * Improved logging of cluster events. 7 * go get github.com/coreos/etcd works. 8 * info file is no longer used. 9 * Snapshots are on by default. 10 * Statistics APIs documented. 11 12 v0.2.0 13 * Support directory creation and removal. 14 * Add Compare-and-Swap (CAS) support. 15 * Support recursive GETs. 16 * Support fully consistent GETs. 17 * Allow clients to watch specific paths. 18 * Allow clients to watch for key expiration. 19 * Unique key generation. 20 * Support hidden paths. 21 * Refactor low-level data store. 22 * Modularize store, server and API code. 23 * Integrate Gorilla Web Toolkit. 24 * Add tiered configuration (command line args, env variables, config file). 25 * Add peer protocol versioning. 26 * Add rolling upgrade support for future versions. 27 * Sync key expiration across cluster. 28 * Significantly improve test coverage. 29 * Improve migration testing. 30 * Configurable snapshot count. 31 * Reduce TCP connection count. 32 * Fix TCP connection leak. 33 * Bug Fixes: https://github.com/coreos/etcd/issues?milestone=1&state=closed 34 35 Contributors: 36 * Xiang Li (@xiangli-cmu) 37 * Ben Johnson (@benbjohnson) 38 * Brandon Philips (@philips) 39 * Yifan (@yifan-gu) 40 * Rob Szumski 41 * Hongchao Deng (@fengjingchao) 42 * Kelsey Hightower (@kelseyhightower) 43 * Adrián (@adrianlzt) 44 * Antonio Terreno (@aterreno)