Releases: grafana/grafana-infinity-datasource
yesoreyeram-infinity-datasource v2.5.0
2.5.0
🚀 PDC: Added support for grafana private datasource connect (PDC)
🛡️ Security Backend binaries compiled with go 1.22.1 which includes security patches
⚙️ Dependencies update: NodeJS dev dependency updated from Node 18 to Node 20
⚙️ Dependencies update: Updated backend dependencies and plugin SDK update
⚙️ Chore: Replaced gorilla mux library with http.ServeMux from standard library
⚙️ Chore: Removed unused graphql and open-api resource calls
yesoreyeram-infinity-datasource v2.5.0-beta.1
2.5.0-beta.1
🚀 Updated health check messages to include details about custom health check settings
🚀 Updated the grafana plugin SDK from v0.197.0 to v0.206.0
🐛 Updated digest authentication backend SDK from github.com/xinsnake/go-http-digest-auth-client
to github.com/icholy/digest
🐛 Fixed a bug where query columns editor is unusable when sandbox enabled
🐛 Updated rudderstack analytics events
yesoreyeram-infinity-datasource v2.4.0
2.4.0
🚀 Minimum supported grafana version updated to 9.5.15
🚀 Added support for variables in the backend parser root selector
🐛 Better support for variable handling when variable queries have more than 1 column
🐛 Fixed a bug where variable values were not passed with the nested variable queries
⚙️ Updated the grafana plugin SDK from v0.193.0 to v0.197.0
⚙️ Plugin build system migrated from @grafana/toolkit
to @grafana/create-plugin
⚙️ NodeJS dev dependency updated from Node 16 to Node 18
yesoreyeram-infinity-datasource v2.3.1
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
plugin ownership changes (#712)
Release v2.2.1
⚙️ Chore: Added distributed tracing and contextual logging
🐛 UI Removed graphql variable editor styling
Release v2.2.0
🚀 Proxy: Support for configuring per-datasource proxy url
🚀 GraphQL: Added Support for GraphQL Variables
🐛 OAuth2: Fixes OAuth2 configuration UI crash
Release v2.1.0
🚀 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
🎉 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