mirror of https://github.com/status-im/consul.git
Update CHANGELOG.md
This commit is contained in:
parent
f8265cef8c
commit
a8b9fb82b6
|
@ -7,14 +7,14 @@ FEATURES:
|
|||
IMPROVEMENTS:
|
||||
|
||||
* agent: Added a `-disable-keyring-file` option to prevent writing keyring data to disk. [GH-3145]
|
||||
* agent: Notify systemd on Linux after JoinLAN. [GH-2121]
|
||||
* agent: Fix `consul leave` shutdown race. When shutting down an agent via the `consul leave` command on the command line the output would be `EOF` instead of `Graceful leave completed` [GH-2880]
|
||||
* agent: Notify systemd on Linux after LAN join is complete. [GH-2121]
|
||||
* dns: Added support for EDNS(0) size adjustments if set in the request frame. This allows DNS responses via UDP which are larger than the standard 512 bytes max if the requesting client can support it. [GH-1980, GH-3131]
|
||||
|
||||
BUG FIXES:
|
||||
|
||||
* agent: Parse values given to `?passing` for health endpoints. Previously Consul only checked for the existence of the querystring, not the value. That means using `?passing=false` would actually still include passing values. Consul 0.9 now parses the value given to passing as a boolean. If no value is provided, the old behavior remains. **This may be a breaking change for some users**, but the old experience was incorrect and caused enough confusion to warrant changing it. [GH-2212, GH-3136]
|
||||
* agent: Fixed a regression where configuring -1 for the port was no longer disabling the DNS server. [GH-3135]
|
||||
* agent: Fix `consul leave` shutdown race. When shutting down an agent via the `consul leave` command on the command line the output would be `EOF` instead of `Graceful leave completed` [GH-2880]
|
||||
* server: Fixed an issue where the leader could return stale data duing queries as it is starting up. [GH-2644]
|
||||
|
||||
## 0.8.4 (June 9, 2017)
|
||||
|
|
Loading…
Reference in New Issue