Skip to content

1.3.0 release

Compare
Choose a tag to compare
@retrodaredevil retrodaredevil released this 18 Oct 03:45
· 5 commits to main since this release
1ad6424

Merged #8 which passes a request's HTTP headers to the GraphQL server. This change should respect the checkboxes under the "Auth" section of the data source's configuration so that OAuth and cookie headers are only sent if you toggle their setting.

Additionally, these headers are now always passed to the GraphQL server for most queries:

  • X-Datasource-Uid
  • X-Grafana-Org-Id
  • X-Panel-Id
  • X-Dashboard-Uid

Thanks @hgiasac for #8