Skip to content

v0.3.0

Choose a tag to compare

@markusleh markusleh released this 29 Oct 13:30
· 309 commits to main since this release
29ab170

[0.3.0] - 2023-10-29

Added

  • CHANGELOG.md
  • Trace viewer (preview). Trace viewer enables inspecting HTTP request and response metadata associated with visiting the site. Note that the feature is in preview. New versions will likely break older versions of the trace meaning you might not be able to use the UI trace viewer to view old scans.
Screenshot of the new trace viewer feature

Fixed

  • Fix issue causing the loading of files such as images and html code in codeviewer to fail. This issue was caused by poor handling of the special short-lived file authentication token in PocketBase. This authentication token is now updated every minute to make sure it does not expire [commit].
  • Static placeholder images in dashboard load properly [commit].
  • Bunch of scanning edge case errors causing unhandled scanner exceptions.

Changed

  • ⚠️ API_KEY scanner environment variable changed to SCANNER_TOKEN [commit]. You must update your docker-compose.yml and .env file to reflect the changed environment variable when updating to this version.

Removed

none

Full Changelog: v0.2.5...v0.3.0