From e43be79968efd07f534e123d2a3e4d691ec89c8f Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sun, 27 Jul 2025 12:36:29 +1200 Subject: [PATCH] Release v1.27.2 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03ee848..998da6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ Notable changes to Mailpit will be documented in this file. +## [v1.27.2] + +### Feature +- Add ability to generate self-signed (snakeoil) certificates for UI, SMTP and POP3 ([#539](https://github.com/axllent/mailpit/issues/539)) + +### Chore +- Allow sendmail to send to untrusted TLS server +- Update eslint config, remove neostandard +- Refactor JS functions and remove unused parameters +- Update Go dependencies +- Update node dependencies + +### Fix +- Use MaxMessages to determine pruning ([#536](https://github.com/axllent/mailpit/issues/536)) +- Support angle brackets for text/plain URLs with spaces ([#535](https://github.com/axllent/mailpit/issues/535)) +- Do not check latest release for Prometheus statistics ([#522](https://github.com/axllent/mailpit/issues/522)) + +### Security +- Prevent integer overflow conversion to uint64 +- Add ReadHeaderTimeout to Prometheus metrics server + + ## [v1.27.1] ### Chore