summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-02-24 00:12:05 +0300
committerValery Piashchynski <[email protected]>2021-02-24 00:12:05 +0300
commite684ac16035bed9a4c09677b0db3b33477955dc9 (patch)
tree0d226eb8ad9730ede1f7cd80b5f7b44d1fb23b0a /CHANGELOG.md
parent18a097292a567fccdd02304ff236bf78d769965d (diff)
Fix pool behavior, update tests
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b11ffdad..3f31aca3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,11 +4,12 @@ CHANGELOG
v2.0.0-RC.4 (20.02.2021)
-------------------
-- PHP tests use latest signatures (https://github.com/spiral/roadrunner/pull/550)
-- Endure container update to v1.0.0-RC.2 version
+- PHP tests use latest signatures (https://github.com/spiral/roadrunner/pull/550).
+- Endure container update to v1.0.0-RC.2 version.
- Remove unneeded mutex from the `http.Workers` method.
-- Rename `checker` plugin package to `status`, remove `/v1` endpoint prefix (#557)
+- Rename `checker` plugin package to `status`, remove `/v1` endpoint prefix (#557).
- Add static, headers, status, gzip plugins to the `main.go`.
+- Fix workers pool behavior -> idle_ttl, ttl, max_memory are soft errors and exec_ttl is hard error.
v2.0.0-RC.3 (17.02.2021)
-------------------