Skip to content

Releases: grafana/sqlds

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)

v1.2.0

07 Jul 15:26
f777326
Compare
Choose a tag to compare
Evaluate the schema when requesting tables (#24)