summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-09-02 08:52:38 +0000
committerGitHub <[email protected]>2020-09-02 08:52:38 +0000
commit0af502835616774a8b306596e4d1a8c5843b6bc8 (patch)
tree438a2c0d2ccc163ebfaebc0c9143419d8a5ae390
parentf7dc6bafa5edadcaba87ffee9bb33aa82a848792 (diff)
parentb7aac81e6392bd0556aec0664bc8135919bf9bd2 (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.md9
-rwxr-xr-xbuild.sh2
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
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}"