diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-09-02 08:52:38 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-09-02 08:52:38 +0000 |
commit | 0af502835616774a8b306596e4d1a8c5843b6bc8 (patch) | |
tree | 438a2c0d2ccc163ebfaebc0c9143419d8a5ae390 | |
parent | f7dc6bafa5edadcaba87ffee9bb33aa82a848792 (diff) | |
parent | b7aac81e6392bd0556aec0664bc8135919bf9bd2 (diff) |
Merge #358v1.8.3
358: release 1.8.3 r=48d90782 a=48d90782
Co-authored-by: Valery Piashchynski <[email protected]>
-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..4c58de9b 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 static files (thanks @siad007). +- Add user_namespaces check when running RR worker from a 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}" |