0.6.8 (2025-04-25)
🚀 Features
- Handle unprocessed requests in
add_requests_batched
(#1159) (7851175) by @Pijukatel - Add
respect_robots_txt_file
option (#1162) (c23f365) by @Mantisus
🐛 Bug Fixes
- Update
UnprocessedRequest
to match actual data (#1155) (a15a1f3) by @Pijukatel - Fix the order in which cookies are saved to the
SessionCookies
and the handler is executed forPlaywrightCrawler
(#1163) (82ff69a) by @Mantisus - Call
failed_request_handler
forSessionError
when session rotation count exceeds maximum (#1147) (b3637b6) by @Mantisus