Skip to content

Releases: apify/crawlee-python

0.6.9

02 May 09:14
Compare
Choose a tag to compare

0.6.9 (2025-05-02)

🚀 Features

  • Add an internal HttpClient to be used in send_request for PlaywrightCrawler using APIRequestContext 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 to robots.txt rules (#1166) (bd16f14) by @Mantisus

🐛 Bug Fixes

0.6.8

25 Apr 07:13
Compare
Choose a tag to compare

0.6.8 (2025-04-25)

🚀 Features

🐛 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 for PlaywrightCrawler (#1163) (82ff69a) by @Mantisus
  • Call failed_request_handler for SessionError when session rotation count exceeds maximum (#1147) (b3637b6) by @Mantisus

0.6.7

17 Apr 12:16
Compare
Choose a tag to compare

0.6.7 (2025-04-17)

🚀 Features

🐛 Bug Fixes

0.6.6

03 Apr 13:01
Compare
Choose a tag to compare

0.6.6 (2025-04-03)

🚀 Features

🐛 Bug Fixes

0.6.5

13 Mar 09:48
Compare
Choose a tag to compare

0.6.5 (2025-03-13)

🐛 Bug Fixes

0.6.4

12 Mar 10:16
Compare
Choose a tag to compare

0.6.4 (2025-03-12)

🐛 Bug Fixes

0.6.3

07 Mar 13:41
Compare
Choose a tag to compare

0.6.3 (2025-03-07)

🚀 Features

🐛 Bug Fixes

0.6.2

05 Mar 09:26
Compare
Choose a tag to compare

0.6.2 (2025-03-05)

🚀 Features

0.6.1

03 Mar 16:46
Compare
Choose a tag to compare

0.6.1 (2025-03-03)

🐛 Bug Fixes

0.6.0

03 Mar 13:48
Compare
Choose a tag to compare

0.6.0 (2025-03-03)

🚀 Features

🐛 Bug Fixes

Refactor