Merge pull request #8232 from gyuho/NEWS

NEWS: add v3.2.2
This commit is contained in:
Gyu-Ho Lee 2017-07-07 13:49:22 -07:00 committed by GitHub
commit 69e8a9241a

10
NEWS
View File

@ -1,3 +1,13 @@
etcd v3.2.2 (2017-07-07)
- rate-limit lease revoke on expiration
- extend leases on promote to avoid queueing effect on lease expiration
- use user-provided listen address to connect to gRPC gateway
- net.Listener rewrites IPv4 0.0.0.0 to IPv6 [::], breaking IPv6 disabled hosts
- only v3.2.0, v3.2.1 are affected
- accept connection with matched IP SAN but no DNS match
- don't check DNS entries in certs if there's a matching IP
- fix 'tools/benchmark' watch command
etcd v3.2.1 (2017-06-23)
- fix backend database in-memory index corruption issue on restore (only 3.2.0 is affected)
- fix gRPC gateway Txn marshaling issue