3.2.4 (2024-10-28)
Enhancements:
- implements support custom http headers in alerts, fix #483, thanks @addshore
- improve Logs support add Log Context and Log adhoc filters, fix #646
- improve support DateTime(timezone) more consistent, fix #625
- switch to go 1.23
- add more e2e test for unified and legacy alerts
- made e2e tests more stable
Fixes:
- fix corner case in AST parsing to properly count open and close brackets, fix #648
- fix bug in connection settings, when turn on
default values
, then Default field values drop down selectors do not work with BasicAuth,
fix #624, #632 - fix bug in connection settings, when turn on
default values
, then Default field values drop down doesn't show DateTime64 fields,
fix #630
What's Changed
- Adding test for #615. by @antip00 in #621
- Bump path-to-regexp from 1.8.0 to 1.9.0 by @dependabot in #623
- Bump github.com/grafana/grafana-plugin-sdk-go from 0.228.0 to 0.250.0 by @dependabot in #629
- Bump dompurify from 2.5.1 to 2.5.6 by @dependabot in #627
- Adding tests for legacy alerts. by @antip00 in #628
- Adding tests for default values. by @antip00 in #631
- Adding tests for unified alerts, updating requirements. by @antip00 in #635
- Changing test for DateTime64 default value. by @antip00 in #636
- issues 630 and 632 by @lunaticusgreen in #633
- add dashboard for DateTime('timezone') and DateTime64(X,'timezone') by @Slach in #638
- More consistent support TimeZone in fields in panel (toTimeSeries, toLogs, toTraces should work properly with DateTime('timezone') and DateTime64('timezone') by @Slach in #639
- Fixing tests for new grafana version. by @antip00 in #649
- Issue-597: add logs context by @lunaticusgreen in #643
- fix corner AST for brackets by @Slach in #650
- Log adhoc filters by @lunaticusgreen in #651
- Custom Headers in Alerts in golang part by @addshore in #613
New Contributors
Full Changelog: v3.2.3...v3.2.4