Skip to content

Releases: mullerpeter/databricks-grafana

Release v1.2.1

06 Oct 15:34
b4a190e
Compare
Choose a tag to compare

1.2.1

  • Feature: Add label support for query variable in dashboard

What's Changed

  • ✨ Feat: add support for labels in query variables by @aptro in #31
  • 📝 Doc: add Grafana Version >= 9.1.0 requirement to readme & plugin conf by @mullerpeter in #34

New Contributors

  • @aptro made their first contribution in #31

Full Changelog: v1.2.0...v1.2.1

Release v1.2.0

20 Sep 19:22
f9d6a1b
Compare
Choose a tag to compare

1.2.0

  • Feature: Add support for auto complete suggestions in query editor
    • Experimental Feature, disabled by default (Can be enabled in Datasource Settings)
    • Could not find a nice library to generate suggestions for Databricks SQL, so I wrote my own. Feels a bit spaghetti, but it works quite well. Suggestion Model is far from complete but covers most of the use cases.
  • Feature: Add support to run multi statement queries (i.e. USE <catalog>.<schema>; SELECT * FROM <table>)
  • Refactor: Cleanup unused code in backend & upgrade legacy form components in config editor

1.1.8

  • Update grafana-plugin-sdk-go to v0.176.0
  • Migrate to @grafana/create-plugin

What's Changed

Full Changelog: v1.1.8...v1.2.0

Release v1.1.7

17 Sep 18:31
816979d
Compare
Choose a tag to compare

1.1.7

  • Bugfix: Close idle databricks connections after 6 hours

What's Changed

Full Changelog: v1.1.6...v1.1.7

Release v1.1.6

13 Sep 16:50
be414a1
Compare
Choose a tag to compare

1.1.6

  • Bugfix: Correctly scope Databricks Connection to Datasource instance, in order to support multiple Databricks Datasources

What's Changed

  • 🐛 Bugfix: scope databricks connection to datasource instance by @mullerpeter in #26

Full Changelog: v1.1.5...v1.1.6

Release v1.1.5

03 Sep 13:47
d8d65ed
Compare
Choose a tag to compare

1.1.5

  • Upgrade databricks-sql-go dependency to v1.4.0
  • Make Databricks Server Port configurable

What's Changed

  • chore: update databricks-sql-go dependency to v1.4.0 by @mullerpeter in #23

Full Changelog: v1.1.4...v1.1.5

Release v1.1.4

24 Mar 06:11
0214147
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

Release v1.1.3

23 Mar 21:45
62d5346
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

Release v1.1.2

28 Feb 19:35
159dfba
Compare
Choose a tag to compare

What's Changed

  • 🐛 fix: use scoped variables in template replacment by @mullerpeter in #15

Full Changelog: v1.1.1...v1.1.2

Release v1.1.1

18 Dec 21:59
7a2f5b0
Compare
Choose a tag to compare
  • Update Documentation
  • Remove signing for localhost:3000

Full Changelog: v1.1.0...v1.1.1

Release v1.1.0

10 Dec 15:15
008ea28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0