v12.4.6
12.4.6
Added 1
- Add protected fields authorization check to provisioning API for alerting
Changed 2
- Return 403 instead of 500 on contact point provenance mismatch in alerting
- Update Go version to 1.26.5
Fixed 2
- Handle gzip, deflate, and brotli compressed API responses in Jaeger
- Fix ORM table mapping bug causing SELECT alert_rule columns FROM user on PostgreSQL
Download page What's new highlights
Features and enhancements
- Alerting: Add protected fields authorization check to provisioning API #127940, @grafana-writer[bot]
- Alerting: Return 403 instead of 500 on contact point provenance mismatch #127814, @rwwiv
- Go: Update version to 1.26.5 #128017, @macabu
Bug fixes
- Jaeger: Handle gzip, deflate, and brotli compressed API responses #128062, @zoltanbedi
- alerting: fix ORM table mapping bug causing SELECT alert_rule columns FROM user on PostgreSQL #128753, @dhananjay6561