1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-01-28 03:56:50 +02:00

Release v1.14.0

This commit is contained in:
Ralph Slooten 2024-02-24 23:26:57 +13:00
parent 9892375366
commit 7cb71ad5bf

View File

@ -2,6 +2,23 @@
Notable changes to Mailpit will be documented in this file.
## [v1.14.0]
### Chore
- Update node dependencies
- Update Go dependencies
- Refactor storage library
- Security improvements (gosec)
- Switch to short uuid format for database IDs
- Better handling of automatic database compression (vacuuming) after deleting messages
### Docker
- Add edge Docker images for latest unreleased features
### Feature
- Optional POP3 server ([#249](https://github.com/axllent/mailpit/issues/249))
## [v1.13.3]
### API