etcd/CHANGELOG

34 lines
1.0 KiB
Plaintext
Raw Normal View History

2013-11-14 06:56:02 +04:00
v0.2
2013-11-14 07:07:46 +04:00
* Support directory creation and removal.
2013-11-14 06:56:02 +04:00
* Add Compare-and-Swap (CAS) support.
* Support recursive GETs.
* Support fully consistent GETs.
2013-11-14 07:07:46 +04:00
* Allow clients to watch specific paths.
2013-11-14 06:56:02 +04:00
* Allow clients to watch for key expiration.
2013-11-14 07:07:46 +04:00
* Unique key generation.
* Support hidden paths.
2013-11-14 06:56:02 +04:00
* Refactor low-level data store.
* Modularize store, server and API code.
* Integrate Gorilla Web Toolkit.
* Add tiered configuration (command line args, env variables, config file).
* Add peer protocol versioning.
* Add rolling upgrade support for future versions.
* Sync key expiration across cluster.
* Significantly improve test coverage.
* Improve migration testing.
2013-11-14 07:07:46 +04:00
* Configurable snapshot count.
* Reduce TCP connection count.
* Fix TCP connection leak.
2013-11-14 06:56:02 +04:00
* Bug Fixes: https://github.com/coreos/etcd/issues?milestone=1&state=closed
Contributors:
* Xiang Li (@xiangli-cmu)
* Ben Johnson (@benbjohnson)
* Brandon Philips (@philips)
* Yifan (@yifan-gu)
* Rob Szumski
* Hongchao Deng (@fengjingchao)
* Kelsey Hightower (@kelseyhightower)
* Adrián (@adrianlzt)
* Antonio Terreno (@aterreno)