Releases: seatgeek/mailroom
Releases · seatgeek/mailroom
v0.6.0
Notable Changes
- Add event.ProcessorFunc() by @colinodell in #99
Other Changes
- Add CLAUDE.md by @colinodell in #93
- Update module gorm.io/driver/postgres to v1.6.0 by @renovate[bot] in #79
- Update module github.com/cenkalti/backoff/v5 to v5.0.3 by @renovate[bot] in #94
- Update module github.com/golangci/golangci-lint to v2.2.2 by @renovate[bot] in #87
- Update module github.com/golangci/golangci-lint to v2.3.0 by @renovate[bot] in #95
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Notable Changes
- Ability to clone notifications and add labels to event context by @cbolson22 in #89
- Use slices.Clone for slackOpts by @cbolson22 in #91
- Rename Clone() to Copy() by @colinodell in #92
New Contributors
- @cbolson22 made their first contribution in #89
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- The Great Refactor by @colinodell in #82
- Refactor preferences to allow custom defaults and chaining by @colinodell in #83
- Misc tweaks by @colinodell in #85
Full Changelog: v0.3.3...v0.4.0
v0.3.3
What's Changed
- Allow notifying unknown users by @colinodell in #74
- Update module github.com/lmittmann/tint to v1.1.0 by @renovate in #73
- Update dependency go to v1.24.3 by @renovate in #69
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- Update module github.com/slack-go/slack to v0.16.0 by @renovate in #50
- Update module github.com/cenkalti/backoff/v5 to v5.0.1 by @renovate in #42
- Update module github.com/cenkalti/backoff/v5 to v5.0.2 by @renovate in #49
- Update module github.com/lmittmann/tint to v1.0.7 by @renovate in #47
- Several other (less-important) dependency updates
Full Changelog: v0.3.1...v0.3.2
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! 🎉