From 163c72df6e4a46aa78ab825670aedce069bae40f Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Wed, 2 Sep 2020 11:30:46 +0300 Subject: release 1.8.3 --- CHANGELOG.md | 9 +++++++++ build.sh | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f2ebb67..493d4dc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ CHANGELOG ========= +v1.8.3 (02.09.2020) +------------------- +- Fix superfluous response.WriteHeader issue. +- Proper handle of `broken pipe` error on Linux and Windows. +- PCI DSS compliant upgrade (thanks @antonydevanchi). +- Fix HSTS header (thanks @antonydevanchi). +- Add Request and Response headers to a static files (thanks @siad007). +- Add user_namespaces check when running RR worker from particular user. + v1.8.2 (06.06.2020) ------------------- - Bugfix release diff --git a/build.sh b/build.sh index 9730ba08..77c13fff 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" # Pushes application version into the build information. -RR_VERSION=1.8.2 +RR_VERSION=1.8.3 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" -- cgit v1.2.3