etcd/CHANGELOG-3.3.md

26 KiB

v3.3.3 (TBD)

See code changes and v3.3 upgrade guide for any breaking changes.

Improved

  • Adjust election timeout on server restart to reduce disruptive rejoining servers.
    • Previously, etcd fast-forwards election ticks on server start, with only one tick left for leader election. This is to speed up start phase, without having to wait until all election ticks elapse. Advancing election ticks is useful for cross datacenter deployments with larger election timeouts. However, it was affecting cluster availability if the last tick elapses before leader contacts the restarted node.
    • Now, when etcd restarts, it does not fast-forward election ticks.

v3.3.2 (2018-03-08)

See code changes and v3.3 upgrade guide for any breaking changes.

Fixed: v2

Fixed: v3

v3.3.1 (2018-02-12)

See code changes and v3.3 upgrade guide for any breaking changes.

Improved

Fixed: v3

Security

v3.3.0 (2018-02-01)

See code changes and v3.3 upgrade guide for any breaking changes.

v3.3.0-rc.4 (2018-01-22)

See code changes and v3.3 upgrade guide for any breaking changes.

v3.3.0-rc.3 (2018-01-17)

See code changes and v3.3 upgrade guide for any breaking changes.

v3.3.0-rc.2 (2018-01-11)

See code changes and v3.3 upgrade guide for any breaking changes.

v3.3.0-rc.1 (2018-01-02)

See code changes and v3.3 upgrade guide for any breaking changes.

v3.3.0-rc.0 (2017-12-20)

See code changes and v3.3 upgrade guide for any breaking changes.

Improved

Breaking Changes

Added: etcd

Added: API

Added: clientv3

Added: v2 etcdctl

Added: v3 etcdctl

Added: metrics

Added: grpc-proxy

Added: gRPC gateway (HTTP endpoints for v3)

Package raft

Security, Authentication

Fixed: v2

Fixed: v3

Other