From 289466bdb8b7d13db38791165d43aeb147e0be0b Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sat, 1 Mar 2025 23:27:43 +1300 Subject: [PATCH] Release v1.23.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d69578..b18beba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ Notable changes to Mailpit will be documented in this file. +## [v1.23.0] + +### Feature +- Add configuration to disable SQLite WAL mode for NFS compatibility +- Add configuration to explicitly disable HTTP compression in web UI/API ([#448](https://github.com/axllent/mailpit/issues/448)) +- Add configuration to set message compression level in db (0-3) ([#447](https://github.com/axllent/mailpit/issues/447) & [#448](https://github.com/axllent/mailpit/issues/448)) + +### Chore +- Update node dependencies +- Update Go dependencies +- Minor speed & memory improvements when storing messages +- Optimize ZSTD encoder for fastest compression of messages ([#447](https://github.com/axllent/mailpit/issues/447)) +- Handle BLOB storage for default database differently to rqlite to reduce memory overhead ([#447](https://github.com/axllent/mailpit/issues/447)) +- Avoid shell in Docker health check ([#444](https://github.com/axllent/mailpit/issues/444)) + +### Fix +- Display the correct STARTTLS or TLS runtime option on startup ([#446](https://github.com/axllent/mailpit/issues/446)) + +### Testing +- Add tests for message compression levels + + ## [v1.22.3] ### Feature