2.0.3
Pre-release
Pre-release
Enhancements:
- add setup notes for Grafana 7.x to README
- add SQL preprocessing logic on browser side with <% js code subset %>, #186, thanks @fgbogdan
- improve alerts query processing for use case when
query(query_name, from, to)
time range is less than visible dashboard time range, see #237 - improve alerts json parsing in golang part for case when we have string fields in response which interprets as series name, see #230
- properly parsing POST queries in golang part of plugin, #228, thanks @it1804