Releases: apify/crawlee
Releases · apify/crawlee
v3.15.3
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)
Features
v3.15.2
v3.15.1
v3.15.0
3.15.0 (2025-09-17)
Bug Fixes
ImpitHttpClientrespects the internalRequesttimeout (#3103) (a35376d)proxyUrlslist can containnull(#3142) (dc39cc2), closes #3136- don't fail
exportDatacalls on empty datasets (#3115) (298f170), closes #2734 - respect
maxCrawlDepthwith a custom enqueueLinkstransformRequestFunction(#3159) (e2ecb74)
Features
v3.14.1
v3.14.0
3.14.0 (2025-07-25)
Bug Fixes
- don't retire browsers with long-running
pre|postLaunchHooksprematurely (#3062) (681660e) - respect
excludeoption inenqueueLinksByClickingElements(#3058) (013eb02) - retry on blocked status codes in
HttpCrawler(#3060) (b5fcd79), closes #3029 - validation of iterables when adding requests to the queue (#3091) (529a1dd), closes #3063