diff options
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 |