NEWS 5.9 KB

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