1
0
mirror of https://github.com/axllent/mailpit.git synced 2026-06-20 00:15:29 +02:00

Merge tag 'v1.30.2' into develop

Release v1.30.2
This commit is contained in:
Ralph Slooten
2026-06-17 15:36:50 +12:00
+22
View File
@@ -2,6 +2,28 @@
Notable changes to Mailpit will be documented in this file.
## [v1.30.2]
### Security
- Fix incomplete SSRF protection in IsInternalIP() detection for IPv6 transition mechanisms (GHSA-w4mc-hhc6-xp28)
### Feature
- Add wait support to readyz ([#697](https://github.com/axllent/mailpit/issues/697))
### Chore
- Compress websocket messages once per broadcast to improve performance ([#695](https://github.com/axllent/mailpit/issues/695))
- Toggle websocket compression using HTTP compression setting
- Update Github Actions dependencies
- Update Go dependencies
- Update node dependencies
### Fix
- Adjust header setting order in error response functions ([#699](https://github.com/axllent/mailpit/issues/699))
### Test
- Add readyz tests
## [v1.30.1]
### Security