Releases: apify/crawlee
Releases · apify/crawlee
v3.5.5
3.5.5 (2023-10-02)
Bug Fixes
- allow to use any version of puppeteer or playwright (#2102) (0cafceb), closes #2101
- session pool leaks memory on multiple crawler runs (#2083) (b96582a), closes #2074 #2031
- templates: install browsers on postinstall for playwright (#2104) (323768b)
- types: make return type of RequestProvider.open and RequestQueue(v2).open strict and accurate (#2096) (dfaddb9)
Features
v3.5.4
v3.5.3
3.5.3 (2023-08-31)
Bug Fixes
- browser-pool: improve error handling when browser is not found (#2050) (282527f), closes #1459
- clean up
inProgress
cache when delaying requests viasameDomainDelaySecs
(#2045) (f63ccc0) - crawler instances with different StorageClients do not affect each other (#2056) (3f4c863)
- pin all internal dependencies (#2041) (d6f2b17), closes #2040
- respect current config when creating implicit
RequestQueue
instance (845141d), closes #2043
Features
v3.5.2
v3.5.1
v3.5.0
3.5.0 (2023-07-31)
Bug Fixes
- cleanup worker stuff from memory storage to fix
vitest
(#2004) (d2e098c), closes #1999 - core: add requests from URL list (
requestsFromUrl
) to the queue in batches (418fbf8), closes #1995 - core: support relative links in
enqueueLinks
explicitly provided viaurls
option (#2014) (cbd9d08), closes #2005
Features
- add
closeCookieModals
context helper for Playwright and Puppeteer (#1927) (98d93bb) - add support for
sameDomainDelaySecs
(#2003) (e796883), closes #1993 - basic-crawler: allow configuring the automatic status message (#2001) (3eb4e4c)
- core: use
RequestQueue.addBatchedRequests()
inenqueueLinks
helper (4d61ca9), closes #1995 - retire session on proxy error (#2002) (8c0928b), closes #1912
v3.4.2
v3.4.1
v3.4.0
3.4.0 (2023-06-12)
Bug Fixes
- respect
<base>
when enqueuing (#1936) (aeef572) - stop lerna from overwriting the copy.ts results (#1946) (69bed40)
Features
- add LinkeDOMCrawler (#1907) (1c69560), closes /github.com/apify/crawlee/pull/1890#issuecomment-1533271694
- infiniteScroll has maxScrollHeight limit (#1945) (44997bb)