Skip to content

Latest commit

 

History

History
115 lines (76 loc) · 2.68 KB

CHANGELOG.md

File metadata and controls

115 lines (76 loc) · 2.68 KB

Change Log

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

[ 0.8.0 ] - unreleased

  • custom query type for tsv files
  • support for Node Graph
  • moved docs website, try into their own folder
  • E2E tests for config editor (placeholder) added
  • typescript updates
  • bug fixes
  • "as-is" data format added for debugging
  • comma in the numbers are now ignored and considered as number

[ 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