Skip to content

Releases: grafana/sqlds

v3.1.0

Choose a tag to compare

@scottlepp scottlepp released this 27 Oct 20:05
dda2dc0

What's Changed

Full Changelog: v3.0.0...v3.1.0

v3.0.0

Choose a tag to compare

@wbrowne wbrowne released this 18 Oct 09:13
9c6e751

What's Changed

New Contributors

Full Changelog: v2.7.2...v3.0.0

Fix bug with macros

Choose a tag to compare

@bossinc bossinc released this 06 Sep 20:00
4743948

Macros now handle multi param function args.

Before if your macro was select * from foo where $__params(FUNC(foo, bar)) it would parse the macro params as ["FUNC(foo", "bar)"]
It will now parse the params as ["FUNC(foo, bar)"]

Improve Query testing with QueryFailTimes

Choose a tag to compare

@shelldandy shelldandy released this 24 Jul 14:57
7f3ee71

Adds a QueryFailTimes option to the DriverOpts so testing a query failing a certain number of times only becomes possible

Test driver

Choose a tag to compare

@scottlepp scottlepp released this 15 Jun 16:04
cc7ea33

Adds a test driver for testing scenarios that are difficult to reproduce with a real database

Query errors

Choose a tag to compare

@scottlepp scottlepp released this 07 Jun 14:35
f35dc61

Adds a flag to return all query errors so health check shows more detail

Forward headers

Choose a tag to compare

@scottlepp scottlepp released this 08 May 12:34
29ba2a5

Adds support to forward oauth headers that are applied from middleware.

v2.5.0

Choose a tag to compare

@bossinc bossinc released this 23 Mar 15:57
196f681
  • Add support for mutateResponse

v2.4.1

Choose a tag to compare

@scottlepp scottlepp released this 09 Mar 21:44
37ace62

Fixes a bug where writes to the macros map caused a panic

Add interface to mutate query before it's run

Choose a tag to compare

@asimpson asimpson released this 06 Mar 16:10
a649fed
v2.4.0

QueryMutator interface for driver (#87)