From 9e3c102f34fa5f6adbe70c42697558b63b3bbd0e Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Sat, 12 Sep 2020 12:03:25 +0100 Subject: [PATCH] docs: v1.5 release notes --- docs/relnotes.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/relnotes.md b/docs/relnotes.md index e5aa27b..d412f32 100644 --- a/docs/relnotes.md +++ b/docs/relnotes.md @@ -5,6 +5,15 @@ This file contains notes for each release, summarizing changes and explicitly noting backward-incompatible changes or known security issues. +## 1.5 (2020-09-12) + +- Add OpenMetrics exporter (compatible with Prometheus). +- Support log rotation via SIGHUP, and other misc. logging improvements. +- Fix error code on transient authentication issues. +- Fix rspamd greylist action handling in the default hook. +- Miscellaneous monitoring server improvements. + + ## 1.4 (2020-05-22) - Use the configured hostname in outgoing SMTP HELO/EHLO.