summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-05-04 00:11:15 +0300
committerWolfy-J <[email protected]>2019-05-04 00:11:15 +0300
commite23b523cde0059dfd6cb4696b09f210021e10e18 (patch)
treee39075ca0de7c377fca3781b1ebf627b8597c80e /CHANGELOG.md
parent727602f9d6e3b5a92f6fa0d7a497ab1ef358a349 (diff)
update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88477d08..4d9a5efa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,26 @@
CHANGELOG
=========
+v1.4.0
+-------------------
+- ENV variables in configs (automatic RR_ mapping and manual definition using "${ENV_NAME}" value)
+- add the ability to remove the worker from the pool in runtime
+- minor performance improvements
+- watchers
+ - maxTTL
+ - maxExecTTL (max_execution_time)
+ - maxIdleTTL
+ - maxMemory (RSS)
+- stop command
+- `maxRequest` option has been deprecated in favor of `maxRequestSize`
+- download rr command (symfony/console based)
+- PSR-12
+- strict_types=1 added to all php files
+
+v1.3.6 (21.03.2019)
+-------------------
+- bugfix: pool did not wait for slow workers to complete while running concurrent load with http:reset command being invoked
+
v1.3.5 (14.02.2019)
-------------------
- new console flag `l` to define log formatting