diff options
author | Wolfy-J <[email protected]> | 2019-05-04 00:11:15 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-04 00:11:15 +0300 |
commit | e23b523cde0059dfd6cb4696b09f210021e10e18 (patch) | |
tree | e39075ca0de7c377fca3781b1ebf627b8597c80e | |
parent | 727602f9d6e3b5a92f6fa0d7a497ab1ef358a349 (diff) |
update changelog
-rw-r--r-- | CHANGELOG.md | 20 |
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 |