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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,30 @@
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.8.1] - 2024-05-23
6
+
7
+
To upgrade replace the `stalwart-mail` binary and then upgrade to the latest web-admin and spam filter versions.
8
+
9
+
## Added
10
+
- POP3 support.
11
+
- DKIM signature length exploit protection.
12
+
- Faster email deletion.
13
+
- Junk/Trash folder auto-expunge and changelog auto-expiry (#403)
14
+
- IP allowlists
15
+
- HTTP Strict Transport Security option.
16
+
- Add TLS Reporting DNS entry (#464).
17
+
18
+
### Changed
19
+
- Use separate account for master user.
20
+
- Include server hostname in SMTP greetings (#448).
21
+
22
+
### Fixed
23
+
- IP addresses trigger `R_SUSPICIOUS_URL` false positive (#461#419).
24
+
- JMAP identities should not return null signatures.
25
+
- Include authentication headers and check queue quotas on Sieve message forwards.
26
+
- ARC seal using just one signature.
27
+
- Remove technical subdomains from MTA-STS policies and TLS records (#429).
28
+
5
29
## [0.8.0] - 2024-05-13
6
30
7
31
This version uses a different database layout which is incompatible with previous versions. Please read the [UPGRADING.md](UPGRADING.md) file for more information on how to upgrade from previous versions.
0 commit comments