Releases: grafana/sqlds
Releases · grafana/sqlds
v2.3.3
Avoid to remove connections when disposing (#54)
v2.3.1
Fix multiple connections setup (#49) * Fix multiple connections setup * improve tests
v2.3.0
Update Completable interface with custom options (#47)
v2.2.0
Add some default macros (#45)
v2.1.0
Add support for logs format (#38)
v2.0.0
This release include two breaking changes in the Driver
interface:
FillMode()
has been replaced withSettings(backend.DataSourceInstanceSettings)
that should return theFillMode
andTimeout
. More info hereConnect(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
Allow to modify the query FillMode (#27)
v1.2.0
Evaluate the schema when requesting tables (#24)