Skip to content

Releases: grafana/grafana-infinity-datasource

Release v2.0.0

28 Jun 11:09
edb1978
Compare
Choose a tag to compare

🎉 Pagination: Added pagination support for json type queries ( backend parser ). Refer this github discussion for more details

🎉 Transformation: Added support for server side transformations via transformations query type. This version supports transformations such as limit, filterExpression, computedColumn and summarize. Refer this github discussion for more details

🚀 Health Check: Added support for custom health check

🚀 Config editor: Updated config editor UI

🐛 Logging: Updated backend logging for improved debugging experience

🐛 docs: updated docs about user agent header

🐛 Logging: Consuming reportInteraction from the @grafana/runtime library for reporting queries

⚙️ Chore: Added changeset to the build/publish pipeline

⚙️ Chore: update grafana backend plugin SDK from v0.159.0 to v0.162.0

⚙️ Chore: Backend binaries are now compiled with Go 1.20.4 which contains security patches

Release v1.4.1

09 Apr 22:36
Compare
Choose a tag to compare

Release v1.4.0

21 Feb 12:20
Compare
Choose a tag to compare
support for display value in variables

Release v1.3.0

11 Jan 13:12
4941b98
Compare
Choose a tag to compare
  • Auth Added support for AWS authentication using AWS Access key and AWS Secret key
  • UQL Support for new methods atob, btoa and substring
  • Chore Backend binaries are now compiled with Go 1.19.5

Release v1.2.0

08 Nov 18:02
Compare
Choose a tag to compare
  • XML Support for backend parser (alerts, recorded queries, public dashboards etc)
  • HTML Support for backend parser (alerts, recorded queries, public dashboards etc)
  • Inline Support for adding and querying reference data globally as alternative to inline data
  • Security Backend binaries are now compiled with latest GoLang version 1.19.3 which fixes CVE-2022-41716
  • Backend Parser Root data selector in the backend parser now supports JSONata
  • Chore Grafana backend plugin SDK updated to latest
  • Chore E2E tests updated

Release v1.1.0

26 Oct 05:12
Compare
Choose a tag to compare
  • Computed fields Backend parser now supports computed fields (beta)
  • Filter Backend parser now supports data filter (beta)
  • Summarize Backend parser now supports summarize into numeric, string and binary fields (beta)
  • GraphQL Support for backend parser (alerts, recorded queries, public dashboards etc)
  • GraphQL Support for GROQ parser
  • CSV/TSV Support for backend parser (alerts, recorded queries, public dashboards etc)
  • Auth Support for Google JWT Token authentication (via guided auth providers)
  • Inline Data Support for importing local files as inline data (experimental)
  • Google Sheets Support for querying data from Google Sheets (beta)
  • UX Reorganized quey fields. URL options such as headers, body, params moved to their own section
  • Help Simplified inline help page
  • Demo Removed demo instance due to pricing changes in heroku. (will figure out alternatives later)
  • Chore Removed unused metrics resource handler

Release v1.0.1

29 Sep 16:29
57ade0b
Compare
Choose a tag to compare
Bug fixes (#417)

* added compatibility check

* docs update about azure authentication

* updated readme

* more from grafana ui :(

* default query on parser type change

* default query on parser type change

* updated docker-compose file

* fixes #413

Release v1.0.0

14 Sep 05:29
Compare
Choose a tag to compare
1.0.0 updates

Release v1.0.0-beta.2

08 Sep 11:08
cbe476b
Compare
Choose a tag to compare
JSON backend summarise expression (#392)

Release v1.0.0-beta.1

07 Sep 14:52
35bebd3
Compare
Choose a tag to compare
Query editor update (#388)

* query editor update

* different parsers in json type