github.com/robstrong/etcd@v0.4.4-0.20140620001034-fb32a999a6bb/CHANGELOG (about)

     1  v0.4.3
     2  * Avoid panic() on truncated or unexpected log data (#834, #833)
     3  * Fix missing stats field (#807)
     4  * Lengthen default peer removal delay to 30mins (#835)
     5  * Reduce logging on heartbeat timeouts (#836)
     6  
     7  v0.4.2
     8  * Improvements to the clustering documents
     9  * Set content-type properly on errors (#469)
    10  * Standbys re-join if they should be part of the cluster (#810, #815, #818)
    11  
    12  v0.4.1
    13  * Re-introduce DELETE on the machines endpoint
    14  * Document the machines endpoint
    15  
    16  v0.4.0
    17  * Introduced standby mode
    18  * Added HEAD requests
    19  * Set logs NOCOW flag when BTRFS is detected to avoid fsync overhead
    20  * Fix all known data races, and pass Go race detector (TODO: re-run race detector)
    21  * Fixed timeouts when using HTTPS
    22  * Improved snapshot stability
    23  * Migration of machine names to new IPs
    24  * Updated peer discovery ordering
    25  
    26  v0.3.0
    27  * Add Compare-and-Delete support.
    28  * Added prevNode to response objects.
    29  * Added Discovery API.
    30  * Add tracing and debug endpoints (Documentation/debugging.md).
    31  * Improved logging of cluster events.
    32  * go get github.com/coreos/etcd works.
    33  * info file is no longer used.
    34  * Snapshots are on by default.
    35  * Statistics APIs documented.
    36  
    37  v0.2.0
    38  * Support directory creation and removal.
    39  * Add Compare-and-Swap (CAS) support.
    40  * Support recursive GETs.
    41  * Support fully consistent GETs.
    42  * Allow clients to watch specific paths.
    43  * Allow clients to watch for key expiration.
    44  * Unique key generation.
    45  * Support hidden paths.
    46  * Refactor low-level data store.
    47  * Modularize store, server and API code.
    48  * Integrate Gorilla Web Toolkit.
    49  * Add tiered configuration (command line args, env variables, config file).
    50  * Add peer protocol versioning.
    51  * Add rolling upgrade support for future versions.
    52  * Sync key expiration across cluster.
    53  * Significantly improve test coverage.
    54  * Improve migration testing.
    55  * Configurable snapshot count.
    56  * Reduce TCP connection count.
    57  * Fix TCP connection leak.
    58  * Bug Fixes: https://github.com/coreos/etcd/issues?milestone=1&state=closed
    59  
    60  Contributors:
    61  * Xiang Li (@xiangli-cmu)
    62  * Ben Johnson (@benbjohnson)
    63  * Brandon Philips (@philips)
    64  * Yifan (@yifan-gu)
    65  * Rob Szumski
    66  * Hongchao Deng (@fengjingchao)
    67  * Kelsey Hightower (@kelseyhightower)
    68  * Adrián (@adrianlzt)
    69  * Antonio Terreno (@aterreno)