sqlds

A package that assists writing SQL-driven datasources

APACHE-2.0 License

Stars
17
Committers
28

Bot releases are hidden (Show)

sqlds - v4.1.0

Published by shelldandy 3 months ago

What's Changed

Full Changelog: https://github.com/grafana/sqlds/compare/v4.0.0...v4.1.0

sqlds - v4.0.0

Published by kevinwcyu 3 months ago

What's Changed

Full Changelog: https://github.com/grafana/sqlds/compare/v3.4.2...v4.0.0

sqlds - v3.4.2

Published by gabor 5 months ago

What's Changed

Full Changelog: https://github.com/grafana/sqlds/compare/v3.4.1...v3.4.2

sqlds - v3.4.1

Published by scottlepp 5 months ago

What's Changed

Full Changelog: https://github.com/grafana/sqlds/compare/v3.4.0...v3.4.1

sqlds - v3.4.0 Latest Release

Published by scottlepp 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/grafana/sqlds/compare/v3.3.0...v3.4.0

sqlds - v3.3.0

Published by kevinwcyu 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/grafana/sqlds/compare/v3.2.0...v3.3.0

sqlds - v3.2.0

Published by njvrzm 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/grafana/sqlds/compare/v3.1.0...v3.2.0

Compatibility

This release moves some functionality to data/sqlutil in the plugin sdk. Aliases remain for compatibility but are deprecated. New code should use the functionality in sqlutil.

sqlds - v3.1.0

Published by scottlepp 12 months ago

sqlds - v3.0.0

Published by wbrowne about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/grafana/sqlds/compare/v2.7.2...v3.0.0

sqlds - Fix bug with macros

Published by bossinc about 1 year ago

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)"]

sqlds - Improve Query testing with QueryFailTimes

Published by shelldandy about 1 year ago

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

sqlds - Test driver

Published by scottlepp over 1 year ago

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

sqlds - Query errors

Published by scottlepp over 1 year ago

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

sqlds - Forward headers

Published by scottlepp over 1 year ago

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

sqlds - v2.5.0

Published by bossinc over 1 year ago

  • Add support for mutateResponse
sqlds - v2.4.1

Published by scottlepp over 1 year ago

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

sqlds - Add interface to mutate query before it's run

Published by asimpson over 1 year ago

sqlds - Add preferred visualization for traces

Published by sasklacz almost 2 years ago

sqlds - Make parsing macros more strict

Published by sasklacz almost 2 years ago

Fix some edge cases when macros would be skipped

sqlds - Retry On

Published by scottlepp almost 2 years ago

Retry only where errors contain explicit values