From f6be07ecedd69f2f698b19310a9f96a4882bd563 Mon Sep 17 00:00:00 2001 From: Frank Schroeder Date: Mon, 19 Mar 2018 10:59:54 +0100 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0caff3082..9cb8657e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,18 @@ #### Bug Fixes - * None + * [Issue #460](https://github.com/fabiolb/fabio/issues/460): Fix access logging when gzip is enabled + + Fabio was not writing access logs when the gzip compression was enabled. + + Thanks to [@tino](https://github.com/tino) for finding this and providing + and initial patch. + + * [PR #468](https://github.com/fabiolb/fabio/pull/468): Fix the regex of the example proxy.gzip.contenttype + + The example regexp for `proxy.gzip.contenttype` in `fabio.properties` was not properly escaped. + + Thanks to [@tino](https://github.com/tino) for the patch. #### Improvements @@ -28,6 +39,15 @@ Thanks to [@systemfreund](https://github.com/systemfreund) for the patch. + * [Issue #448](https://github.com/fabiolb/fabio/issues/448): Redirect http to https on the same destination + + Fabio will now handle redirecting from http to https on the same destination + without a redirect loop. + + Thanks to [@leprechau](https://github.com/leprechau) for the patch and to + [@atillamas](https://github.com/atillamas) for the original PR and the + discussion. + * [PR #453](https://github.com/fabiolb/fabio/pull/453): Handle proxy chains of any length Fabio will now validate that all elements of the `X-Forwarded-For` header