NEWS 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. etcd v3.1.0 (2017-01-20)
  2. - faster linearizable reads (implements Raft read-index)
  3. - automatic leadership transfer when leader steps down
  4. - etcd uses default route IP if advertise URL is not given
  5. - cluster rejects removing members if quorum will be lost
  6. - SRV records (e.g., infra1.example.com) must match the discovery domain
  7. (i.e., example.com) if no custom certificate authority is given
  8. - TLSConfig ServerName is ignored with user-provided certificates
  9. for backwards compatibility; to be deprecated in 3.2
  10. - discovery now has upper limit for waiting on retries
  11. - etcd flags
  12. - --strict-reconfig-check flag is set by default
  13. - add --log-output flag
  14. - add --metrics flag
  15. - v3 authentication API is now stable
  16. - v3 client
  17. - add SetEndpoints method; update endpoints at runtime
  18. - add Sync method; auto-update endpoints at runtime
  19. - add Lease TimeToLive API; fetch lease information
  20. - replace Config.Logger field with global logger
  21. - Get API responses are sorted in ascending order by default
  22. - v3 etcdctl
  23. - add lease timetolive command
  24. - add --print-value-only flag to get command
  25. - add --dest-prefix flag to make-mirror command
  26. - command get responses are sorted in ascending order by default
  27. - recipes now conform to sessions defined in clientv3/concurrency
  28. - ACI has symlinks to /usr/local/bin/etcd*
  29. - warn on binding listeners through domain names; to be deprecated in 3.2
  30. - experimental gRPC proxy feature
  31. etcd v3.0.16 (2017-01-13)
  32. etcd v3.0.15 (2016-11-11)
  33. - fix cancel watch request with wrong range end
  34. etcd v3.0.14 (2016-11-04)
  35. - v3 etcdctl migrate command now supports --no-ttl flag to discard keys on transform
  36. etcd v3.0.13 (2016-10-24)
  37. etcd v3.0.12 (2016-10-07)
  38. etcd v3.0.11 (2016-10-07)
  39. - server returns previous key-value (optional)
  40. - clientv3 WithPrevKV option
  41. - v3 etcdctl put,watch,del --prev-kv flag
  42. etcd v3.0.10 (2016-09-23)
  43. etcd v3.0.9 (2016-09-15)
  44. - warn on domain names on listen URLs (v3.2 will reject domain names)
  45. etcd v3.0.8 (2016-09-09)
  46. - allow only IP addresses in listen URLs (domain names are rejected)
  47. etcd v3.0.7 (2016-08-31)
  48. - SRV records only allow A records (RFC 2052)
  49. etcd v3.0.6 (2016-08-19)
  50. etcd v3.0.5 (2016-08-19)
  51. - SRV records (e.g., infra1.example.com) must match the discovery domain
  52. (i.e., example.com) if no custom certificate authority is given
  53. etcd v3.0.4 (2016-07-27)
  54. - v2 auth can now use common name from TLS certificate when --client-cert-auth is enabled
  55. - v2 etcdctl ls command now supports --output=json
  56. - Add /var/lib/etcd directory to etcd official Docker image
  57. etcd v3.0.3 (2016-07-15)
  58. - Revert Dockerfile to use CMD, instead of ENTRYPOINT, to support etcdctl run
  59. - Docker commands for v3.0.2 won't work without specifying executable binary paths
  60. - v3 etcdctl default endpoints are now 127.0.0.1:2379
  61. etcd v3.0.2 (2016-07-08)
  62. - Dockerfile uses ENTRYPOINT, instead of CMD, to run etcd without binary path specified
  63. etcd v3.0.1 (2016-07-01)
  64. etcd v3.0.0 (2016-06-30)