Skip to content

v3.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 May 13:32
· 59 commits to master since this release

3.4.0 (2025-05-03)

Enhancements:

  • add query editor with syntax highlight and error handling to template variables UI, fix #614
  • move query parsing code to golang-only, now we use WASM on frontend, fix #688
  • improve Map(String, anytype) fields in logs panel, will convert as labels and allow adhoc filtering by + and - buttons, fix #634
  • add $lttb and $lttbMs macros to allow show down-sampled time series which will contains more outliers than avg or other kind of aggregation, fix #500
  • add UI option Nullify sparce data with this option, for multi-category requests, if some category miss value for some timestamp in response, then fill it as null, fix #778
  • pass WHERE filters for context window query in logs visualization, fix #706
  • re-implements flamegraph visualization, now self calculates properly, fix #725
  • add else condition to $conditionalTest macros, fix #661
  • multiple improvements e2e test with modern Grafana 11.x fixes and more cases coverage, thanks https://github.com/antip00
  • implements time-series result parsing for format DateTime-related type, category, metric value with properly time-zone parsing, fix #742
  • improve support adhoc variables in logs format

Fixes:

  • fix corner cases for dashboards with repeat by variable value option, fix #712
  • some improvements for syntax highlight, fix #746
  • fix compatibility with new grafana 10.x table plugin, fix #764
  • fix ontime datasource example, fix #763
  • fix corner case for multi-value, template variables usage, fix #762
  • fix corner cases Too many points to visualize properly., for time-series visualization in time, category, value format, fix #705
  • fix corner cases for data links, when got result with one time-series in format for multiple time-series, fix #644
  • fix security alerts, fix #737
  • fix corner cases for transformations in table format, fix #758
  • fix corner cases and simplify for $adhoc macros, fix #779

What's Changed

Full Changelog: v3.3.1...v3.4.0