summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-05-04 18:47:12 +0300
committerWolfy-J <[email protected]>2019-05-04 18:47:12 +0300
commit17c259e8e0a7988b4336643c4d180733663dbaa3 (patch)
tree157faa2b009e648ba17fbce86fa6ac2a08ade42a /CHANGELOG.md
parent5f0fa44cc1b2ad377eb0832ec7e4f2337fc843b4 (diff)
real ip + better stop sequence
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 22d3bf85..fcfdf990 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,11 +6,12 @@ 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
+- real ip resolution using X-Real-Ip and X-Forwarded-For (+cidr verification)
- watchers
- - maxTTL
- - maxExecTTL (max_execution_time)
- - maxIdleTTL
- - maxMemory (RSS)
+ - maxTTL (graceful)
+ - maxExecTTL (brute, max_execution_time)
+ - maxIdleTTL (graceful)
+ - maxMemory (graceful)
- stop command
- `maxRequest` option has been deprecated in favor of `maxRequestSize`
- download rr command (symfony/console based) by @Alex-Bond