NEWS 5.5 KB

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