v0.3.0
[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.
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_KEYscanner environment variable changed toSCANNER_TOKEN[commit]. You must update yourdocker-compose.ymland.envfile to reflect the changed environment variable when updating to this version.
Removed
none
Full Changelog: v0.2.5...v0.3.0