[0.11.2] - 2025-01-17
To upgrade replace the stalwart-mail
binary and then upgrade to the latest web-admin.
Added
- Automatic revoking of access tokens when secrets, permissions, ACLs or group memberships change (#649).
- Increased concurrency for local message delivery (configurable via
queue.threads.local
). - Cluster node roles.
config_get
expression function.
Changed
queue.outbound.concurrency
is nowqueue.threads.remote
.lookup.default.hostname
is nowserver.hostname
.lookup.default.domain
is nowreport.domain
.
Fixed
- Distributed locking issues in non-Redis stores (#1066).
- S3 incorrect backoff wait time after failures.
- Panic parsing broken HTMLs.
- Update CLI response serializer to v0.11.x (#1082).
- Histogram bucket counts (#1079).
- Do not rate limit trusted IPs (#1078).
- Avoid double encrypting PGP parts encoded as plain text (#1083).
- Return empty SASL challenge rather than "" (#1064).