Skip to content

Releases: grafana/sqlds

v2.3.7

30 Mar 07:04
da7d69c
Compare
Choose a tag to compare
  • Update macros regex to support function calls as macro arguments
  • Don't retry queries that have exceeded the context deadline

v2.3.6

03 Mar 19:19
bda53fb
Compare
Choose a tag to compare

make health check compatible with Grafana < 8

v2.3.5

28 Feb 16:54
2f8817a
Compare
Choose a tag to compare
  • set preferred visualizations for table and timeseries formats

v2.3.3

01 Dec 14:04
ffd3f00
Compare
Choose a tag to compare
Avoid to remove connections when disposing (#54)

v2.3.1

22 Oct 14:26
7dafc4b
Compare
Choose a tag to compare
Fix multiple connections setup (#49)

* Fix multiple connections setup

* improve tests

v2.3.0

15 Oct 08:39
863eb97
Compare
Choose a tag to compare
Update Completable interface with custom options (#47)

v2.2.0

17 Sep 14:22
c1cab59
Compare
Choose a tag to compare
Add some default macros (#45)

v2.1.0

08 Sep 14:12
53102e9
Compare
Choose a tag to compare
Add support for logs format (#38)

v2.0.0

25 Aug 15:19
31f2140
Compare
Choose a tag to compare

This release include two breaking changes in the Driver interface:

  • FillMode() has been replaced with Settings(backend.DataSourceInstanceSettings) that should return the FillMode and Timeout. More info here
  • Connect(backend.DataSourceInstanceSettings, json.RawMessage) has a new optional parameter (json.RawMessage) to be able to configure the connection per query. More info here.

v1.3.0

28 Jul 07:23
b12dd4c
Compare
Choose a tag to compare
Allow to modify the query FillMode (#27)