Skip to content

Latest commit

 

History

History
176 lines (112 loc) · 6.91 KB

CHANGELOG.md

File metadata and controls

176 lines (112 loc) · 6.91 KB

Change Log

All notable changes to this project will be documented in this file.

2.9.2

2.9.1

  • 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

2.9.0

  • 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

2.8.0

  • 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

2.7.1

  • Update @grafana/aws-sdk to fix a bug in temporary credentials

2.7.0

  • Update grafana-aws-sdk to v0.19.1 to add il-central-1 to opt-in region list

2.6.2

  • Update grafana-aws-sdk-react version to use grafana/runtime instead of grafanaBootData #237
  • Remove code coverage workflow #234

2.6.1

2.6.0

  • Update backend dependencies

2.5.0

  • 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

2.4.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

2.3.2

  • Security: Upgrade Go in build process to 1.19.3

2.3.1

  • Security: Upgrade Go in build process to 1.19.2

v2.3.0

  • Change timestamp fieldType to be nullable by @nekketsuuu in grafana#184
  • Upgrade to grafana-aws-sdk v0.11.0 by @fridgepoet in grafana#195

v2.2.0

  • Add support for context aware autocompletion by @sunker in grafana#188

v2.1.0

  • Add 'ap-southeast-2' and 'ap-northeast-1' regions #178

v2.0.1

  • Bug fix for issue logging in with incorrect keys: grafana#176
  • Code Coverage Check updates

v2.0.0

  • Breaking Change: Timestream data source now requires Grafana 8.0+ to run.
  • Fix: Allow null data points for time series #170

v1.5.2

  • Fix Panic while parsing null timestamps (#165)

v1.5.1

  • Always apply double quotes to database and table name (#155)

v1.5.0

  • 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.

v1.4.0

  • Add macros for raw values of interval, from, to #98
  • Quote and join multiple variables #118
  • Add stats for bytes metered and scanned #110

v1.3.3

  • Support for multiple timeseries columns
  • Improved support for custom endpoint

v1.3.2

  • Adding eu-central-1 region
  • renamed "master" branch to "main"
  • build with Golang 1.6

v1.3.1

  • 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

v1.3.0

  • fix bug with supporting multi-page timeseries results
  • Use a shared authentication library and UI component
  • Bump minimum grafana runtime to 7.4

v1.2.0

  • Support $__timefilter on armhf (#52, @mg-arne)
  • Add $__now_ms macro (#49, @squalou)
  • Fixed region picker default values

v1.1.2

  • Fix template variable queries
  • Only show valid regions

v1.1.1

  • Avoid double escaping
  • support template variables in query

v1.1.0

  • Updated authentication to match builtin cloudwatch authentication
  • Include query status in metadata
  • Examples and query suggestions now quote all names

v1.0.0

  • Initial Release