2.5.0 (2022-05-31)
Enhancements:
- Add support for Logs visualization, fix #331, thanks @Fiery-Fenix and @pixelsquared
- Add
$conditionalTest
to editor auto-complete - Add support
$__searchFilter
to template variable queries, fix #354 - Add allow sub-seconds time resolution with
$timeSeriesMs
and$timeFilterMs
support, fix #344, fix #398 - Expand template variable values when open context menu
Explore
, fix #346
Fixes:
- remove legacy binaries in dist folder, fix #419
- allow Nullable types in alert label name in backend part, fix #405
- remove INFORMATION_SCHEMA from adhoc control, fix #426
- legacy binaries in dist folder after 2.4.4 release plugin name changed, fix #419
- resolve corner case for
SELECT x IN (SELECT ...)
, fix #421 - tested textbox variables with
${variable:sqlstring}
format, fix #125