v3.0.16 (2016-11-13)
See code changes and v3.0 upgrade guide for any breaking changes.
v3.0.15 (2016-11-11)
See code changes and v3.0 upgrade guide for any breaking changes.
- Fix cancel watch request with wrong range end.
v3.0.14 (2016-11-04)
See code changes and v3.0 upgrade guide for any breaking changes.
- v3
etcdctl migrate
command now supports--no-ttl
flag to discard keys on transform.
v3.0.13 (2016-10-24)
See code changes and v3.0 upgrade guide for any breaking changes.
v3.0.12 (2016-10-07)
See code changes and v3.0 upgrade guide for any breaking changes.
v3.0.11 (2016-10-07)
See code changes and v3.0 upgrade guide for any breaking changes.
- Server returns previous key-value (optional)
clientv3.WithPrevKV
option- v3 etcdctl
put,watch,del --prev-kv
flag
v3.0.10 (2016-09-23)
See code changes and v3.0 upgrade guide for any breaking changes.
v3.0.9 (2016-09-15)
See code changes and v3.0 upgrade guide for any breaking changes.
- Warn on domain names on listen URLs (v3.2 will reject domain names).
v3.0.8 (2016-09-09)
See code changes and v3.0 upgrade guide for any breaking changes.
- Allow only IP addresses in listen URLs (domain names are rejected).
v3.0.7 (2016-08-31)
See code changes and v3.0 upgrade guide for any breaking changes.
- SRV records only allow A records (RFC 2052).
v3.0.6 (2016-08-19)
See code changes and v3.0 upgrade guide for any breaking changes.
v3.0.5 (2016-08-19)
See code changes and v3.0 upgrade guide for any breaking changes.
- SRV records (e.g., infra1.example.com) must match the discovery domain (i.e., example.com) if no custom certificate authority is given.
v3.0.4 (2016-07-27)
See code changes and v3.0 upgrade guide for any breaking changes.
- v2 auth can now use common name from TLS certificate when
--client-cert-auth
is enabled.
- v2
etcdctl ls
command now supports--output=json
. - Add /var/lib/etcd directory to etcd official Docker image.
v3.0.3 (2016-07-15)
See code changes and v3.0 upgrade guide for any breaking changes.
- Revert Dockerfile to use
CMD
, instead ofENTRYPOINT
, to supportetcdctl
run.- Docker commands for v3.0.2 won't work without specifying executable binary paths.
- v3 etcdctl default endpoints are now
127.0.0.1:2379
.
v3.0.2 (2016-07-08)
See code changes and v3.0 upgrade guide for any breaking changes.
- Dockerfile uses
ENTRYPOINT
, instead ofCMD
, to run etcd without binary path specified.
v3.0.1 (2016-07-01)
See code changes and v3.0 upgrade guide for any breaking changes.
v3.0.0 (2016-06-30)
See code changes and v3.0 upgrade guide for any breaking changes.