From 3c532969c1d776fa50550fd6d0a70c237fe61067 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Wed, 26 Feb 2025 18:19:44 +0100 Subject: [PATCH] Update CHANGELOG.md file --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb79de5ce..83ed4068c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ - [BUGFIX] Fix shenanigans with settings' plugin_id when updating the config - [BUGFIX] Fix rare error where "python3" is not found in docker images +- [BUGFIX] Fix jobs runs excess cleanup method in Database +- [FEATURE] Add `PROXY_BUFFER_SIZE` and `PROXY_BUFFERS` settings to control the proxy buffer size and the number of buffers in `multisite` mode - [UI] Introduced a visual label in the UI to clearly mark service settings that were cloned from the original. - [UI] Added support for custom plugins: developers can now create hooks and blueprints to override existing functionalities, not just a plugin page. - [DEPS] Updated ModSecurity version to v3.0.14