We've updated our Terms of Service and Privacy Policy. Please review the changes as you continue to interact with us.
Learn more
Plugins
Infinity logo

Infinity

Grafana Labs

Get plugin

Change Log

3.11.2

Patch Changes

πŸ› Fix build to externalize react/jsx-runtime so it matches the host Grafana React version πŸ› Update dependencies to address security vulnerabilities (CVEs) βš™οΈ Chore: bump @grafana/* dependencies to 13.1.1 and update backend dependencies βš™οΈ Chore: bump @babel/core from 7.29.0 to 7.29.7

3.11.1

Patch Changes

πŸ› Update downstream error classification

3.11.0

Minor Changes

πŸš€ Add support for POST method in configuration custom health check

Patch Changes

πŸ› Fix JWT OAuth2: normalize private key line endings before PEM parsing πŸ› Fix variable editor crash when the query returns a field without a name, such as when adding a new column with an empty selector while using the JSONata or JQ backend parsers

3.10.1

Patch Changes

πŸ› Updated golang.org/x/crypto to v0.53.0 to address CVE-2026-46595 / GO-2026-5023.

3.10.0

Minor Changes

πŸš€ Add llm instructions for authentication to dsconfig schema

Patch Changes

πŸ› Updated github.com/grafana/grafana-aws-sdk to v1.4.6 for fixing the AWS S3 file retrieval error introduced in 3.3.0. Fixes #1299

3.9.0

Minor Changes

πŸš€ Renames skill files to make it more easy to discover them via agents

Patch Changes

βš™οΈ Chore: remove unused dependencies

3.8.1

πŸš€ add dsconfig schema, apiserver schema, configuration and querying skills

3.8.0

πŸš€ Updated the AllowedHosts UI component from TagsInput to custom editor

πŸ› Add configurable TokenHeaders for OAuth2 token endpoint requests. Users can now specify custom headers (such as Accept, Content-Type, etc.) to send with OAuth2 token requests, fixing compatibility with strict OAuth2 servers that validate headers.

3.7.4

πŸ› Fixes the crash in query display text when the query type is empty. Fixes #1525

πŸ› Updated go/backend version to 1.26.1

3.7.3

πŸ› Updated backend/go version to 1.26.0 from 1.25.6 which resolves CVE-2025-68121

βš™οΈ Updated frontend & backend dependencies

3.7.2

βš™οΈ Chore: Migrated deprecated Select component to Combobox across the plugin

βš™οΈ Chore: Updated the required grafana version to 11.6 from 10.4

3.7.1

βš™οΈ Chore: Marked incorrect query errors as downstream errors

3.7.0

πŸš€ Variable: Added support for multi dimension / multi prop variable

πŸš€ Variable: Migrate variable queries to send standard DataFrame instead of MetricFindValue[]

πŸš€ Variable: Migrate from legacy variable query runner to CustomVariableSupport

πŸš€ Variable: Add support for custom text value field mapping in variables

βš™οΈ Chore: Update @grafana/assistant dependency to v0.1.0

βš™οΈ Chore: Bump brace-expansion v2.0.2

πŸ› Bug Fix: Fixed a bug where variables not interpolated in jq parser

3.6.0

πŸ’₯ BREAKING CHANGE: Renamed the Google Sheets range property to sheetRange to avoid conflicts with Grafana's built-in range field. See more information here #1337

πŸ› Bug fix: Add Assistant helper for creating JQ and JSONata parser

πŸ› Bug fix: Config editor crash when global query added

3.5.0

πŸš€ New Feature: Allow parsing HTTP response from non 200 status codes

πŸ› Bug fix: Fixed a bug in oauth2 custom token template implementation

πŸ› Bug fix: Fixed timeseries parsing in UQL

βš™οΈ Chore: Updated dependencies

3.4.1

βš™οΈ Chore: If the URL is specified without http:// / https:// scheme, infinity will now default to https:// for non localhost URLs.

βš™οΈ Chore: Added more tests

3.4.0

πŸš€ OAuth2 token customization: Added support for OAuth2 token customization. To learn more, refer the documentation

πŸ› Cookie forwarding: Forward cookies if jsonData.keepCookies is specified in datasource config

πŸ› Bug fix: Fixes a bug where field type set to replace_url in field

πŸ› Bug fix: Fixed a bug where pagination not working with jq backend parser

3.3.0

πŸš€ Added support for jq syntax in root selector via jq-backend parser. To learn more, refer the documentation.

πŸš€ Added support for custom proxy URL user name and password

πŸ› Healthcheck error messages improvement

3.2.2

πŸ› Upgrading from go 1.24.1 to 1.24.3 will address a number of known CVE's.

3.2.1

πŸŽ‰ New Feature: Support for Azure US Government & Azure China cloud types with Azure blob storage account authentication

πŸš€ Improvements: Improve health check error handling

πŸ› Bug fix: Fix error when setting up global query

πŸ› Bug fix: Fixed an error while determining dataframe type (previously caused issues in alerting & recorded queries when there is a single row of results)

βš™οΈ Chore: Updated deprecated legacy components and utility classes in TlsConfigEditor

βš™οΈ Chore: Updated outdated dependencies

βš™οΈ Chore: Replaced absolute imports to use alias imports

3.2.0

πŸš€ New Feature: Add support for concurrent query execution behind the infinityRunQueriesInParallel feature flag

πŸ› Bug fix: Remove props mutation in config editor

3.1.0

πŸš€ New Feature: Setting backend pagination max page size via grafana config (ini file)

πŸ› Bug fix: Fix default parser for queries created before 3.0.0

πŸ› Bug fix: Fix min value for input field in pagination

3.0.0

πŸš€ New Feature: Support for additional HTTP methods (PATCH, PUT and DELETE) via data source config allowDangerousHTTPMethods

πŸš€ New Feature: Support for passing grafana meta data such as user id, datasource uid to the underlying API as headers / query params via datasource settings

πŸš€ Improvements: Set the backend parser as the default parser for new queries. Existing queries with frontend parser should work as before. If broken, setting the parser to Frontend may help.

πŸš€ Improvements: Added support for gzip compression for outgoing requests by default. Fixes #1003

πŸš€ Improvements: Added frame type to dataplane compliant numeric data frames. This will help us to handle the results correctly in alerts, recorded queries, SSE etc.

πŸŽ‰ Chore: BREAKING: Plugin now requires Grafana 10.4.8 or newer

3.0.0-beta.2

πŸš€ New Feature: Support for additional HTTP methods (PATCH, PUT and DELETE) via data source config allowDangerousHTTPMethods

πŸš€ Improvements: Set the backend parser as the default parser for new queries. Existing queries with frontend parser should work as before. If broken, setting the parser to Frontend may help. βš™οΈ Chore: Update frontend and backend dependencies

3.0.0-beta.1

πŸš€ New Feature: Support for passing grafana meta data such as user id, datasource uid to the underlying API as headers / query params via datasource settings

πŸš€ Improvements: Added support for gzip compression for outgoing requests by default. Fixes #1003

πŸš€ Improvements: Added frame type to dataplane compliant numeric data frames. This will help us to handle the results correctly in alerts, recorded queries, SSE etc.

πŸŽ‰ Chore: BREAKING: Plugin now requires Grafana 10.4.8 or newer

2.12.2

πŸ› Build and publish pipelines uses latest go lang version 1.23.5 which includes security fixes to the crypto/x509 and net/http packages ( CVE-2024-45341 and CVE-2024-45336 ). More details can be found in the golang announcement post

πŸ› Bug fix: Fixed error source for invalid queries

βš™οΈ Chore: Updated backend plugin SDK github.com/grafana/grafana-plugin-sdk-go from 0.261.0 to 0.263.0

2.12.1

βš™οΈ Chore: Updated cross-spawn to 7.0.6

2.12.0

πŸš€ Improvement: Injection trace into req.head (#1088)

βš™οΈ Chore: Updated nanoid from 3.3.7 to 3.3.8

βš™οΈ Chore: Updated backend plugin SDK github.com/grafana/grafana-plugin-sdk-go from 0.259.0 to 0.261.0

πŸ› Bug fix: Fixed height of the text area

2.11.4

πŸ› Bug fix: Fixed error source for invalid queries

πŸ› Bug fix: Fixed a bug where base url not working as expected when there is no url in the query. Fixes #908

βš™οΈ Chore: Migrate legacy forms component in global queries editor

2.11.3

πŸ› Bug fix: Fixes the panic when preparing the request throws error

πŸ› Bug fix: Fixed a bug where gitlab urls were normalized incorrectly

βš™οΈ Chore: Updated jsonpath-plus to 10.2.0

2.11.2

βš™οΈ Chore: Updated backend plugin SDK github.com/grafana/grafana-plugin-sdk-go from 0.255.0 to 0.258.0

βš™οΈ Chore: Updated frontend dependency jsonpath-plus from 10.0.1 to 10.1.0

βš™οΈ Chore: Updated frontend indirect dependency uplot to 1.6.31

2.11.1

πŸ› Bug fix: Fix downstream errors for ErrExpressionNotFoundInFields and ErrInvalidFilterExpression

βš™οΈ Chore: Bump github.com/grafana/grafana-plugin-sdk-go from 0.248.0 to 0.255.0

βš™οΈ Chore: Bump jsonpath-plus to 10.0.1

2.11.0

πŸš€ Improvement: Remove base URL deprecation

πŸ› Bug fix: Fix forward oauth for x-id-token header

2.10.0

πŸš€ Improvement: Remove deprecation for base URL and move it to URL, Headers & Params

πŸ› Bug fix: Fix error source for identified downstream errors

βš™οΈ Chore: Bump github.com/grafana/grafana-plugin-sdk-go from 0.241.0 to 0.248.0

βš™οΈ Chore: Bump path-to-regexp from 1.8.0 to 1.9.0

2.9.6

πŸ› Bug fix: Fix error source for invalid JSONata errors

βš™οΈ Chore: Bump github.com/grafana/grafana-plugin-sdk-go from 0.241.0 to 0.245.0

βš™οΈ Chore: Update level of non-error log lines from error to debug

βš™οΈ Chore: Bump webpack from 5.86.0 to 5.94.0

βš™οΈ Chore: Bump webpack from 5.86.0 to 5.94.0

βš™οΈ Chore: Bump micromatch from 4.0.7 to 4.0.8

2.9.5

βš™οΈ Chore: Rudderstack event firing updated

2.9.4

πŸ› Bug fix: Fix query cancellation

βš™οΈ Chore: Add vscode debugger configuration

2.9.3

πŸ› Chore: Updated error source capturing

2.9.2

πŸš€ Chore: Logging improvements

2.9.1

πŸš€ Chore: Upgrade grafana-plugin-sdk-go to v0.240.0 from v0.239.0

2.9.0

πŸš€ UQL: Updated uql library to 0.0.23

πŸš€ Chore Replaced backend framer libraries from yesoreyeram/grafana-plugins to grafana/infinity-libs

βš™οΈ Chore: Add error source to error responses

βš™οΈ Chore: Upgrade grafana-plugin-sdk-go to v0.239.0 from v0.231.0

πŸ› Bug fix: Fix showing of correct URL when using query history

2.8.0

βš™οΈ Chore: backend datasource.serve method migrated to datasource.manage method

πŸ› Bug fix: Fixed a bug where filters not working in variables editor

2.7.1

πŸš€ Time macros: Added custom time macros ${__timeFrom} and ${__timeTo}. Read more about this infinity plugin macros document.

2.7.0

πŸš€ URL parameters encoding: Add support for encoding space characters in URLs with %20 instead of +. (Experimental feature)

πŸš€ Feature: Alias support for the backend summarize option

πŸ› Variables Editor: Fixed a bug where column selectors weren't working in variables editor

βš™οΈ Chore: Backend binaries are now compiled with golang 1.22.3

2.6.3

πŸ› Chore update dependencies

2.6.2

πŸš€ Security New settings to block/allow/warn sensitive queries in the dashboard. Read more about this in the docs.

2.6.1

πŸ› Chore UQL dependency updated to 0.0.22 from 0.0.21

πŸ“œ Docs Docs website update with play.grafana links

2.6.0

βš™οΈ Chore: Upgrade grafana-plugin-sdk-go to v0.220.0

πŸš€ Improvement: Improved health check for azure blob storage connections

πŸš€ Feature: Support for variables in azure blob storage container and blob name

πŸ› Bug fixes: Fixed a bug where AWS authentication doesn't work since 2.5.0-beta.1

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

2.5.0-beta.1

πŸš€ Chore: Updated health check messages to include details about custom health check settings

πŸš€ Authentication: Updated digest authentication backend SDK from github.com/xinsnake/go-http-digest-auth-client to github.com/icholy/digest

πŸ› Analytics: Updated rudderstack analytics events

πŸ› Bug fixes: Fixed a bug where query columns editor is unusable when sandbox enabled

βš™οΈ Chore: Updated the grafana plugin SDK from v0.197.0 to v0.206.0

2.4.0

πŸš€ Chore: Minimum supported grafana version updated to 9.5.15

πŸš€ Variables:Added support for variables in the backend parser root selector

πŸ› Variables: Better support for variable handling when variable queries have more than 1 column

πŸ› Bug fixes: Fixed a bug where variable values were not passed with the nested variable queries

βš™οΈ Chore: Updated the grafana plugin SDK from v0.193.0 to v0.197.0

βš™οΈ Chore:Plugin build system migrated from @grafana/toolkit to @grafana/create-plugin

βš™οΈ Chore: NodeJS dev dependency updated from Node 16 to Node 18

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

2.3.0

πŸŽ‰ Infinity datasource plugin is now officially maintained by Grafana Labs. Read more about this in the blog post

2.2.1

βš™οΈ Chore: Added distributed tracing and contextual logging

πŸ› UI Removed graphql variable editor styling

2.2.0

πŸš€ Proxy: Support for configuring per-datasource proxy url

πŸš€ GraphQL: Added Support for GraphQL Variables

πŸ› OAuth2: Fixes OAuth2 configuration UI crash

2.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

2.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

[ 1.4.1 ]

  • UQL Support for pivot function added in UQL
  • Chore Backend binaries are now compiled with Go 1.20.3 which contains security patches
  • Chore Updated frontend dependencies including security security patches

[ 1.4.0 ]

  • Variables Support for custom display values in variables ( using __text and __value as field names )
  • Backend parser Added support for numeric datetime (ex: 20221227 can now be treated as valid datetime with YYYYMMDD format)
  • Global variables Support for global time variables ${__from} and ${__to} in backend queries
  • Bug fix Fixes a bug where variables weren't interpolated with xml/html backend queries.
  • Bug fix Fixed a bug where BOM encoded response weren't parsed correctly
  • Auth Health check validation updated
  • Docs Docs site UI update

[ 1.3.0 ]

  • Auth Added support for AWS authentication using AWS Access and AWS Secret key
  • UQL Support for new methods atob, btoa and substring
  • Chore Backend binaries are now compiled with Go 1.19.5

[ 1.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

[ 1.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

[ 1.0.1 ]

  • Macros/Variables Global variables in queries such as ${__user.name},${__user.email} and ${__user.login} interpolated correctly in server side
  • Bug fix Fixed a bug where editor crashes when using POST method in variable editor. Fixes #413

[ 1.0.0 ]

New Features & Bug Fixes

  • New Query Type: JSON Backend (with support for alerting)( beta )
  • New Auth Type: Digest auth support
  • New Macro: Support for macros ($__combineValues(),$__customInterval()) added in URL, Body, Inline data, UQL queries
  • New Variable Query Type: Random String from given array of strings
  • URL: More body types supported. (including raw, form-data, x-www-form-urlencoded)
  • UQL: new root level command where added to support basic filters
  • UQL: new method extract added to extract part of the string using regex
  • UQL: new summarize methods countif, sumif, minif and maxif
  • UQL: new methods percentage,split,replace_string,reverse,pack,array_to_map and array_from_entries
  • As-Is: Support for URL when using As-Is format with JSON
  • UX: Variables interpolated in queries when navigating from dashboard to explore page
  • Chore: Updated cypress and improved E2E tests coverage
  • Chore: prometheus metrics resource endpoint added ( experimental )

BREAKING CHANGES

Authentication & Allowed host URLs

If you are using any APIs/URLs that require authentication, You will now need to specify the list of allowed Host URLs in the config. This change is introduced to allow additional security to your endpoints.

To migrate your existing datasources, add allowed URLs/allowed Hosts in the datasource configuration section. Example: If you are using https://foo.com/some/path?id=123 which require authentication, you will need to add https://foo.com in the allowed hosts list.

If your datasource is provisioned, then you have to add the following to your provisioning yaml file.

jsonData:
  allowedHosts:
    - https://foo.com

If the allowed hosts are not configured correctly, you will get Datasource is missing allowed hosts/URLs. Configure it in the datasource settings page. error when performing the query.

Learn more about this breaking change in the github discussion

Content-Type and Accept headers

The default header values for Content-Type and Accept are changing. The default value for these headers are set as follows

  • For json and graphql types, the Accept will be now set to application/json;q=0.9,text/plain

  • For csv query type, the Accept header will now be set to text/csv; charset=utf-8

  • For xml query type, the Accept header will now be set to text/xml;q=0.9,text/plain

  • For http post methods, the Content-Type header value will be set to Content-Type for json and graphql query types

You can override these headers, in settings/query headers.

Minimum Grafana version update

Minimum required grafana version for the infinity plugin is now Grafana v8.4.7. Though the older versions are expected to work, there may be some minor unexpected issues.

[ 0.8.8 ]

  • UQL: New command jsonata which helps to perform JSONata query over json, xml, csv APIs
  • Chore: More logging added in backend for failure scenarios
  • Chore: Provisioning helper added to the datasource config page which provides datasource yaml for provisioning

[ 0.8.7 ]

  • UQL: New command distinct
  • UQL: New function kv which provide kv pair array from object. (useful when the results are key value format)
  • UQL: New mathematical functions (floor/ceil/round/sign/pow/sin/cos/tan/log/log2/log10)
  • Bug fix: Fixed a bug where error from the API causing segment violation error (#299)
  • Bug fix: Fixed a bug where UQL editor throw error sometimes when using grafana versions higher than 8.3.4
  • Bug fix: Fixed a bug where negative numbers in string were converted to positive numbers (#297)

[ 0.8.6 ]

  • UQL: Now support comments. Any new line starts with # will be treated as comment
  • UQL: New command mv-expand
  • UQL: New functions parse_url, parse_urlquery
  • UQL: Fixed a bug where new line in UQL throws error when queries created from windows systems
  • UQL: keyword suggestions for UQL Query editor

[ 0.8.5 ]

  • Auth: Fixed a bug where custom endpoint params were ignored when using OAuth2 client credentials
  • Auth: Fixed a bug where TLS certs are not loaded correctly

[ 0.8.4]

  • Auth: Dedicated Auth types added for Api key authentication and bearer token authentication
  • Security: Ability to configure allowed hosts for URL
  • YAML: YAML query type support added via UQL. (experimental)

[ 0.8.3 ]

  • UQL: UQL update ( now support summarize by multiple fields, first, last summarizations )
  • XML: Fixed a bug where numbers shown as null when using timeseries format. fix #254

[ 0.8.2 ]

  • XML: Fixed a bug where numbers shown as null when using timeseries format. fix #254

[ 0.8.1 ]

  • Auth: Forward OAuth identity support
  • Auth: OAuth2 Client credentials authentication support - alpha
  • Auth: OAuth2 JWT authentication support - alpha
  • Chore: Query inspector now shows actual data in response meta data. (frame->schema->meta->custom)
  • GROQ: GROQ Query support - alpha

[ 0.8.0 ]

  • TSV: custom query type for tsv files
  • UQL: support for UQL queries
  • Chore: secure query params passed to all requests by default
  • NodeGraph: support for Node Graph panel
  • Chore: basic E2E tests for config editor added
  • Chore: typescript updates
  • "as-is" data format added for debugging
  • comma in the numbers are now ignored and considered as number
  • variable editor, global query editor bug fixes. Previously, unable to add columns in variable editor
  • fixes #191, #146, #210

[ 0.7.10 ]

  • proxy support for outgoing requests

[ 0.7.9 ]

  • Ability to customize timeout

[ 0.7.8 ]

  • Bug fixes, docs update

[ 0.7.7 ]

  • Bug fixes and docs update
  • DEPRECATED : URL field in the datasource config is now deprecated. Use URL in the Query Editor.
  • DEPRECATED : Global queries are now deprecated in favour of Grafana's panel library

[ 0.7.6 ]

  • UnixTimeStamp variable added (alpha)
  • Changed try url to heroku

[ 0.7.5 ]

  • Fixed a bug where data not loading where no column names provided
  • Support auto parse for more JSON types

[ 0.7.4 ]

  • Enabled support for annotations
  • Results return correct frame name. Now returning RefId as frame name.
  • Minimum required version of grafana is now 7.2.0
  • Moved docs to gh-pages

[ 0.7.3 ]

  • Variable editor bug fixes
  • Columnar format support

[ 0.7.2 ]

  • Github URLs normalized
  • Auto find array data

[ 0.7.1 ]

[ 0.7.0 ]

  • Data frame format added
  • Custom secure query strings support added
  • Support for custom headers and query strings in individual queries
  • More CSV options - TSV, optional headers support, custom delimiters, etc
  • Allow variables in root/rows selector
  • Placeholder for migrating into backend plugin
  • Migrated website from vuepress to gatsby
  • Vercel deployment added for website

[ 0.6.1 ]

  • Plugin signed
  • JSONPath support for JSON root selector
  • Auto generate columns for CSV, JSON
  • Support for Unix/epoch seconds format
  • Support for filtering rows
  • Variable Query support
  • Logo updated
  • Published to grafana.com

[ 0.5.0 ]

  • XML Support

[ 0.4.0 ]

  • Registered / Global Queries
  • UNIX EPOCH / millisecond timestamp format
  • Template variables support. Collection, CollectionLookup and Join variable
  • Bug fixes

[ 0.3.0 ]

  • Authentication support
  • Variables support in query url & data

[ 0.2.0 ]

  • GraphQL Support
  • Mathematical expressions and Random Walk

[ 0.1.0 ]

  • Inline CSV / JSON support
  • Stats / Timeseries format support

[ 0.0.1 ]

  • First working version