diff --git a/CHANGELOG.md b/CHANGELOG.md index c9d5619..fcecbf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,18 +2,30 @@ Notable changes to Mailpit will be documented in this file. -## [v1.28.4] +## [v1.29.0] + +### Feature +- Include message attachment checksums (MD5, SHA1 & SHA254) in API message summary +- Option to display/hide attachment information in message view in web UI including checksums, content type & disposition ### Chore - Increase allowed SMTP email address length to 1024 chars & return clearer SMTP responses for failures ([#620](https://github.com/axllent/mailpit/issues/620)) - Update Go dependencies - Update node dependencies +- Add support for multi-origin CORS settings and apply to events websocket ([#630](https://github.com/axllent/mailpit/issues/630)) +- Add support for webhook delay ([#627](https://github.com/axllent/mailpit/issues/627)) +- Update Go dependencies +- Update node dependencies ### Fix - Ensure SMTP HELO/EHLO command is issued before MAIL FROM as per RFC 5321 ([#621](https://github.com/axllent/mailpit/issues/621)) - Prevent nested MAIL command during an active SMTP transaction ([#623](https://github.com/axllent/mailpit/issues/623)) - Avoid error on image type assertion in thumbnail generation +### Test +- Add CORS tests +- Add message summary attachment checksum tests + ## [v1.28.3]