Updates the change log.

This commit is contained in:
James Phillips 2018-02-05 16:21:06 -08:00
parent c718459e49
commit 2bde02bd54
No known key found for this signature in database
GPG Key ID: 77183E682AC5FC11
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
## 1.0.4 (UNRELEASED) ## 1.0.4 (UNRELEASED)
SECURITY: SECURITY:
* dns: Updated DNS vendor library to pick up bug fix in the DNS server where an open idle connection blocks the accept loop. [GH-3859] * dns: Updated DNS vendor library to pick up bug fix in the DNS server where an open idle connection blocks the accept loop. [[GH-3859](https://github.com/hashicorp/consul/issues/3859)]
FEATURES: FEATURES:
@ -15,6 +15,7 @@ IMPROVEMENTS:
BUG FIXES: BUG FIXES:
* agent: (Consul Enterprise) Fixed an issue where the snapshot agent's HTTP client config was being ignored in favor of the HTTP command-line flags. * agent: (Consul Enterprise) Fixed an issue where the snapshot agent's HTTP client config was being ignored in favor of the HTTP command-line flags.
* agent: Fixed an issue where health checks added to services with tags would cause extra periodic writes to the Consul servers, even if nothing had changed. This could cause extra churn on downstream applications like consul-template or Fabio. [[GH-3845](https://github.com/hashicorp/consul/issues/3845)]
## 1.0.3 (January 24, 2018) ## 1.0.3 (January 24, 2018)