Update CHANGELOG.md

This commit is contained in:
James Phillips 2017-07-10 13:54:41 -07:00 committed by GitHub
parent 68991da95f
commit 8cb44c8eb2
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ BREAKING CHANGES:
FEATURES:
* agent: Added a new [`block_endpoints`](https://www.consul.io/docs/agent/options.html#block_endpoints) configuration option that allows blocking HTTP endpoints by prefix. This allows operators to completely disallow access to specific endpoints on a given agent. [GH-3252]
IMPROVEMENTS:
* agent: (Consul Enterprise) Snapshot agent rotation uses S3's pagination API, enabling retaining more than a 100 snapshots.