1.5.0
1.5.0 (2026-03-06)
🚀 Features
- Use specialized Playwright docker images in templates (#1757) (747c0cf) by @Pijukatel
- Add
discover_valid_sitemapsutility (#1777) (872447b) by @Mantisus
🐛 Bug Fixes
- Prevent list modification during iteration in BrowserPool (#1703) (70309d9) by @vdusek
- Fix
max_requests_per_crawlexcluding failed requests (#1766) (d6bb0b4) by @Pijukatel - playwright: Dispose of
APIResponsebody forsend_request(#1771) (29d301b) by @kozlice - Return
Nonefromadd_requestwhen storage client fails to enqueue request (#1775) (944753a) by @Mantisus - Re-use pre-existing browser context in
PlaywrightBrowserController(#1778) (4487543) by @Pijukatel