Releases: fr-ser/grafana-sqlite-datasource
Releases · fr-ser/grafana-sqlite-datasource
Release list
Release v2.0.0-rc.1
[2.0.0-rc.1]
All current Raspberry PI Zero and 1 models have an ARMv6 architecture.
All other models (2 Mod. B v1.2, 3 and 4) have an 64Bit ARMv8 architecture.
As only the Raspberry Pi 2 Mod. B has an ARMv7 architecture this is not used as default anymore.
The Raspberry Pi 2 Mod. B will require a manual installation and all others will be handled
via the Grafana CLI.
Changed
- Using ARMv6 instead of ARMv7 as 32Bit ARM default
Release v1.2.1
[1.2.1]
Added
- More debug level logging from the plugin
Fixed
- The type inference of columns in the backend is now ignoring the letter casing
Release v1.2.0
[1.2.0]
Added
- The response of the plugin includes the final query as metadata and can be checked in the
inspector now - Macro
unixEpochGroupSeconds:- replace time columns with an expression to group by
- Allow filling up missing values with
NULL
Fixed
- return additional time formatted column for time-series formats as normal values (previously
they were skipped)
Release v1.1.0
[1.1.0]
Added
- Experimental support for MacOS (not static linking)
Release v1.0.3
[1.0.3]
Fixed
- Showing better error messages for certain fail conditions of the plugin health check (e.g.
permission error)
Release v1.0.2
[1.0.2]
Fixed
- Fixed bug preventing using query variables when SQLite is the default datasource (<= Grafana 7.4)
Release v1.0.1
[1.0.1]
Added
- Enabled the
alertingfeature for the plugin (no code change)
Release v1.0.0
[1.0.0]
No breaking change was introduced but due to code stability the first major version is released.
Fixed
- variables like
$__intervaland$__interval_msare supported now
Release v0.2.7
[0.2.7]
Changed
-
Changing plugin name to SQLite
-
added category to plugin.json for better grouping on the Grafana homepage
-
updated Readme after first official release of plugin on Grafana homepage
Release v0.2.6
[0.2.6]
Added
- Documentation about the time conversion in the README and in the query editor help text.