1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-03-17 21:18:19 +02:00

Release v1.10.1

This commit is contained in:
Ralph Slooten 2023-11-19 15:14:07 +13:00
parent 359573c231
commit daac2fc921

View File

@ -2,6 +2,22 @@
Notable changes to Mailpit will be documented in this file.
## [v1.10.1]
### Chore
- Use NextReader() instead of ReadMessage() for websocket reading ([#207](https://github.com/axllent/mailpit/issues/207))
### Fix
- Prevent JavaScript error if message is missing `From` header ([#209](https://github.com/axllent/mailpit/issues/209))
### Libs
- Update node modules
- Update Go modules
### Swagger
- Revert BinaryResponse type to string
## [v1.10.0]
### Feature