Skip to content

Releases: fifemon/graphql-datasource

Release v1.3.0

16 Mar 17:28
v1.3.0
Compare
Choose a tag to compare

v1.3.0

  • improvement Support key/value variables (@retzkek #48)
  • improvement Configurable timePath and timeFormat (@retzkek #49)
  • documentation rewrite examples to use the test data source, which provides
    an example server and dashboard that users can
    install
    to learn and
    experiment with. (@retzkek #51)

Release v1.2.0

21 Jan 18:28
v1.2.0
Compare
Choose a tag to compare

v1.2.0

  • improvement Add support for dashboard variable queries (@ggranberry #38)
  • bug fix Properly scope variables, fixes repeated panel queries (@retzkek #41)

graphql-datasource v1.1.4

04 Nov 20:35
v1.1.4
Compare
Choose a tag to compare
  • improvement Use templateSrv to interpolate timeFrom and timeTo variables. (@carvid #31)
  • bug fix Fix error in isRFC3339_ISO6801 when field is non-string (@ricochet1k #32, @retzkek #33)

graphql-datasource v1.1.3

14 Aug 21:40
v1.1.3
Compare
Choose a tag to compare

Note: We're going to stop building releases for Grafana 6 now that we're past the first point release for 7.

graphql-datasource v1.1.2 for Grafana 7

19 Jun 16:55
v1.1.2
Compare
Choose a tag to compare

Fix aliases in Grafana 7

graphql-datasource v1.1.1 for Grafana 7.0

21 May 20:19
v1.1.1-grafana7
Compare
Choose a tag to compare
v1.1.1-grafana7

graphql-datasource 1.1.1 for Grafana 7.0

graphql-datasource v1.1.1 for Grafana 6

21 May 19:26
v1.1.1
Compare
Choose a tag to compare
  • Fixes error when null field in response
  • Not compatible with Grafana > 7.0

graphql-datasource v1.1.0

25 Apr 18:59
v1.1.0-dev
Compare
Choose a tag to compare
  • BREAKING: top-level data should no longer be included in data paths
  • support multiple data paths, comma-separated