All notable changes to this project will be documented in this file.
- Add keywords by @kevinwcyu in grafana#278
- Bring in security fixes in go 1.21.8
- Update grafana/aws-sdk to 0.20.0 to add a new supported region in #274
- Query Editor: Fix table and database mapping in #272
- Bump jest-dom in #270
- Query Editor: Stop running query automatically when all macros are selected in #269
- Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.45.0 to 0.46.0 in #267
- Support Node 18 by @kevinwcyu in grafana#245
- Bump word-wrap from 1.2.3 to 1.2.5 by @dependabot in grafana#246
- Bump semver from 5.7.1 to 5.7.2 by @dependabot in grafana#235
- Bump golang.org/x/net from 0.9.0 to 0.17.0 by @dependabot in grafana#250
- Bump postcss from 8.4.18 to 8.4.31 by @dependabot in grafana#249
- Bump @babel/traverse from 7.18.13 to 7.23.2 by @dependabot in grafana#252
- Bump google.golang.org/grpc from 1.54.0 to 1.56.3 by @dependabot in grafana#253
- Bump go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace from 0.37.0 to 0.44.0 by @dependabot in grafana#251
- Bump @babel/traverse from 7.18.13 to 7.23.2 by @dependabot in grafana#255
- Bump google.golang.org/grpc from 1.58.2 to 1.58.3 by @dependabot in grafana#254
- Upgrade underscore, d3-color, debug, cosmiconfig, yaml dependencies by @fridgepoet in grafana#263
- Bump yaml from 2.1.3 to 2.3.4 by @dependabot in grafana#264
Full Changelog: https://github.com/grafana/timestream-datasource/compare/v2.7.1...v2.8.0
- Update @grafana/aws-sdk to fix a bug in temporary credentials
- Update grafana-aws-sdk to v0.19.1 to add
il-central-1
to opt-in region list
- Update grafana-aws-sdk-react version to use grafana/runtime instead of grafanaBootData #237
- Remove code coverage workflow #234
- Update grafana-aws-sdk version to include new region in opt-in region list grafana/grafana-aws-sdk#80
- Security: Upgrade Go in build process to 1.20.4
- Update grafana-plugin-sdk-go version to 0.161.0 to avoid a potential http header problem. grafana/athena-datasource#233
- Update backend dependencies
- Update @grafana/aws-sdk by @kevinwcyu in grafana#216
- Increase label width to fix overflow. by @chinu-anand in grafana#217
- migrate to create-plugin by @iwysiu in grafana#199
- Upgrade grafana-aws-sdk by @fridgepoet in grafana#223
Full Changelog: https://github.com/grafana/timestream-datasource/compare/v2.4.0...v2.5.0
- Fix: SQLEditor: Use queryRef to call onChange #209
- Chore: Update version of code-coverage #211
- Feature: Timestream is now available in us-gov-west-1 #207
- Security: Upgrade Go in build process to 1.19.3
- Security: Upgrade Go in build process to 1.19.2
- Change timestamp fieldType to be nullable by @nekketsuuu in grafana#184
- Upgrade to grafana-aws-sdk v0.11.0 by @fridgepoet in grafana#195
- Add support for context aware autocompletion by @sunker in grafana#188
- Add 'ap-southeast-2' and 'ap-northeast-1' regions #178
- Bug fix for issue logging in with incorrect keys: grafana#176
- Code Coverage Check updates
- Breaking Change: Timestream data source now requires Grafana 8.0+ to run.
- Fix: Allow null data points for time series #170
- Fix Panic while parsing null timestamps (#165)
- Always apply double quotes to database and table name (#155)
- Revamp query editor.
- Add toggle to avoid streaming responses.
- Add
$__interval
variable. - Modify the User-Agent for requests. Now it will follow this form:
"aws-sdk-go/$aws-sdk-version ($go-version; $OS;) Timestream/$timestream-version-$git-hash Grafana/$grafana-version"
. - Fixes bugs for Endpoint and Assume Role settings.
- Add macros for raw values of interval, from, to #98
- Quote and join multiple variables #118
- Add stats for bytes metered and scanned #110
- Support for multiple timeseries columns
- Improved support for custom endpoint
- Adding eu-central-1 region
- renamed "master" branch to "main"
- build with Golang 1.6
- Execute each query in its own request, this will support multiple queries that require multiple pages to complete
- Upgrade shared authentication library
- Bump minimum grafana runtime to 7.5
- fix bug with supporting multi-page timeseries results
- Use a shared authentication library and UI component
- Bump minimum grafana runtime to 7.4
- Support $__timefilter on armhf (#52, @mg-arne)
- Add $__now_ms macro (#49, @squalou)
- Fixed region picker default values
- Fix template variable queries
- Only show valid regions
- Avoid double escaping
- support template variables in query
- Updated authentication to match builtin cloudwatch authentication
- Include query status in metadata
- Examples and query suggestions now quote all names
- Initial Release