Skip to content

Releases: apify/crawlee

v3.13.7

06 Jun 11:47

Choose a tag to compare

3.13.7 (2025-06-06)

Bug Fixes

  • use merged cookies correctly in GotScrapingHttpClient (#3000) (a2985f2), closes #2991

v3.13.6

05 Jun 15:06

Choose a tag to compare

3.13.6 (2025-06-05)

Bug Fixes

  • enable full cookie support for ImpitHttpClient (#2991) (120f0a7)
  • ensure PlaywrightGotoOptions won't result in unknown when playwright is not installed (#2995) (93eba38), closes #2994
  • extract only body from iframe elements (#2986) (c36166e), closes #2979

v3.13.5

20 May 08:29

Choose a tag to compare

3.13.5 (2025-05-20)

Features

  • add MinimumSpeedStream and ByteCounterStream helpers (#2970) (921c4ee)
  • Allow the AdaptivePlaywrightCrawler result comparator to signal an inconclusive result (#2975) (7ba8906)

v3.13.4

14 May 13:19

Choose a tag to compare

3.13.4 (2025-05-14)

Bug Fixes

  • core: respect systemInfoV2 in snapshotter (#2961) (4100eab), closes #2958
  • core: use short timeouts for periodic KVS.setRecord calls (#2962) (d31d90e)
  • core: optimize request unlocking to get rid of unnecessary unlock calls (#2963) (a433037)
  • social: extract emails from each text node separately (#2952) (799afc1)

Features

  • impit-client: bump impit version to v0.4 (#2954) (7a1bf10)

v3.13.3

05 May 07:09

Choose a tag to compare

3.13.3 (2025-05-05)

Bug Fixes

Features

  • pass response to FileDownload.streamHandler (#2930) (008c4c7)

v3.13.2

08 Apr 10:14

Choose a tag to compare

3.13.2 (2025-04-08)

Features

v3.13.1

07 Apr 06:55

Choose a tag to compare

3.13.1 (2025-04-07)

Bug Fixes

Features

v3.13.0

04 Mar 09:13

Choose a tag to compare

3.13.0 (2025-03-04)

Bug Fixes

Features

v3.12.2

27 Jan 08:16

Choose a tag to compare

3.12.2 (2025-01-27)

Bug Fixes

Features

  • impit-based HttpClient implementation (#2787) (61d7ffa)
  • add support for parsing comma-separated list environment variables (#2765) (4e50c47)
  • stopping the crawlers gracefully with BasicCrawler.stop() (#2792) (af2966f), closes #2777

v3.12.1

04 Dec 09:26

Choose a tag to compare

3.12.1 (2024-12-04)

Bug Fixes

  • log status message timeouts to debug level (55ee44a)
  • social: support new URL formats for Facebook, YouTube and X (#2758) (4c95847), closes #525

Features

  • tieredProxyUrls accept null for switching the proxy off (#2743) (82f4ea9), closes #2740