Skip to main content

2025 Changelog

1.0.0-beta.2

January – December 2025

MONO-REPO

In 2025 the project transitioned to a mono-repo. The Web UI, documentation site, and developer tools moved into the main secutils repository, and the changelog is organized by feature area instead of per-component from this point on.

⚠ Breaking Changes

  • platform: consolidate Web UI, documentation, and developer tooling into the main repository (secutils@4b5e054, secutils@ad1431b)
  • web-scraping: migrate content and resource trackers to the Retrack scheduling service, unifying both tracker types under a single "page trackers" umbrella (secutils@9ed3c26)

UI Improvements

Features

Fixes

Performance

API & OpenAPI

Fixes

  • api: throw 403 Forbidden when operator credentials are invalid (secutils@f2f8913)
  • webhooks: return proper error message when saving responder with non-unique path and method (secutils@fc038eb)
  • security: reorganize Ory error handling (secutils@ec88825)

Infrastructure & DevOps

Enhancements