Skip to content

v0.5.9

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jan 10:48
· 371 commits to master since this release
c26f36b

Features

Continuous Integration

  • Added automatic cleaning on stale issues and PRs. Now issues and PRs older than 60 days will be marked as Stale, and closed after 7 days. (#52)
  • Parallelize tests. With the new HTTP retry strategy, we can parallelize the tests while avoiding API quota errors. (#76)

Bug Fixes

  • Solved a crash when importing dashboard with unsupported panel types and query types. (#73)