1
0
mirror of https://blitiri.com.ar/repos/chasquid synced 2025-12-16 14:27:01 +00:00

docs: v1.12 release notes

This commit is contained in:
Alberto Bertogli
2023-10-04 16:16:09 +01:00
parent 8cc42df249
commit 27fd7e7220

View File

@@ -5,6 +5,20 @@ This file contains notes for each release, summarizing changes and explicitly
noting backward-incompatible changes or known security issues.
## 1.12 (2023-10-07)
- Support [aliases with drop characters and
suffix separators](aliases.md#drop-characters-and-suffix-separators).
- Improved delivery on some low-level TLS negotiation errors.
- `smtp-check`: Add flag to specify local name.
- `chasquid-util`: `aliases-resolve` and `domaininfo-remove` subcommands now
talk to the running server. That results in more authoritative answers, and
performance improvements.
- `chasquid-util`: Remove `aliases-add` subcommand. This was an undocumented
command that was added a while ago, and there is no need for it anymore.
- Handle symlinks under the `certs/` directory.
## 1.11 (2023-02-19)
- New tracing library for improved observability.