Releases: grafana/grafana-infinity-datasource
Release v2.0.0
🎉 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
update
Release v1.4.0
support for display value in variables
Release v1.3.0
- Auth Added support for AWS authentication using AWS Access key and AWS Secret key
- UQL Support for new methods
atob
,btoa
andsubstring
- Chore Backend binaries are now compiled with Go 1.19.5
Release v1.2.0
- 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
- 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
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
1.0.0 updates
Release v1.0.0-beta.2
JSON backend summarise expression (#392)
Release v1.0.0-beta.1
Query editor update (#388) * query editor update * different parsers in json type