Update CHANGELOG.md

This commit is contained in:
Kyle Havlovitz 2017-04-28 16:17:31 -07:00 committed by GitHub
parent cd56a5ebdd
commit fcf3a42498
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ IMPROVEMENTS:
* agent: Added the datacenter of a node to the catalog, health, and query API endpoints which contain a Node structure. [GH-2713]
* agent: Added the `ca_path`, `tls_cipher_suites`, and `tls_prefer_server_cipher_suites` options to give more flexibility around configuring TLS. [GH-2963]
* agent: Reduced the timeouts for the `-dev` server mode so that the development server starts up almost instantly. [GH-2984]
* agent: Added `verify_incoming_rpc` and `verify_incoming_https` options for more granular control over incoming TLS enforcement. [GH-2974]
* api: Add ACL replication status endpoint. [GH-2947]
* cli: Show Raft protocol version in `operator raft list-peers` command.[GH-2929]