Skip to content

Releases: motherduckdb/grafana-duckdb-datasource

duckdb-datasource v0.3.0 + duckdb 1.4.1

10 Oct 15:23
37bb964

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0

duckdb-datasource v0.3.1 + duckdb 1.3.1 bugfix

26 Jun 15:42

Choose a tag to compare

What's Changed

  • Ensure initialization SQL runs only once per DuckDBDriver instance by @hrl20 in #40

Full Changelog: v0.3.0...v0.3.1

duckdb-datasource v0.3.0 + duckdb 1.3.1

25 Jun 14:41

Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.3.0

duckdb-datasource v0.2.1 + duckdb 1.2.2

12 Jun 18:50
4a8ccea

Choose a tag to compare

What's Changed

Due to glibc compatibility reasons will skip the upgrade to duckdb 1.3.0 and jump straight to duckdb 1.3.1.

Full Changelog: v0.2.0...v0.2.1

duckdb-datasource v0.2.0 + duckdb 1.2.2

06 May 18:20
bd8c887

Choose a tag to compare

  • Bump DuckDB to 1.2.2 🦆 .
  • Remove the dependency on the forked grafana-plugin-sdk-go.
  • Avoid setting motherduck token as environment variable, use the duckdb config instead.

duckdb-datasource v0.1.1

15 Mar 19:37
b7e227d

Choose a tag to compare

  • change the default duckdb home_directory, secret_directory and extension_directory to /var/lib/grafana so the extensions installed would be persisted when running the grafana docker image.
  • bump the grafana-plugin-sdk-go.

0.1.0-b initial release with alerting enabled

14 Feb 22:37
b6142b1

Choose a tag to compare

Enable alerting- that's the only change.

0.1.0 initial release

24 Jan 01:26
1fc1c88

Choose a tag to compare

Just an initial release.
Supports Windows, MacOS arm64, Linux arm64 and Linux amd64.