NEWS 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. etcd v3.2.0 (2017-06-09)
  2. - improved backend read concurrency
  3. - embedded etcd
  4. - Etcd.Peers field is now []*peerListener
  5. - RPCs
  6. - add Election, Lock service
  7. - native client etcdserver/api/v3client
  8. - client "embedded" in the server
  9. - v3 client
  10. - LeaseTimeToLive returns TTL=-1 resp on lease not found
  11. - clientv3.NewFromConfigFile is moved to clientv3/yaml.NewConfig
  12. - STM prefetching
  13. - add namespace feature
  14. - concurrency package's elections updated to match RPC interfaces
  15. - let client dial endpoints not in the balancer
  16. - add ErrOldCluster with server version checking
  17. - translate WithPrefix() into WithFromKey() for empty key
  18. - v3 etcdctl
  19. - add check perf command
  20. - add --from-key flag to role grant-permission command
  21. - lock command takes an optional command to execute
  22. - etcd flags
  23. - add --enable-v2 flag to configure v2 backend (enabled by default)
  24. - add --auth-token flag
  25. - gRPC proxy
  26. - proxy endpoint discovery
  27. - namespaces
  28. - coalesce lease requests
  29. - gateway
  30. - support DNS SRV priority
  31. - auth
  32. - support Watch API
  33. - JWT tokens
  34. - logging, monitoring
  35. - server warns large snapshot operations
  36. - add 'etcd_debugging_server_lease_expired_total' metrics
  37. - security
  38. - deny incoming peer certs with wrong IP SAN
  39. - resolve TLS DNSNames when SAN checking
  40. - reload TLS certificates on every client connection
  41. - release
  42. - annotate acbuild with supports-systemd-notify
  43. - add nsswitch.conf to Docker container image
  44. - add ppc64le, arm64(experimental) builds
  45. - Go 1.8.3
  46. - gRPC v1.2.1
  47. - grpc-gateway to v1.2.0
  48. - v2
  49. - allow snapshot over 512MB
  50. etcd v3.1.9 (2017-06-09)
  51. - allow v2 snapshot over 512MB
  52. etcd v3.1.8 (2017-05-19)
  53. etcd v3.1.7 (2017-04-28)
  54. etcd v3.1.6 (2017-04-19)
  55. - remove auth check in Status API
  56. - fill in Auth API response header
  57. etcd v3.1.5 (2017-03-27)
  58. - add '/etc/nsswitch.conf' file to alpine-based Docker image
  59. - fix raft memory leak issue
  60. - fix Windows file path issues
  61. etcd v3.1.4 (2017-03-22)
  62. etcd v3.1.3 (2017-03-10)
  63. - use machine default host when advertise URLs are default
  64. values(localhost:2379,2380) AND if listen URL is 0.0.0.0
  65. - fix 'etcd gateway' schema handling in DNS discovery
  66. - fix sd_notify behaviors in gateway, grpc-proxy
  67. etcd v3.1.2 (2017-02-24)
  68. - use IPv4 default host, by default (when IPv4 and IPv6 are available)
  69. - fix 'etcd gateway' with multiple endpoints
  70. etcd v3.1.1 (2017-02-17)
  71. etcd v2.3.8 (2017-02-17)
  72. etcd v3.1.0 (2017-01-20)
  73. - faster linearizable reads (implements Raft read-index)
  74. - automatic leadership transfer when leader steps down
  75. - etcd uses default route IP if advertise URL is not given
  76. - cluster rejects removing members if quorum will be lost
  77. - SRV records (e.g., infra1.example.com) must match the discovery domain
  78. (i.e., example.com) if no custom certificate authority is given
  79. - TLSConfig ServerName is ignored with user-provided certificates
  80. for backwards compatibility; to be deprecated in 3.2
  81. - discovery now has upper limit for waiting on retries
  82. - etcd flags
  83. - --strict-reconfig-check flag is set by default
  84. - add --log-output flag
  85. - add --metrics flag
  86. - v3 authentication API is now stable
  87. - v3 client
  88. - add SetEndpoints method; update endpoints at runtime
  89. - add Sync method; auto-update endpoints at runtime
  90. - add Lease TimeToLive API; fetch lease information
  91. - replace Config.Logger field with global logger
  92. - Get API responses are sorted in ascending order by default
  93. - v3 etcdctl
  94. - add lease timetolive command
  95. - add --print-value-only flag to get command
  96. - add --dest-prefix flag to make-mirror command
  97. - command get responses are sorted in ascending order by default
  98. - recipes now conform to sessions defined in clientv3/concurrency
  99. - ACI has symlinks to /usr/local/bin/etcd*
  100. - warn on binding listeners through domain names; to be deprecated in 3.2
  101. - experimental gRPC proxy feature
  102. etcd v3.0.16 (2017-01-13)
  103. etcd v3.0.15 (2016-11-11)
  104. - fix cancel watch request with wrong range end
  105. etcd v3.0.14 (2016-11-04)
  106. - v3 etcdctl migrate command now supports --no-ttl flag to discard keys on transform
  107. etcd v3.0.13 (2016-10-24)
  108. etcd v3.0.12 (2016-10-07)
  109. etcd v3.0.11 (2016-10-07)
  110. - server returns previous key-value (optional)
  111. - clientv3 WithPrevKV option
  112. - v3 etcdctl put,watch,del --prev-kv flag
  113. etcd v3.0.10 (2016-09-23)
  114. etcd v3.0.9 (2016-09-15)
  115. - warn on domain names on listen URLs (v3.2 will reject domain names)
  116. etcd v3.0.8 (2016-09-09)
  117. - allow only IP addresses in listen URLs (domain names are rejected)
  118. etcd v3.0.7 (2016-08-31)
  119. - SRV records only allow A records (RFC 2052)
  120. etcd v3.0.6 (2016-08-19)
  121. etcd v3.0.5 (2016-08-19)
  122. - SRV records (e.g., infra1.example.com) must match the discovery domain
  123. (i.e., example.com) if no custom certificate authority is given
  124. etcd v3.0.4 (2016-07-27)
  125. - v2 auth can now use common name from TLS certificate when --client-cert-auth is enabled
  126. - v2 etcdctl ls command now supports --output=json
  127. - Add /var/lib/etcd directory to etcd official Docker image
  128. etcd v3.0.3 (2016-07-15)
  129. - Revert Dockerfile to use CMD, instead of ENTRYPOINT, to support etcdctl run
  130. - Docker commands for v3.0.2 won't work without specifying executable binary paths
  131. - v3 etcdctl default endpoints are now 127.0.0.1:2379
  132. etcd v3.0.2 (2016-07-08)
  133. - Dockerfile uses ENTRYPOINT, instead of CMD, to run etcd without binary path specified
  134. etcd v3.0.1 (2016-07-01)
  135. etcd v3.0.0 (2016-06-30)