github.com/kula/etcd@v0.2.1-0.20131226070625-e96234382ac0/CHANGELOG (about)

     1  v0.2
     2  * Support directory creation and removal.
     3  * Add Compare-and-Swap (CAS) support.
     4  * Support recursive GETs.
     5  * Support fully consistent GETs.
     6  * Allow clients to watch specific paths.
     7  * Allow clients to watch for key expiration.
     8  * Unique key generation.
     9  * Support hidden paths.
    10  * Refactor low-level data store.
    11  * Modularize store, server and API code.
    12  * Integrate Gorilla Web Toolkit.
    13  * Add tiered configuration (command line args, env variables, config file).
    14  * Add peer protocol versioning.
    15  * Add rolling upgrade support for future versions.
    16  * Sync key expiration across cluster.
    17  * Significantly improve test coverage.
    18  * Improve migration testing.
    19  * Configurable snapshot count.
    20  * Reduce TCP connection count.
    21  * Fix TCP connection leak.
    22  * Bug Fixes: https://github.com/coreos/etcd/issues?milestone=1&state=closed
    23  
    24  Contributors:
    25  * Xiang Li (@xiangli-cmu)
    26  * Ben Johnson (@benbjohnson)
    27  * Brandon Philips (@philips)
    28  * Yifan (@yifan-gu)
    29  * Rob Szumski
    30  * Hongchao Deng (@fengjingchao)
    31  * Kelsey Hightower (@kelseyhightower)
    32  * Adrián (@adrianlzt)
    33  * Antonio Terreno (@aterreno)