NEWS 3.5 KB

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