summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormdecimus <mauro@stalw.art>2024-01-14 10:53:41 +0100
committermdecimus <mauro@stalw.art>2024-01-14 10:53:41 +0100
commit4b5576cab491222d436ae125778c2180b3e404d1 (patch)
tree4dbcd2c3b310d9b0f485d6f8f4901391e8f22d5a /CHANGELOG.md
parent02ddbfcc6419d5a68864b533eb777d7008232100 (diff)
v0.5.3v0.5.3
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 89713dbf..61362e9b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,24 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
+## [0.5.3] - 2024-01-14
+
+Please read the [UPGRADING.md](UPGRADING.md) file for more information on how to upgrade from previous versions.
+
+## Added
+- Built-in [fail2ban](https://stalw.art/docs/server/fail2ban) and IP address/mask blocking (#164).
+- CLI: Read URL and credentials from environment variables (#88).
+- mySQL driver: Add `max-allowed-packet` setting (#201).
+
+### Changed
+- Unified storage settings for all services (read the [UPGRADING.md](UPGRADING.md) for details)
+
+### Fixed
+- IMAP retrieval of auto-encrypted emails (#203).
+- mySQL driver: Parse `timeout.wait` property as duration (#202).
+- `X-Forwarded-For` header on JMAP Rate-Limit does not work (#208).
+- Use timeouts in install script (#138).
+
## [0.5.2] - 2024-01-07
Please read the [UPGRADING.md](UPGRADING.md) file for more information on how to upgrade from previous versions.