Skip to content

Releases: grafana/grafana-json-datasource

marcusolsson-json-datasource v1.3.6

30 May 16:29
Compare
Choose a tag to compare

1.3.6 (2023-05-30)

  • Chore: Docs update

marcusolsson-json-datasource v1.3.3

20 Mar 12:28
Compare
Choose a tag to compare

1.3.3 (2023-03-20)

  • Chore: dependencies update
  • Chore: spellcheck added

marcusolsson-json-datasource v1.3.2

17 Oct 14:48
Compare
Choose a tag to compare

1.3.2 (2022-10-14)

Full changelog

  • Fixed the broken docs and links

Release v1.3.1

24 Jan 12:43
d57c2c0
Compare
Choose a tag to compare

1.3.1 (2022-01-24)

Full changelog

Enhancements

  • Append suffix to param key to uniquify duplicate param keys #232 (thanks @rejohnst!)
  • Added grafana global variables when doing a query using jsonata #223 (thanks @amng!)

Bug fixes

  • Certain strings incorrectly identified as dates #202

Release v1.3.0

03 Sep 17:06
ce945e3
Compare
Choose a tag to compare

1.3.0 (2021-09-03)

Full changelog

Enhancements

  • Add support for JSONata (#114), a query language similar to JSONPath with support for transformations.

Bug fixes

  • Cannot read property 'filter' of undefined (#156)

Release v1.2.1

18 Jun 07:48
ec727e4
Compare
Choose a tag to compare

1.2.1 (2021-06-18)

Full changelog

Enhancements

  • Update dependencies, docs, and metadata

Release v1.2.0

18 May 11:46
db72fd7
Compare
Choose a tag to compare

1.2.0 (2021-05-18)

Full changelog

Enhancements

  • Adding $__isoFrom() and $__isoTo() macros (#115) (thanks @jirkafajfr!)
  • Using JSON.stringify instead of toString for object types in parseValue (#111) (thanks @Totalus!)

Bug fixes

Release v1.1.1

18 Apr 06:50
2c337b5
Compare
Choose a tag to compare

1.1.1 (2021-04-17)

Full changelog

Enhancements

  • Improve editor styling

Bug fixes

  • Fix issue where wrong fields were used when grouping
  • Add variable support for aliases

Release v1.1.0

15 Apr 10:21
6dee1e9
Compare
Choose a tag to compare

1.1.0 (2021-04-15)

Full changelog

This release introduces an Experimental tab to the query editor. This will be used to let users try out features while they're being developed. Each feature has a link the the GitHub issue where you can share you feedback, before the feature is considered stable.

Enhancements

  • Extend variables support to options
  • Don't detect time fields from Unix epoch (#82)
  • Add params to cache key (#85)
  • Add Experimental section to query editor to test features under development
  • Experimental: Group query results by field (#36)
  • Experimental: Set display name for metric fields (#36)
  • Experimental: Set optional label for variables (#79)

Bug fix

  • Ignore hidden queries (#83)
  • New queries don't use default values

Release v1.0.1

05 Mar 09:41
2d75184
Compare
Choose a tag to compare

1.0.1 (2021-03-05)

Full changelog

Enhancements

  • Add annotation support

Bug fixes

  • Can't connect to API when URL contains encoded slash (#59)