Skip to content

Latest commit

 

History

History
208 lines (121 loc) · 7.96 KB

CHANGELOG.md

File metadata and controls

208 lines (121 loc) · 7.96 KB

Change Log

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

2.10.1

  • chore: add errorsource in #245
  • Chore: Rename datasource file in #243
  • Add pre-commit hook with lint and spellcheck #242
  • Use yarn instead of cspell for precommit hook #246

2.10.0

  • Chore: update dependencies in #240

2.9.1

  • Migrate to new form styling in config and query editors by @idastambuk in #235

2.9.0

  • Fix: pass empty array to query all columns by @kevinwcyu in #228
  • add stalebot for issues by @katebrenner in #226
  • Update to use datasource.Manage and sessions.GetSessionWithAuthSettings by @iwysiu in #232
  • Fix: use ReadAuthSettings to get authSettings in #236

2.8.3

2.8.2

  • Update grafana/aws-sdk-go to 0.20.0 in #220

2.8.1

  • Bump go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace from 0.37.0 to 0.44.0 by @dependabot in #208
  • Bump google.golang.org/grpc from 1.58.2 to 1.58.3 by @dependabot in #212
  • Bump go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc from 0.45.0 to 0.46.0 by @dependabot in #218
  • Upgrade underscore, d3-color, debug, cosmiconfig, yaml dependencies by @fridgepoet in #217

Full Changelog: https://github.com/grafana/x-ray-datasource/compare/v2.8.0...v2.8.1

2.8.0

  • Migrate ConfigEditor and QueryEditor to the new form styling #211

  • Bump google.golang.org/grpc from 1.54.0 to 1.56.3 in #210

  • Support Node 18 in 201

2.7.2

  • Fix X-Ray Service Map filter trace list query by @jamesrwhite in #203

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 the opt-in region list

2.6.2

  • Bump grafana/aws-sdk-react dependency #191
  • Remove code coverage workflow #188

2.6.1

2.6.0

  • Update backend dependencies

2.5.0

  • Add SQL to trace by @kevinwcyu in #173

2.4.0

  • Add spellcheck and fix misspellings by @sunker in #158
  • Migrate to create-plugin by @iwysiu in #148
  • Update code coverage workflow by @idastambuk in #162
  • Update @grafana/aws-sdk by @kevinwcyu in #164
  • Dependencies: Update @grafana dependencies to 9.3.2 by @idastambuk in #167
  • Small Refactor: Do not fetch account id if not on service map page by @sarahzinger in #169
  • Upgrade grafana-aws-sdk to v0.12.0 by @fridgepoet in #171

Full Changelog: https://github.com/grafana/x-ray-datasource/compare/v2.2.0...v2.4.0****

2.3.0

  • Feature: Make it possible to filter on account id in #157

2.2.0

  • Make properties of SummaryStatistics optional

2.1.2

  • Security: Upgrade Go in build process to 1.19.3

2.1.1

  • Security: Upgrade Go in build process to 1.19.2

2.1.0

  • Bump terser from 4.8.0 to 4.8.1 by @dependabot in #130
  • Fix Trace List with variable by @iwysiu in #132
  • Upgrade to grafana-aws-sdk v0.11.0 by @fridgepoet in #139

Full Changelog: https://github.com/grafana/x-ray-datasource/compare/v2.0.1...v2.1.0

v.2.0.1

  • Bug fix for auth with keys: #128
  • Code Coverage Changes
  • Code owners changes

v2.0.0

What's Changed

  • Stopping support for Grafana versions under 8.0.0 by @yaelleC in #122

Bug fixes

  • Update minimum IAM policy by @iwysiu in #115
  • Fix deprecated use of strings.Title by @fridgepoet in #119

Other

  • Update grafana-aws-sdk by @andresmgot in #121

v1.4.0

Bug fixes

  • Use non opt-in region when obtaining tokens for assumed roles
  • Fix wrong start and end times #89
  • Fix time durations after format change #88
  • Avoid error if the URL in tags cannot be parsed #84

Other

  • Modify the User-Agent for requests. Now it will follow this form: "aws-sdk-go/$aws-sdk-version ($go-version; $OS;) X-ray/$X-ray-version-$git-hash Grafana/$grafana-version"

v1.3.4

Bug fixes

  • Add readable names for stats in service map legend #82
  • Upgrade grafana-aws-sdk version fixing issue with assuming role #81

Other

  • Bump prismjs from 1.23.0 to 1.24.0 #80

v1.3.3

Other

  • Bump grafana/aws-sdk and Grafana dependency version #77

v1.3.2

Features / Enhancements

  • Use ConnectionConfig from grafana-aws-sdk #73
  • Bump prismjs from 1.21.0 to 1.23.0 #70

v1.3.1

Bug fixes

  • Remove usage of non backward compatible API preventing using the 1.3.0 version in Grafana before 7.4.0. #67

Other

  • Locks Grafana dependencies on latest stable release preventing compilation fails in CI. #68

v1.3.0

Features / Enhancements

  • Add Service Map query type that allows visualizing service map data in similar way to X-Ray console. #60

v1.2.0

Features / Enhancements

  • Updates the authentication settings in the plugin config page to include SDK default authentication mechanism and use our Grafana specific auth SDK for AWS. #59

v1.1.0

Features / Enhancements

  • Add regions selector to the query editor. #57

v1.0.1

  • Version bump needed for CI automated release

v1.0.0

  • Initial Release