diff options
author | Wolfy-J <[email protected]> | 2019-05-04 18:52:24 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-05-04 18:52:24 +0300 |
commit | 117a347b5234bce4168c332f5471855427399b7b (patch) | |
tree | 256eccc13a6a8f8e29684a9c4e0ed1892a4139ec /CHANGELOG.md | |
parent | 17c259e8e0a7988b4336643c4d180733663dbaa3 (diff) |
polish
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fcfdf990..9b6f380b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,17 +4,19 @@ 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 +- the ability to safely remove the worker from the pool in runtime - minor performance improvements -- real ip resolution using X-Real-Ip and X-Forwarded-For (+cidr verification) -- watchers - - maxTTL (graceful) - - maxExecTTL (brute, max_execution_time) - - maxIdleTTL (graceful) - - maxMemory (graceful) -- stop command +- `real ip` resolution using X-Real-Ip and X-Forwarded-For (+cidr verification) +- automatic worker lifecycle manager (watcher) + - maxMemory (graceful stop) + - maxTTL (graceful stop) + - maxIdleTTL (graceful stop) + - maxExecTTL (brute, max_execution_time) +- the ability to stop rr using `rr stop` - `maxRequest` option has been deprecated in favor of `maxRequestSize` -- download rr command (symfony/console based) by @Alex-Bond +- `/vendor/bin/rr get` to download rr server binary (symfony/console) by @Alex-Bond +- `/vendor/bin/rr init` to init rr config by @Alex-Bond +- quick builds are no longer supported - PSR-12 - strict_types=1 added to all php files |