This commit is contained in:
Maurus Decimus
2026-07-12 19:18:29 +02:00
parent 602025464b
commit 764c2c1e1c
8 changed files with 27 additions and 24 deletions

View File

@@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
## [0.16.13] - 2026-07-XX
## [0.16.13] - 2026-07-12
If you are upgrading from v0.16.x, replace the binary (or run `docker pull`). If you are upgrading from v0.15.x and below, please read the [upgrading documentation](https://github.com/stalwartlabs/stalwart/blob/main/UPGRADING/v0_16.md) for more information on how to upgrade from previous versions.
@@ -18,7 +18,9 @@ If you are upgrading from v0.16.x, replace the binary (or run `docker pull`). If
- VacationResponse: `isEnabled` reset to false whenever properties are changed.
- Capabilities: Return RFC-3339-conformant UTCDate literals in capabilities: min `0001-01-01T00:00:00Z`, max `9999-12-31T23:59:59Z`.
- Directory: Update local groups only when the external directory includes a group attribute.
- DNS Management: CAA management deletes too third-party CAA entries.
- DNS Management:
- CAA management deletes too third-party CAA entries.
- Multiple provider fixes (see `dns-update` crate changelog).
- Reject invalid duration values (e.g. `1h30m`).
- Branding: Custom logos for domains do not work.
- Sieve: add `Received` headers to auto-generated messages and detect loops.