From ee9eae189cc7f3ed42723ec9c2c494f1d64149ea Mon Sep 17 00:00:00 2001 From: mdecimus Date: Sun, 7 Jul 2024 16:49:42 +0200 Subject: [PATCH] v0.8.5 --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfab61f5..92881e05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [0.8.5] - 2024-07-07 + +To upgrade replace the `stalwart-mail` binary. + +## Added +- Restore deleted e-mails (Enterprise Edition only) +- Kubernetes (K8S) livenessProbe and readinessProbe endpoints + +### Changed +- Avoid sending reports for DMARC/delivery reports (#173) + +### Fixed +- Refresh old FoundationDB read transactions (#520) +- Subscribing shared mailboxes doesn't work (#251) + ## [0.8.4] - 2024-07-03 To upgrade replace the `stalwart-mail` binary.