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