1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-08-13 20:04:49 +02:00

Merge tag 'v1.26.0' into develop

Release v1.26.0
This commit is contained in:
Ralph Slooten
2025-06-06 19:05:51 +12:00

View File

@@ -2,6 +2,22 @@
Notable changes to Mailpit will be documented in this file.
## [v1.26.0]
### Feature
- Send API allow separate auth ([#504](https://github.com/axllent/mailpit/issues/504))
- Add Prometheus exporter ([#505](https://github.com/axllent/mailpit/issues/505))
### Chore
- Add MP_DATA_FILE deprecation warning
- Update Go dependencies
- Update node dependencies
### Fix
- Ignore basic auth for OPTIONS requests to API when CORS is set
- Fix sendmail symlink detection for macOS ([#514](https://github.com/axllent/mailpit/issues/514))
## [v1.25.1]
### Chore