Skip to content

Commit 3e41beb

Browse files
committed
Merge tag 'v1.29.0' into develop
Release v1.29.0
2 parents e6fd638 + 43b8ba3 commit 3e41beb

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,30 @@
22

33
Notable changes to Mailpit will be documented in this file.
44

5-
## [v1.28.4]
5+
## [v1.29.0]
6+
7+
### Feature
8+
- Include message attachment checksums (MD5, SHA1 & SHA254) in API message summary
9+
- Option to display/hide attachment information in message view in web UI including checksums, content type & disposition
610

711
### Chore
812
- Increase allowed SMTP email address length to 1024 chars & return clearer SMTP responses for failures ([#620](https://github.com/axllent/mailpit/issues/620))
913
- Update Go dependencies
1014
- Update node dependencies
15+
- Add support for multi-origin CORS settings and apply to events websocket ([#630](https://github.com/axllent/mailpit/issues/630))
16+
- Add support for webhook delay ([#627](https://github.com/axllent/mailpit/issues/627))
17+
- Update Go dependencies
18+
- Update node dependencies
1119

1220
### Fix
1321
- Ensure SMTP HELO/EHLO command is issued before MAIL FROM as per RFC 5321 ([#621](https://github.com/axllent/mailpit/issues/621))
1422
- Prevent nested MAIL command during an active SMTP transaction ([#623](https://github.com/axllent/mailpit/issues/623))
1523
- Avoid error on image type assertion in thumbnail generation
1624

25+
### Test
26+
- Add CORS tests
27+
- Add message summary attachment checksum tests
28+
1729

1830
## [v1.28.3]
1931

0 commit comments

Comments
 (0)