Releases: apify/crawlee-python
Releases · apify/crawlee-python
0.6.11
0.6.11 (2025-06-23)
🚀 Features
🐛 Bug Fixes
- Fix
ClientSnapshotoverload calculation (#1228) (a4fc1b6) by @Pijukatel - Use
PSSinstead ofRSSto estimate children process memory usage on Linux (#1210) (436032f) by @Pijukatel - Do not raise an error to check 'same-domain' if there is no hostname in the url (#1251) (a6c3aab) by @Mantisus
0.6.10
0.6.10 (2025-06-02)
🐛 Bug Fixes
- Allow config change on
PlaywrightCrawler(#1186) (f17bf31) by @mylank - Add
payloadtoSendRequestFunctionto supportPOSTrequest (#1202) (e7449f2) by @Mantisus - Fix match check for specified enqueue strategy for requests with redirect (#1199) (d84c30c) by @Mantisus
- Set
WindowsSelectorEventLoopPolicyonly for curl-impersonate template withoutplaywright(#1209) (f3b839f) by @Mantisus - Add support non-GET requests for
PlaywrightCrawler(#1208) (dbb9f44) by @Mantisus - Respect
EnqueueLinksKwargsforextract_linksfunction (#1213) (c9907d6) by @Mantisus
0.6.9
0.6.9 (2025-05-02)
🚀 Features
- Add an internal
HttpClientto be used insend_requestforPlaywrightCrawlerusingAPIRequestContextbound to the browser context (#1134) (e794f49) by @Mantisus - Make timeout error log cleaner (#1170) (78ea9d2) by @Pijukatel
- Add
on_skipped_requestdecorator, to process links skipped according torobots.txtrules (#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_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
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