Skip to content

Releases: grafana/grafana-infinity-datasource

Release v2.1.0

02 Nov 12:54
Compare
Choose a tag to compare

🚀 OAuth2: Added ability to set auth style in client credentials

🚀 Azure blob storage: Support for reading content from Azure Blog Storage

🚀 Logs: Added support for visualizing data in logs format

🚀 Trace: Added support for visualizing data in trace format

🚀 Macros: Added support for macros in computed columns and filter expression when used with backend parser

🚀 URL: Support for gitlab blob to raw URL conversion added

🚀 URL: Support for bitbucket blob to raw URL conversion added

🚀 Parser: Added support for explicit boolean parsing in default and backend parsers

🚀 Config Editor: Preview / Sample request added to some authentication types

🛡️ Security: Backend binaries are compiled with golang 1.21.3 which also contains security fixes from previous versions

🐛 UI: Fixed a bug in query editor where buttons were rendered incorrectly

🐛 OAuth2: Applied a fix for the UI crash when editing OAuth2 section in the config editor

🐛 URL normalization: Fixed a bug where some github URLs were interpolated incorrectly. Fixes #604

🐛 Test: Fixed a bug in tests

🐛 Docs: Removed Cmd/Ctrl+F key binding in the docs website in favour of native browser search

⚙️ Chore: Grafana plugin SDK grafana/grafana-plugin-sdk-go updated to v0.174.0 from v0.189.0

⚙️ Chore: Updated backend packages

⚙️ Test More test data/examples added

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)