From: Vsevolod Stakhov Date: Thu, 8 Jan 2026 13:17:41 +0000 (+0000) Subject: Release 3.14.3 X-Git-Tag: 3.14.3^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=236eb65f34b6655c39b0b4d8cc79dd73ed2faad7;p=thirdparty%2Frspamd.git Release 3.14.3 * [Feature] Add task registry for safe Lua task reference validation * [Feature] Add text quality analysis for PDF garbage filtering * [Feature] Implement basic PDF text extraction with UTF-16 detection * [Feature] Add extra tables API for clickhouse plugin * [Feature] Add confighelp documentation for RBL module * [Feature] WebUI: add backend API interaction error log * [Fix] Neural: by default include symbols with no flags * [Fix] Symcache: make FINE propagation deterministic * [Fix] URL: Prevent false positives from numeric IP regeneration in mailto URLs * [Fix] Settings: Allow spaces in selector regexps * [Fix] Prevent use-after-free in Redis callbacks after session cleanup * [Fix] Lua 5.4 compatibility in clickhouse and elastic plugins * [Fix] Use exact map lookup for DKIM key_table instead of glob * [Fix] Handle connection errors with io_uring backend in HTTP client * [Minor] Update public suffix list --- diff --git a/ChangeLog b/ChangeLog index 881fa35334..338f132b86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +3.14.3: 08 Jan 2026 + * [Feature] Add task registry for safe Lua task reference validation + * [Feature] Add text quality analysis for PDF garbage filtering + * [Feature] Implement basic PDF text extraction with UTF-16 detection + * [Feature] Add extra tables API for clickhouse plugin + * [Feature] Add confighelp documentation for RBL module + * [Feature] WebUI: add backend API interaction error log + * [Fix] Neural: by default include symbols with no flags + * [Fix] Symcache: make FINE propagation deterministic + * [Fix] URL: Prevent false positives from numeric IP regeneration in mailto URLs + * [Fix] Settings: Allow spaces in selector regexps + * [Fix] Prevent use-after-free in Redis callbacks after session cleanup + * [Fix] Lua 5.4 compatibility in clickhouse and elastic plugins + * [Fix] Use exact map lookup for DKIM key_table instead of glob + * [Fix] Handle connection errors with io_uring backend in HTTP client + * [Minor] Update public suffix list + 3.14.2: 10 Dec 2025 * [Feature] DMARC: Add --recheck-rua option to dmarc_report for RUA filtering at send time * [Feature] Metadata exporter: Add multipart and msgpack formatters