Update CHANGELOG.md

This commit is contained in:
James Phillips 2017-11-08 20:06:16 -08:00 committed by GitHub
parent c060df20de
commit df446f6d81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
FEATURES:
* **New Auto Join Cloud Providers:** Retry join support was added for Aliyun (Alibaba Cloud), Digital Ocean, OpenStack, and Scaleway. Instance metadata can be used with these to make it easy to form Consul clusters. [[GH-3634](https://github.com/hashicorp/consul/issues/3634)]
* **HTTP/2 Support:** If TLS is enabled on a Consul agent, it will automatically negotiate to use HTTP/2 for suitably configured clients accessing the client API. This allows clients to multiplex multiple requests over the same TCP connection, such as multiple blocking queries. [[GH-3657](https://github.com/hashicorp/consul/issues/3657)]
* **HTTP/2 Support:** If TLS is enabled on a Consul agent it will automatically negotiate to use HTTP/2 for suitably configured clients accessing the client API. This allows clients to multiplex requests over the same TCP connection, such as multiple, simultaneous blocking queries. [[GH-3657](https://github.com/hashicorp/consul/issues/3657)]
IMPROVEMENTS: