You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
+
## [0.6.0] - 2024-02-14
6
+
7
+
This version introduces breaking changes in the configuration file. Please read the [UPGRADING.md](UPGRADING.md) file for more information on how to upgrade from previous versions.
8
+
9
+
## Added
10
+
- Distributed and fault-tolerant SMTP message queues.
11
+
- Distributed rate-limiting and fail2ban.
12
+
- Expressions in configuration files.
13
+
14
+
### Changed
15
+
16
+
### Fixed
17
+
- Do not include `STATUS` in IMAP `NOOP` responses (#234).
18
+
- Allow multiple SMTP `HELO` commands.
19
+
5
20
## [0.5.0] - 2023-12-27
6
21
7
22
This version introduces some breaking changes in the configuration file. Please read the [UPGRADING.md](UPGRADING.md) file for more information.
0 commit comments