diff options
author | Valery Piashchynski <[email protected]> | 2020-09-02 11:30:46 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-09-02 11:30:46 +0300 |
commit | 163c72df6e4a46aa78ab825670aedce069bae40f (patch) | |
tree | cc09ae8b027be73e7e168b7447bfe71af5d92686 | |
parent | f7dc6bafa5edadcaba87ffee9bb33aa82a848792 (diff) |
release 1.8.3
-rw-r--r-- | CHANGELOG.md | 9 | ||||
-rwxr-xr-x | build.sh | 2 |
2 files changed, 10 insertions, 1 deletions
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 @@ -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}" |