changelog: add snapshot half-close fix

This commit is contained in:
Mike Morris 2019-08-12 17:06:34 -04:00
parent c78b552b7f
commit ecbafc34ac
1 changed files with 4 additions and 0 deletions

View File

@ -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: