Update CHANGELOG

This commit is contained in:
Théophile Diot 2023-06-20 16:55:01 -04:00
parent d0fd6884ce
commit 4d984f6237
No known key found for this signature in database
GPG Key ID: E752C80DB72BB014
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@
- [BUGFIX] Fix wrong variables in header phase (fix CORS feature too)
- [BUGFIX] Fix UI not working in Ubuntu (python zope module)
- [BUGFIX] Patch ModSecurity to run it after LUA code (should fix whitelist problems)
- [PERFORMANCE] Reduce CPU usage of scheduler
- [BUGFIX] Custom configurations from env were not being deleted properly
- [PERFORMANCE] Reduce CPU and RAM usage of scheduler
- [PERFORMANCE] Cache ngx.ctx instead of loading it each time
- [PERFORMANCE] Use per-worker LRU cache for common RO LUA values
- [FEATURE] Add Turnstile antibot mode