Skip to content

v2.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 16:11
· 4 commits to main since this release
v2.6.0
44b5b7b

This release adds a loading page for reports that are still running, this allows external applications to submit a dataset for analysis and immediately redirect users to the report. The web UI will then wait until the report is completed and immediately show the results.

We've also added support for the programming languages scala and verilog.

Read the full changelog below:

🚀 Features

  • Add support for scala programming language (#1487) @rien
  • Add support for verilog programming language (#1462) @rien
  • Wait for analysis job to complete when report is shared (#1475) @rien
  • Update Dolos API for streamlined automated submissions (#1424) @rien

🐛 Bug Fixes

  • Fix bug where navigating back would fail (#1489) @rien
  • Fix npm not passing arguments in web Dockerfile (#1460) @rien
  • Fix tmpdirs not being removed in Dolos API (#1413) @rien

🧰 Maintenance

  • Enhance self-hosting support with prebuilt docker images (#1461) @rien
  • Clean up dependencies (#1438) @rien
  • Clean up API routes, responses and errors (#1426) @rien
  • Improve error handling with uploading (#1402) @rien

📖 Documentation

  • Improve documentation about publicly hosting Dolos (#1449) @rien
  • Add API description to documentation (#1425) @rien