Skip to content

Releases: grafana/grafana-infinity-datasource

yesoreyeram-infinity-datasource v2.3.1

28 Nov 13:59
Compare
Choose a tag to compare

2.3.1

⚙️ Chore: Updated the backend dependencies

⚙️ Chore: Signed the plugin with Grafana Labs signature instead Community

⚙️ Chore: Built and published via drone ci instead github actions

Release v2.3.0

23 Nov 14:26
ecedda4
Compare
Choose a tag to compare
plugin ownership changes (#712)

Release v2.2.1

14 Nov 09:44
Compare
Choose a tag to compare

⚙️ Chore: Added distributed tracing and contextual logging

🐛 UI Removed graphql variable editor styling

Release v2.2.0

07 Nov 14:44
Compare
Choose a tag to compare

🚀 Proxy: Support for configuring per-datasource proxy url

🚀 GraphQL: Added Support for GraphQL Variables

🐛 OAuth2: Fixes OAuth2 configuration UI crash

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