From 8f7586b339dbb518eff3a2eec27d7b8eae7a3fbb Mon Sep 17 00:00:00 2001 From: Mike Morris Date: Mon, 12 Aug 2019 17:06:34 -0400 Subject: [PATCH] changelog: add snapshot half-close fix --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b748c35a7d..43845723c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ FEATURES: * agent: add `local-only` parameter to operator/keyring list requests to force queries to only hit local servers. [[GH-6279](https://github.com/hashicorp/consul/pull/6279)] +BUG FIXES: + +* snapshot: fix TCP half-close implementation for TLS connections [[GH-6216](https://github.com/hashicorp/consul/pull/6216)] + ## 1.5.3 (July 25, 2019) IMPROVEMENTS: