From e7cf67b31b07bc3e48694dac5a0cdce802386621 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 7 Jun 2017 10:42:55 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1faf20f4dd..f4c40aa858 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ IMPROVEMENTS: * agent: Updated [go-sockaddr](https://github.com/hashicorp/go-sockaddr) library to add support for new helper functions in bind address templates (`GetPrivateIPs`, `GetPublicIPs`), new math functions, and to pick up fixes for issues with detecting addresses on multi-homed hosts. [GH-3068] * agent: Watches now reset their index back to zero after an error, or if the index goes backwards, which allows watches to recover after a server restart with fresh state. [GH-2621] * agent: HTTP health checks now upport custom method and headers. [GH-1184, GH-2474, GH-2657, GH-3106] +* agent: Increased the graceful leave timeout from 5 to 15 seconds. [GH-3121] * build: Added support for linux/arm64 binaries. [GH-3042] * build: Consul now builds with Go 1.8.3. [GH-3074] * ui: Added a sticky scroll to the KV side panel so the KV edit box always stays in place. [GH-2812]