Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v2.0.9
    02697ca7 · *: bump to v2.0.9 ·
    - etcd watchers no longer hang under when many watchers watch the same key
    - etcdctl now support import hidden keys from the given snapshot
    
  • debian/2.0.8-1
  • upstream/2.0.8
    Upstream version 2.0.8
  • v2.0.8
    86e616c6 · *: bump to v2.0.8 ·
    - add 'etcdctl import' command to import the migration snap generated in v0.4.8 etcd to 2.0 etcd cluster
    - etcdctl takes an additional 2379, which is the IANA port of etcd client URL, as the default port
    - etcd no longer builds debugging tools into bin/ directory
    
  • v0.4.9
    9fa3bea5 · *: bump to v0.4.9 ·
    - revert allow_legacy related stuffs
    - introduce /v2/migration/snapshot endpoint
    
  • v2.0.7
    0cb90e4b · *: bump to v2.0.7 ·
    - fix the bug that wal file is not removed in time
    - support bootstrap etcd using non-empty data directory
    - check given flags when join existing cluster
    - check that etcd parses all arguments
    
  • v2.0.6
    e3c90222 · *: bump to v2.0.6 ·
    - support IPv6 address in url flags
    - allow user provide a name without initial-cluster update
    - restrict that election timeout should be much bigger than heartbeat internval
    - improve the documentation about unsafe flags
    - fix the documentation about starting raft node
    - fix the bug that proxy fails to restart
    - fix the bug when cloning store stats
    - remove starter code
    
  • v0.4.8
    2f6ea0a0 · *: bump to v0.4.8 ·
    - add --internal-dir flag to run legacy mode
    - fix the config documentation about --bind-addr and --peer-bind-addr
    
  • debian/2.0.5-1
  • upstream/2.0.5
    Upstream version 2.0.5
  • v2.0.5
    94819452 · *: bump to v2.0.5 ·
    - Fix a minor voting issue in raft. Under unique scenarios it was possible that two nodes in a raft cluster could be elected leader for a specific term.
    - Fix unexpected HTTPS to HTTP downgrade when TLS certs and keys are not provided.
    - Fix an early file unlock issue in WAL. This fix was done to improve safety of the etcd WAL implementation in preparation for the etcd 2.1.0 release.
    - Fix frequent i/o timeout issues during peer communication.
    - Improved documentation around setting up an etcd cluster.
    
  • upstream/2.0.4
    1a2c6d3f · *: bump to v2.0.4 ·
    v2.0.4 - jed version
    
    - fix build issue on windows
    - fix variable shadowing
    - add document about running etcd in docker
    - fix the bug that etcd fails to be killed when its pid equals to 1
    - fix the bug that etcd cluster recovers to old status
    
  • v2.0.4
    1a2c6d3f · *: bump to v2.0.4 ·
    v2.0.4 - jed version
    
    - fix build issue on windows
    - fix variable shadowing
    - add document about running etcd in docker
    - fix the bug that etcd fails to be killed when its pid equals to 1
    - fix the bug that etcd cluster recovers to old status
    
  • upstream/2.0.3+git20150217
  • debian/2.0.0-1
  • upstream/2.0.3
    4d728cc8 · *: bump to v2.0.3 ·
    - Fix static building of etcd binary
    - Fix the bug of removing user data under /_etcd in migration
    - Fix the bug of saving snapshot panic
    - Fix the bug of recovering transport wrongly
    - Fix the bug of skipping cluster check in discovery bootstrap
    - Add support for graceful shutdown when receives SIGINT and SIGTERM
    
  • v2.0.3
    4d728cc8 · *: bump to v2.0.3 ·
    - Fix static building of etcd binary
    - Fix the bug of removing user data under /_etcd in migration
    - Fix the bug of saving snapshot panic
    - Fix the bug of recovering transport wrongly
    - Fix the bug of skipping cluster check in discovery bootstrap
    - Add support for graceful shutdown when receives SIGINT and SIGTERM
    
  • upstream/2.0.1
    fe1d9565 · *: bump to 2.0.1 ·
    Reinstating tag v2.0.1
  • v2.0.1
    fe1d9565 · *: bump to 2.0.1 ·
    Reinstating tag v2.0.1
  • upstream/2.0.2
    409daceb · *: bump to v2.0.2 ·
    Fixes in 2.0.2:
    - Upgrade from 0.4.6 to 2.0.2 directly works
    
    2.0.2 replaces 2.0.1, which contained
    - Add support for cluster-level upgrading from etcd 0.4.7 to etcd 2.0.1
    - Add cluster-health command to etcdctl
    - Add cluster tracking to proxy
    - Add a rafttest pkg for raft level failure injection tests
    - Change the data directory structure to /{data-dir}/member and /{data-dir}/proxy
    - Fix the bug of writing zero length entries message in rafthttp streamer
    - Fix a snapshot index bug in store that might lead to data inconsistency