From: Vsevolod Stakhov Date: Tue, 17 Jun 2025 09:32:30 +0000 (+0100) Subject: Release 3.12.1 X-Git-Tag: 3.12.1^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6dbfca2fa06e1856a57fce7a6c90d5e0d0406b6a;p=thirdparty%2Frspamd.git Release 3.12.1 * [Feature] Add /bayes/classifiers HTTP endpoint * [Feature] Further improvements in scheduling next checks * [Fix] Another fix for maps concurrent load * [Fix] Do not add log tag header in milter logic * [Fix] Do not explicitly add Connection header if it's there * [Fix] Fix proxy headers duplication * [Fix] Fix several issues with the lua_logger * [Fix] Make logger more graceful when dealing with format arguments * [Fix] Try to avoid incomplete writes * [Rework] Eliminate maps locking --- diff --git a/ChangeLog b/ChangeLog index 4aefa4d69b..0ae980c9be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +3.12.1: 17 Jun 2025 + * [Feature] Add /bayes/classifiers HTTP endpoint + * [Feature] Further improvements in scheduling next checks + * [Fix] Another fix for maps concurrent load + * [Fix] Do not add log tag header in milter logic + * [Fix] Do not explicitly add Connection header if it's there + * [Fix] Fix proxy headers duplication + * [Fix] Fix several issues with the lua_logger + * [Fix] Make logger more graceful when dealing with format arguments + * [Fix] Try to avoid incomplete writes + * [Rework] Eliminate maps locking + 3.12.0: 09 Jun 2025 * [CritFix] In lua-ucl disable macros and file variables by default * [Feature] Add keep-alive support