Releases: seatgeek/mailroom
Releases · seatgeek/mailroom
v0.3.1
What's Changed
- Fix potential race conditions with InMemoryStore accesses by @colinodell in #38
- Never return 5xx errors on delivery failures by @colinodell in #39
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Update module github.com/cenkalti/backoff/v4 to v5 by @colinodell in #29
notifier.WithRetry()
now supports any type of backoff, not just exponential backoffs
- Minor documentation fixes
- Dev dependency updates
New Contributors
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Update module gorm.io/driver/postgres to v1.5.11 by @renovate in #18
- add ctx passing to user.Store interface by @zhammer in #20
Breaking Changes
- BREAKING CHANGE:
user.Store
interfaces now take acontext.Context
as their first parameter.
New Contributors
Full Changelog: v0.1.0...v0.2.0
v0.1.0
This is the initial release of mailroom! 🎉