1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-04-23 12:18:56 +02:00

Merge tag 'v1.22.2' into develop

Release v1.22.2
This commit is contained in:
Ralph Slooten 2025-02-09 10:10:43 +13:00
commit d0458e2e7a

View File

@ -2,6 +2,19 @@
Notable changes to Mailpit will be documented in this file.
## [v1.22.2]
### Chore
- Update node dependencies / esbuild
- Update Go dependencies
- Enable browser cache for embedded web UI assets
- Replace http.FileServer with custom controller to correctly encode gzipped error responses for embed.FS
### Fix
- Add missing "latest" route to message attachment API endpoint ([#437](https://github.com/axllent/mailpit/issues/437))
- Remove recursive HTML regeneration in embedded HTML view ([#434](https://github.com/axllent/mailpit/issues/434))
## [v1.22.1]
### Feature