From 706332c8450276976445b098e56dd6e9ad4d271a Mon Sep 17 00:00:00 2001 From: Vladimir Shushlin Date: Fri, 12 Feb 2021 10:38:04 +0000 Subject: [PATCH 1/2] Release 1.35.0 --- CHANGELOG | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index e315ddcc0..c068c99ac 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,12 @@ +v 1.35.0 +- Fix for query strings being stripped !398 +- Do not accept client-supplied X-Forwarded-For header for logs without proxy !415 +- Include /etc/hosts in chroot jail !124 +- Render 500 error if API is unavailable and domain info is unavailable !393 +- Allow passing multiple values in `-header` with separator via config file !417 +- Fix `auto` config source !424 +- Allow to serve `zip` from a disk `/pages` !429 + v 1.34.0 - Allow DELETE HTTP method diff --git a/VERSION b/VERSION index 2b17ffd50..2aeaa11ee 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.34.0 +1.35.0 -- GitLab From 7d276872edc93e357f5b43f1ec2c27263e37e943 Mon Sep 17 00:00:00 2001 From: Jaime Martinez Date: Sun, 14 Feb 2021 23:12:05 +0000 Subject: [PATCH 2/2] Apply 1 suggestion(s) to 1 file(s) --- CHANGELOG | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG b/CHANGELOG index c068c99ac..7bd0f8b1c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,5 @@ v 1.35.0 + - Fix for query strings being stripped !398 - Do not accept client-supplied X-Forwarded-For header for logs without proxy !415 - Include /etc/hosts in chroot jail !124 -- GitLab