etcd/CHANGELOG-3.3.md

25 KiB

v3.3.2 (TBD)

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)

  • Fix mvcc "unsynced" watcher restore operation.
    • "unsynced" watcher is watcher that needs to be in sync with events that have happened.
    • That is, "unsynced" watcher is the slow watcher that was requested on old revision.
    • "unsynced" watcher restore operation was not correctly populating its underlying watcher group.
    • Which possibly causes missing events from "unsynced" watchers.

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

Changed(Breaking Changes)

Added(etcd)

Added(API)

Added(etcd/clientv3)

Added(v2 etcdctl)

Added(v3 etcdctl)

Added(metrics)

Added(grpc-proxy)

Added(gRPC gateway)

Package raft

Added/Fixed(Security/Auth)

Fixed(v2)

Fixed(v3)

Other