diff options
author | Valery Piashchynski <[email protected]> | 2020-05-20 11:32:39 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-05-20 11:32:39 +0300 |
commit | d42f3e8e2874e60b39f995ad61f8087cd9dc14b3 (patch) | |
tree | 3e142900c57536d907daac05aedeb0bfe5cc7ebe | |
parent | c51104bc7bc369e6e4dacc985ccb7dbf6b626ef6 (diff) |
release 1.8.1
-rw-r--r-- | CHANGELOG.md | 12 | ||||
-rwxr-xr-x | build.sh | 2 |
2 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b17ad8da..de88fbe9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,21 @@ CHANGELOG ========= +v1.8.1 (20.05.2020) +------------------- +- Update goridge version to 2.4.2 +- Fix code warnings from phpstan +- Improve RPC +- Create templates for the Bug reporting and Feature requests +- Move docker images from golang-alpine to regular golang images +- Add support for the CloudFlare CF-Connecting-IP and True-Client-IP headers (thanks @vsychov) +- See the full milestone here: [link](https://github.com/spiral/roadrunner/milestone/11?closed=1) + v1.8.0 (05.05.2020) ------------------- - Update goridge version to 2.4.0 - Update PHP version to the 7.2 (currently minimum supported) -- See the full milestone here: [link](https://github.com/spiral/roadrunner/issues?q=is%3Aclosed+milestone%3A1.8.0) +- See the full milestone here: [link](https://github.com/spiral/roadrunner/milestone/10?closed=1) v1.7.1 (22.04.2020) ------------------- @@ -3,7 +3,7 @@ cd $(dirname "${BASH_SOURCE[0]}") OD="$(pwd)" # Pushes application version into the build information. -RR_VERSION=1.8.0 +RR_VERSION=1.8.1 # Hardcode some values to the core package LDFLAGS="$LDFLAGS -X github.com/spiral/roadrunner/cmd/rr/cmd.Version=${RR_VERSION}" |