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 /CHANGELOG.md | |
parent | c51104bc7bc369e6e4dacc985ccb7dbf6b626ef6 (diff) |
release 1.8.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 11 insertions, 1 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) ------------------- |