NEWS 6.3 KB

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