From 401380ae41688bb704f580a89ab71c5a810f0d6f Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Fri, 9 Jun 2017 15:13:28 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ac43cad6a..c40956b246 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ IMPROVEMENTS: 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] + ## 0.8.4 (June 9, 2017)