Skip to content

Latest commit

 

History

History
72 lines (58 loc) · 5.53 KB

CHANGELOG-3.4.md

File metadata and controls

72 lines (58 loc) · 5.53 KB

v3.4.0 (TBD)

v3.4.0 is not yet released.

Changed(Breaking Changes)

Added(etcd)

  • Add --discovery-srv-name flag to support custom DNS SRV name with discovery.
    • If not given, etcd queries _etcd-server-ssl._tcp.[YOUR_HOST] and _etcd-server._tcp.[YOUR_HOST].
    • If --discovery-srv-name="foo", then query _etcd-server-ssl-foo._tcp.[YOUR_HOST] and _etcd-server-foo._tcp.[YOUR_HOST].
    • Useful for operating multiple etcd clusters under the same domain.

Added(API)

Added(v3 etcdctl)

Package raft