From fe7f77897c2a88e59df42422e9d0da91623aa439 Mon Sep 17 00:00:00 2001 From: Aaron Hurt Date: Tue, 11 Sep 2018 14:07:10 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75310e3f9..698e34da0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,16 @@ #### Improvements + * [Issue #542](https://github.com/fabiolb/fabio/issues/542): urlprefix allow to ignore case + + Fabio was forcing hostnames in routes added via Consul tags to lowercase. This caused problems + with table lookups that were not case-insensitive. The patch appled in #543 forces all routes added + via consul tags or the internal `addRoute` to have lower case hostnames in addition to forcing + hostnames to lowercase before performing table lookups. This means that routes and table lookups + in fabio are no longer case sensitive. + + Thanks to [@shantanugadgil](https://github.com/shantanugadgil) for the patch. + #### Features ### [v1.5.9](https://github.com/fabiolb/fabio/releases/tag/v1.5.9) - 16 May 2018