Skip to content

Latest commit

 

History

History
57 lines (30 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

57 lines (30 loc) · 1.65 KB

Change Log

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

v0.19.1

  • Update aws-sdk from v1.44.9 to v1.44.323

v0.19.0

  • Add il-central-1 to opt-in region list

v0.18.0

  • Add Support for Temporary Credentials in Grafana Cloud @idastambuk @sarahzinger 84
  • Add Contributing.md file

v0.17.0

  • Add GetDatasourceLastUpdatedTime util for client caching @iwysiu in #90

v0.16.1

  • ShouldCacheQuery should handle nil responses @iwysiu in #87

v0.16.0

  • Add ShouldCacheQuery util for async caching @iwysiu in #85

v0.15.1

  • Fix expressions with async datasource @iwysiu in #83

v0.15.0

Updating opt-in regions list by @eunice98k in grafana#80

v0.13.0

  • Fix connections for multiple async datasources @iwysiu in #73
  • Pass query args to GetAsyncDB @kevinwcyu in #71

v0.12.0

Updating opt-in regions list by @robbierolin in grafana#66

v0.11.0

Switch ec2 role cred provider to remote cred provider grafana#62

v0.9.0

[Breaking Change] Refactor GetSession method to allow adding the data source config and the user agent to configure the default HTTP client.

v0.8.0

Added interfaces and functions for SQL data sources