NEWS 3.1 KB

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