Roadmap
Recently shipped
Section titled โRecently shippedโ- โ
Configurable thresholds for quality scores, response times, status codes, etc. that make the crawler exit with a non-zero code โ see the CI/CD quality gate (
--ciand the--ci-*options). - โ Secure SMTP support for the built-in mailer (authenticated sending).
- โ
HTTP authentication via
--http-auth(Basic auth).
Still planned
Section titled โStill plannedโ- A public Docker image for one-command usage in CI/CD pipelines (not published yet). The dependency-free native binary and the system package repositories (apt/dnf/zypper/apk) already make self-containerization easy.
- Better static assets processing โ assets are currently processed immediately, same as other URLs, which can cause problems with very large websites. We plan a separate queue for static assets and separate visualization in the output.
If you have any suggestions or feature requests, please open an issue on GitHub. Weโd love to hear from you!
Your contributions with realized improvements, bug fixes, and new features are welcome. Please open a pull request :-)