NEWS 3.6 KB

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