- BUGFIX: fix setting extra_stream_filtersparam toCustom query parameters. See this comment.
- BUGFIX: add sort by (_time) asc/descpipe if logs are sorted in asc/desc order. In versions of grafana below12.x.x, you need to manually run the query if the sorting has been changed. See #379.
- BUGFIX: fix the issue of overwriting the levellabel. Set the calculated level into adetected_levellabel, which is supported only in Grafana version 11.0.8 and above. See #425.
- BUGFIX: fix interpolation of multi-value query variables by mapping filterName:$filterVarandfilterName:=$filterVarto thefilerName:in("v1", ..., "vN"). Support negative operators and stream tags({tag = $var}to{tag in($var)}). Disallow interpolation in regexp with variables (e.g.,field:~$var). See #238.
- BUGFIX: fix rendering the graph with stats range queries by filling missing timestamps with null values. See #421.