Skip to content

Latest commit

 

History

History
145 lines (96 loc) · 3.79 KB

CHANGELOG.md

File metadata and controls

145 lines (96 loc) · 3.79 KB

Change Log

Change history of the project. All the feature updates, bug fixes, breaking changes will be documented here.

[ 0.8.5 ]

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

[ 0.8.4]

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

[ 0.8.3 ]

  • UQL update ( now support summarize by multiple fields, first, last summarizations )
  • Bug fix #256

[ 0.8.2 ]

  • Bug fix #254

[ 0.8.1 ]

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

[ 0.8.0 ]

  • custom query type for tsv files
  • support for UQL queries
  • secure query params passed to all requests by default
  • support for Node Graph panel
  • basic E2E tests for config editor added
  • 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