v3.15.3
3.15.3 (2025-11-10)
Fixes
- Fixed retry awaiting in
_timeoutAndRetryto prevent race conditions - CLI now accepts project names starting with numbers
AdaptivePlaywrightCrawlernow uses shared enqueue links wrapper for consistency
Features
- Custom
userAgentnow supported whenrespectRobotsTxtFileis enabled
3.15.3 (2025-11-10)
Bug Fixes
- await retries inside
_timeoutAndRetry(#3206) (9c1cf6d), closes /github.com/apify/crawlee/pull/3188#discussion_r2410256271 - cli: support creating projects with names that start with a number (#3219) (3f37845), closes #3213
- use shared enqueue links wrapper in
AdaptivePlaywrightCrawler(#3188) (9569d19)