From 3f7294e98471c6043a081031e9f8de1bfec4c686 Mon Sep 17 00:00:00 2001 From: Kyle Havlovitz Date: Thu, 10 May 2018 16:11:06 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fb1ffd2c..95d37d386 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ ## UNRELEASED +BREAKING CHANGES: + +* agent: The following previously deprecated fields and config options have been removed: + - `CheckID` has been removed from config file check definitions (use `id` instead). + - `script` has been removed from config file check definitions (use `args` instead). + - `enableTagOverride` is no longer valid in service definitions (use `enable_tag_override` instead). + - The [deprecated set of metric names](https://consul.io/docs/upgrade-specific.html#metric-names-updated) (beginning with `consul.consul.`) has been removed along with the `enable_deprecated_names` option from the metrics configuration. + IMPROVEMENTS: * agent: Improve DNS performance on large clusters [[GH-4036](https://github.com/hashicorp/consul/issues/4036)] * api: Add support for Prometheus client format in metrics endpoint with `?format=prometheus` (see [docs](https://www.consul.io/api/agent.html#view-metrics)) [[GH-4014](https://github.com/hashicorp/consul/issues/4014)]