v0.31.1
mastercactapus
released this
11 Sep 16:36
·
610 commits
to master
since this release
GoAlert v0.31.1
This point release fixes some regressions present in the v0.31.0 release. Additionally, containers and binaries for this version were built with Go 1.21.1.
Bug Fixes
- Fixed issue with SMTP server when multiple RCPT TO addresses were sent
- Added a missing column for the alerts feature that prevented switchover from working properly
- Fixed an issue that prevented adding webhooks to escalation policies when Slack is disabled
- Fixed search behavior when matching multiple words
4 PRs by @andrewbenington and @mastercactapus
- fix: prefix search by @andrewbenington in #3234
- smtpsrv: return proper errors and limit RCPT TO by @mastercactapus in #3251
- swo: add missing id column to alert_feedback by @mastercactapus in #3256
- ep: fix webhook expansion when slack is disabled by @mastercactapus in #3264
Misc
- The Google Analytics feature was re-introduced and updated
- Dependency and driver updates
- New TypeScript conversion
6 PRs by @mastercactapus, @Forfold, @leyasalazar, and @KatieMSB
- dev: update sqlc to latest version (1.20.0) by @mastercactapus in #3244
- ui/deps: upgrade mui packages to latest by @Forfold in #3253
- dev: update all devtools to use pgx v5 by @mastercactapus in #3255
- ui/components: Convert NewUserSetUp to ts by @leyasalazar in #3242
- feat: add google analytics support by @KatieMSB in #3254
- db: switch driver to pgx5 by @mastercactapus in #3258
Full Changelog: v0.31.0...v0.31.1