summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-05-23 19:59:27 +0300
committerValery Piashchynski <[email protected]>2020-05-23 19:59:27 +0300
commitc4a47cc74421808a1f20788dbca2fbf1334e8054 (patch)
treef3f03df5e4bbe8bbd229b6e519b420feecc14fd2 /CHANGELOG.md
parent6a111d01d9ec2f43b2fd0173532a0db101137648 (diff)
update h2c_test, add backoff
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index de88fbe9..713da3b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,15 @@
CHANGELOG
=========
-v1.8.1 (20.05.2020)
+v1.8.1 (23.05.2020)
-------------------
-- Update goridge version to 2.4.2
+- Update goridge version to 2.4.3
- 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)
+- Add support for the RootCA via the
- See the full milestone here: [link](https://github.com/spiral/roadrunner/milestone/11?closed=1)
v1.8.0 (05.05.2020)