aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-11-19 16:55:04 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-11-19 17:31:43 +0000
commitf87b6eb3145f9d68d55a6df2e678b620d470127c (patch)
tree0e17977373b325ebfd649243ded58a66745df028 /ChangeLog
parentb130109429aa4046e682324de3ac2f31b31fe563 (diff)
downloadrspamd-f87b6eb3145f9d68d55a6df2e678b620d470127c.tar.gz
rspamd-f87b6eb3145f9d68d55a6df2e678b620d470127c.zip
Release 2.22.2
* [Conf] Antivirus: Fix the default config * [Feature] Add verdict library in lua * [Feature] Allow exception when choosing upstream * [Feature] Allow to disable symbols from the metric config * [Feature] Allow to limit maps per specific worker * [Feature] Always validate Rspamd protocol output * [Feature] Antivirus: Add preliminary virustotal support * [Feature] Clickhouse: Rework Clickhouse collection logic * [Feature] Improve base64 usage * [Feature] Shutdown timeout is now associated with task timeout * [Fix] #3129 Multiple classifiers on redis working incorrectly * [Fix] Allow real upstreams configuration * [Fix] Another try to fix slow callbacks and timers * [Fix] Check results of write message as SSL can bork them * [Fix] Clickhouse: Avoid potential races in collection * [Fix] Clickhouse: Fix periodic script * [Fix] Fail DNS upstream on each retransmit attempt * [Fix] Fix consistent hashing when upstreams are marked inactive * [Fix] Fix issues found * [Fix] Fix off-by-one in retries for the proxy * [Fix] Fix termination * [Fix] Fix upstreams exclusion logic * [Fix] Fix utf8 validation for symbols options and empty strings * [Fix] Oops, fix maps reload * [Fix] Rbl: Allow utf8 lookups for IDN domains * [Fix] Sigh, another try to fix brain-damaged openssl * [Project] Add fast utf8 validation library * [Project] Use own utf8 validation instead of glib * [Rework] Another phase of finish actions rework * [Rework] Further cmake system rework * [Rework] Further isolation of the controller's functions * [Rework] Make cmake structure more modular * [Rework] Move cmake modules to a dedicated path * [Rework] Replace controller functions by any scanner worker if needed * [Rework] Rework final scripts logic * [Rework] Rewrite rspamd_str_make_utf_valid function Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog38
1 files changed, 38 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b42fb527a..281e6d58a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+2.2: 19 Nov 2019
+ * [Conf] Antivirus: Fix the default config
+ * [Feature] Add verdict library in lua
+ * [Feature] Allow exception when choosing upstream
+ * [Feature] Allow to disable symbols from the metric config
+ * [Feature] Allow to limit maps per specific worker
+ * [Feature] Always validate Rspamd protocol output
+ * [Feature] Antivirus: Add preliminary virustotal support
+ * [Feature] Clickhouse: Rework Clickhouse collection logic
+ * [Feature] Improve base64 usage
+ * [Feature] Shutdown timeout is now associated with task timeout
+ * [Fix] #3129 Multiple classifiers on redis working incorrectly
+ * [Fix] Allow real upstreams configuration
+ * [Fix] Another try to fix slow callbacks and timers
+ * [Fix] Check results of write message as SSL can bork them
+ * [Fix] Clickhouse: Avoid potential races in collection
+ * [Fix] Clickhouse: Fix periodic script
+ * [Fix] Fail DNS upstream on each retransmit attempt
+ * [Fix] Fix consistent hashing when upstreams are marked inactive
+ * [Fix] Fix issues found
+ * [Fix] Fix off-by-one in retries for the proxy
+ * [Fix] Fix termination
+ * [Fix] Fix upstreams exclusion logic
+ * [Fix] Fix utf8 validation for symbols options and empty strings
+ * [Fix] Oops, fix maps reload
+ * [Fix] Rbl: Allow utf8 lookups for IDN domains
+ * [Fix] Sigh, another try to fix brain-damaged openssl
+ * [Project] Add fast utf8 validation library
+ * [Project] Use own utf8 validation instead of glib
+ * [Rework] Another phase of finish actions rework
+ * [Rework] Further cmake system rework
+ * [Rework] Further isolation of the controller's functions
+ * [Rework] Make cmake structure more modular
+ * [Rework] Move cmake modules to a dedicated path
+ * [Rework] Replace controller functions by any scanner worker if needed
+ * [Rework] Rework final scripts logic
+ * [Rework] Rewrite rspamd_str_make_utf_valid function
+
2.1: 28 Oct 2019
* [Conf] Update neural.conf
* [CritFix] Fix dkim verification for multiple headers listed