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