2.0.0
2.0.0 (2024-09-10)
- Check the Upgrading to v2 guide.
🚀 Features
- Using Crawlee for Python under the hood (#210) by @janbuchar
- Better Actor API typing (#256) by @janbuchar
- Expose Request from Crawlee (#266) by @vdusek
- Improve examples in README (#269) by @vdusek
- Automatically configure logging (#271) by @janbuchar
🐛 Bug Fixes
- Make
apify.log
public (#249) by @janbuchar - Dataset list response handling (#257) by @janbuchar
- Ignore deprecated platform events (#258) by @janbuchar
- Possible infinity loop in Apify-Scrapy proxy middleware (#259) by @vdusek
- Hotfix for
batch_add_requests
batch size limit (#261) by @janbuchar