All notable changes to this project will be documented in this file.
- Bump the all-node-dependencies group with 19 updates in #289
- Bump the all-go-dependencies group across 1 directory with 4 updates in #283
- Add start time to response in #286
- Bump the all-node-dependencies group across 1 directory with 31 updates in #275
- Bump nanoid from 3.3.7 to 3.3.8 in the npm_and_yarn group in #274
- Bump the all-go-dependencies group across 1 directory with 4 updates in #269
- Bump cross-spawn from 7.0.3 to 7.0.6 in the npm_and_yarn group in #271
- Bump path-to-regexp from 1.8.0 to 1.9.0 in the npm_and_yarn group in #260
- Bump the all-go-dependencies group across 1 directory with 3 updates in #262
- Bump micromatch from 4.0.7 to 4.0.8 in the npm_and_yarn group in #259
- Bump the all-github-action-dependencies group with 2 updates in #255
- Bump webpack from 5.93.0 to 5.94.0 in the npm_and_yarn group in #258
- Upgrade grafana-plugin-sdk-go (deps): Bump github.com/grafana/grafana-plugin-sdk-go from 0.252.0 to 0.255.0 in #252
- Chore: bump dependencies in #251
- Chore: Update plugin.json keywords in #250
- Update plugin name to match Amazon convention in #247
- 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
- Chore: update dependencies in #240
- Migrate to new form styling in config and query editors by @idastambuk in #235
- 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
- Update CONTRIBUTING.md to include release instructions
- Bring in security fixes in go 1.21.8
- Update grafana/aws-sdk-go to 0.20.0 in #220
- 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
-
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
- Fix X-Ray Service Map filter trace list query by @jamesrwhite in #203
- 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 the opt-in region list
- 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
- Add SQL to trace by @kevinwcyu in #173
- 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****
- Feature: Make it possible to filter on account id in #157
- Make properties of
SummaryStatistics
optional
- Security: Upgrade Go in build process to 1.19.3
- Security: Upgrade Go in build process to 1.19.2
- 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
- Bug fix for auth with keys: #128
- Code Coverage Changes
- Code owners changes
- Stopping support for Grafana versions under
8.0.0
by @yaelleC in #122
- Update minimum IAM policy by @iwysiu in #115
- Fix deprecated use of strings.Title by @fridgepoet in #119
- Update grafana-aws-sdk by @andresmgot in #121
- 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
- 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"
- Add readable names for stats in service map legend #82
- Upgrade grafana-aws-sdk version fixing issue with assuming role #81
- Bump prismjs from 1.23.0 to 1.24.0 #80
- Bump grafana/aws-sdk and Grafana dependency version #77
- Remove usage of non backward compatible API preventing using the 1.3.0 version in Grafana before 7.4.0. #67
- Locks Grafana dependencies on latest stable release preventing compilation fails in CI. #68
- Add Service Map query type that allows visualizing service map data in similar way to X-Ray console. #60
- 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
- Add regions selector to the query editor. #57
- Version bump needed for CI automated release
- Initial Release