Fix Rate limiter panics when periods under 1 second are used

This commit is contained in:
Maurus Decimus
2026-06-06 11:24:55 +02:00
parent d0b0cb9438
commit bfd8e2cfc6
2 changed files with 4 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ If you are upgrading from v0.16.x, replace the binary (or run `docker pull`). If
- Disabled aliases continue receiving messages.
- JMAP for File Storage: `FileNode/get` returns a stale state string.
- Make `SieveSystemInterpreter.defaultReturnPath` and `MtaQueueQuota.match` optional expressions.
- Rate limiter panics when periods under 1 second are used.
## [0.16.7] - 2026-05-28