From c2f9fa20315416897b6f454699e1eed4ad3aeb2e Mon Sep 17 00:00:00 2001 From: James Phillips Date: Mon, 27 Mar 2017 09:02:54 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00827901e2..9a09864953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ IMPROVEMENTS: * agent: Consul is now built with Go 1.8. [GH-2752] * agent: Updated aws-sdk-go version (used for EC2 auto join) for Go 1.8 compatibility. [GH-2755] * agent: Normalizes user-supplied node IDs to lower-case. [GH-2798] +* agent: Adds checks to enforce uniqueness of agent node IDs at cluster join time and when registering with the catalog. [GH-2832] * cli: Standardized handling of CLI options for connecting to the Consul agent. This makes sure that the same set of flags and environment variables works in all CLI commands (see https://www.consul.io/docs/commands/index.html#environment-variables). [GH-2717] * cli: Updated go-cleanhttp library for better HTTP connection handling between CLI commands and the Consul agent (tunes reuse settings). [GH-2735] * cli: The `operator raft` subcommand has had its two modes split into the `list-peers` and `remove-peer` subcommands. The old flags for these will continue to work for backwards compatibility, but will be removed in Consul 0.9.