1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-01-06 00:25:39 +02:00

Merge tag 'v1.10.1' into develop

Release v1.10.1
This commit is contained in:
Ralph Slooten 2023-11-19 15:14:11 +13:00
commit cfcb4f0c97

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