Skip to content

Releases: fr-ser/grafana-sqlite-datasource

Release v2.0.0-rc.1

Release v2.0.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 07 May 17:59

[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

Choose a tag to compare

@github-actions github-actions released this 05 Apr 14:53

[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

Choose a tag to compare

@github-actions github-actions released this 31 Mar 13:31

[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

Choose a tag to compare

@github-actions github-actions released this 27 Mar 20:18

[1.1.0]

Added

  • Experimental support for MacOS (not static linking)

Release v1.0.3

Choose a tag to compare

@github-actions github-actions released this 26 Mar 19:16

[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

Choose a tag to compare

@github-actions github-actions released this 23 Mar 19:15

[1.0.2]

Fixed

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

Release v1.0.1

Choose a tag to compare

@github-actions github-actions released this 21 Mar 11:54

[1.0.1]

Added

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

Release v1.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 07:20

[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

Choose a tag to compare

@github-actions github-actions released this 07 Jan 19:01

[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

Choose a tag to compare

@github-actions github-actions released this 03 Jan 16:48

[0.2.6]

Added

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