Skip to content

Release v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 20 May 13:43
7a09de6

0.5.0 (2021-03-21)

Full changelog

Enhancements

  • Improved query editor with support for HTTP params, headers, and body.
  • Add support for relative paths (#69)
  • Add support for decimal separators (#43)
  • EXPERIMENTAL: Add support for regular expressions in field names (#68). Must be enabled in the Experimental tab in the query editor.

Bug fixes

  • BREAKING: Remove default Accept header (#56). If your data source expects Accept: text/csv on the request, you now need to add it yourself in the Params tab.