Changelog¶
1.14.1 (2025-10-14)¶
Bug fixes (1 change)¶
1.14.0 (2025-10-09)¶
Features (8 changes)¶
Bug fixes (3 changes)¶
fix case-sensitive filtering of URLs with delete_documents management command (merge request)
set postgres to version 17 in docker-compose.yml to avoid breaking upgrades
⚠ Important This is a major update, and it is recommended to back up your database and volumes before upgrading, as it introduces Debian Trixie support and transitions from Crawl Policies to Collections — see details here: https://sosse.io/blog/post/crawl-policies-to-collections/
1.13.5 (2025-07-05)¶
Bug fixes (1 change)¶
⚠️ Important: Please update your
docker-compose.ymlfile to set PostgreSQL to version 17. This will prevent issues during future upgrades. Refer to the diff for more details.
1.13.4 (2025-06-29)¶
Bug fixes (3 changes)¶
1.13.3 (2025-06-15)¶
Bug fixes (1 change)¶
1.13.2 (2025-06-10)¶
Bug fixes (1 change)¶
1.13.1 (2025-06-09)¶
Bug fixes (1 change)¶
1.13.0 (2025-06-05)¶
Features (12 changes)¶
minimize database queries when workers are idle (merge request)
use the script field of Crawl Policy to overwrite document’s data (merge request)
ask for confirmation when quitting a modified form (merge request)
add an option to force reprocessing pages when no change is detected (merge request)
run crawlers using half of the available CPU cores by default (merge request)