Releases: apify/crawlee-python
Releases · apify/crawlee-python
1.3.1
1.3.1 (2026-01-30)
🐛 Bug Fixes
- Reset all counter in metadata with
purgeforRequestQueue(#1686) (ee09260) by @Mantisus - Set default
http3=FalseforImpitHttpClient(#1685) (3f390f6) by @Mantisus - Prevent get_request from permanently blocking requests (#1684) (da416f9) by @Mirza-Samad-Ahmed-Baig
- Do not share state between different crawlers unless requested (#1669) (64c246b) by @Pijukatel
1.3.0
1.2.1
1.2.1 (2025-12-16)
🐛 Bug Fixes
1.2.0
1.1.1
1.1.1 (2025-12-02)
🐛 Bug Fixes
- Unify separators in
unique_keyconstruction (#1569) (af46a37) by @vdusek - Fix
same-domainstrategy ignoring public suffix (#1572) (3d018b2) by @Pijukatel - Make context helpers work in
FailedRequestHandlerandErrorHandler(#1570) (b830019) by @Pijukatel - Fix non-ASCII character corruption in
FileSystemStorageClienton systems without UTF-8 default encoding (#1580) (f179f86) by @Mantisus - Respect
<base>when enqueuing (#1590) (de517a1) by @Mantisus
1.1.0
1.1.0 (2025-11-18)
🚀 Features
- Add
chromeBrowserTypeforPlaywrightCrawlerto use the Chrome browser (#1487) (b06937b) by @Mantisus - Add
RedisStorageClientbased on Redis v8.0+ (#1406) (d08d13d) by @Mantisus - Add support for Python 3.14 (#1553) (89e9130) by @Mantisus
- Add
transform_request_functionparameter forSitemapRequestLoader(#1525) (dc90127) by @Mantisus
🐛 Bug Fixes
- Improve indexing of the
request_queue_recordstable forSqlRequestQueueClient(#1527) (6509534) by @Mantisus - Improve error handling for
RobotsTxtFile.load(#1524) (596a311) by @Mantisus - Fix
crawler_runtimenot being updated during run and only in the end (#1540) (0d6c3f6) by @Pijukatel - Ensure persist state event emission when exiting
EventManagercontext (#1562) (6a44f17) by @Pijukatel
1.0.4
1.0.4 (2025-10-24)
🐛 Bug Fixes
- Respect
enqueue_strategyinenqueue_links(#1505) (6ee04bc) by @Mantisus - Exclude incorrect links before checking
robots.txt(#1502) (3273da5) by @Mantisus - Resolve compatibility issue between
SqlStorageClientandAdaptivePlaywrightCrawler(#1496) (ce172c4) by @Mantisus - Fix
BasicCrawlerstatistics persistence (#1490) (1eb1c19) by @Pijukatel - Save context state in result for
AdaptivePlaywrightCrawlerafter isolated processing inSubCrawler(#1488) (62b7c70) by @Mantisus
1.0.3
1.0.3 (2025-10-17)
🐛 Bug Fixes
- Add support for Pydantic v2.12 (#1471) (35c1108) by @Mantisus
- Fix database version warning message (#1485) (18a545e) by @Mantisus
- Fix
reclaim_requestinSqlRequestQueueClientto correctly update the request state (#1486) (1502469) by @Mantisus - Fix
KeyValueStore.auto_saved_valuefailing in some scenarios (#1438) (b35dee7) by @Pijukatel
1.0.2
1.0.1
1.0.1 (2025-10-06)
🐛 Bug Fixes
- Fix memory leak in
PlaywrightCrawleron browser context creation (#1446) (bb181e5) by @Pijukatel - Update templates to handle optional httpx client (#1440) (c087efd) by @Pijukatel