From a3c06b6ee43705e96f97e43181ce4dbf87a088e5 Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Sun, 25 Jul 2021 15:38:23 +0100 Subject: [PATCH] docs: v1.8 release notes --- docs/relnotes.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/relnotes.md b/docs/relnotes.md index c753d82..14ddc89 100644 --- a/docs/relnotes.md +++ b/docs/relnotes.md @@ -5,6 +5,19 @@ This file contains notes for each release, summarizing changes and explicitly noting backward-incompatible changes or known security issues. +## 1.8 (2021-07-30) + +- Stricter error checking to help prevent cross-protocol attacks + (like [ALPACA](https://alpaca-attack.com/)). +- Allow authenticating users without an `@domain` part. +- Add integration for + [chasquid-rspamd](https://github.com/Thor77/chasquid-rspamd) and + [dkimpy](https://launchpad.net/dkimpy/) in the example hook. +- Add a `-to_puny` option to mda-lmtp, to punycode-encode addresses. +- Use `application/openmetrics-text` as content type in the openmetrics + exporter. + + ## 1.7 (2021-05-31) - chasquid-util no longer depends on the unmaintained docopt-go.