Fix DNS Management: CAA management deletes too third-party CAA entries

This commit is contained in:
Maurus Decimus
2026-07-12 15:48:08 +02:00
parent 8d54d0b44c
commit b5c703e4e3
2 changed files with 48 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ 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.
- 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.