Skip to content

Releases: fr-ser/grafana-sqlite-datasource

Release v1.2.1

05 Apr 14:53
Compare
Choose a tag to compare

[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

31 Mar 13:31
Compare
Choose a tag to compare

[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

27 Mar 20:18
Compare
Choose a tag to compare

[1.1.0]

Added

  • Experimental support for MacOS (not static linking)

Release v1.0.3

26 Mar 19:16
Compare
Choose a tag to compare

[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

23 Mar 19:15
Compare
Choose a tag to compare

[1.0.2]

Fixed

  • Fixed bug preventing using query variables when SQLite is the default datasource (<= Grafana 7.4)

Release v1.0.1

21 Mar 11:54
Compare
Choose a tag to compare

[1.0.1]

Added

  • Enabled the alerting feature for the plugin (no code change)

Release v1.0.0

13 Mar 07:20
Compare
Choose a tag to compare

[1.0.0]

No breaking change was introduced but due to code stability the first major version is released.

Fixed

  • variables like $__interval and $__interval_ms are supported now

Release v0.2.7

07 Jan 19:01
Compare
Choose a tag to compare

[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

03 Jan 16:48
Compare
Choose a tag to compare

[0.2.6]

Added

  • Documentation about the time conversion in the README and in the query editor help text.

v0.2.5: Bugfix NUMERIC column

19 Dec 19:27
Compare
Choose a tag to compare

[0.2.5]

Fixed

  • Correct handling of "NUMERIC" columns with mixed data (e.g. float and integer)