Releases: apify/crawlee-python
Releases · apify/crawlee-python
0.6.10
0.6.10 (2025-06-02)
🐛 Bug Fixes
- Allow config change on
PlaywrightCrawler
(#1186) (f17bf31) by @mylank - Add
payload
toSendRequestFunction
to supportPOST
request (#1202) (e7449f2) by @Mantisus - Fix match check for specified enqueue strategy for requests with redirect (#1199) (d84c30c) by @Mantisus
- Set
WindowsSelectorEventLoopPolicy
only for curl-impersonate template withoutplaywright
(#1209) (f3b839f) by @Mantisus - Add support non-GET requests for
PlaywrightCrawler
(#1208) (dbb9f44) by @Mantisus - Respect
EnqueueLinksKwargs
forextract_links
function (#1213) (c9907d6) by @Mantisus
0.6.9
0.6.9 (2025-05-02)
🚀 Features
- Add an internal
HttpClient
to be used insend_request
forPlaywrightCrawler
usingAPIRequestContext
bound to the browser context (#1134) (e794f49) by @Mantisus - Make timeout error log cleaner (#1170) (78ea9d2) by @Pijukatel
- Add
on_skipped_request
decorator, to process links skipped according torobots.txt
rules (#1166) (bd16f14) by @Mantisus
🐛 Bug Fixes
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_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
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.2 (2025-03-05)
🚀 Features
- Extend ErrorTracker with error grouping (#1014) (561de5c) by @Pijukatel
0.6.1
0.6.1 (2025-03-03)
🐛 Bug Fixes
- Add
browserforge
to mandatory dependencies (#1044) (ddfbde8) by @Pijukatel