Skip to content

Releases: apify/crawlee

v2.0.5

24 Aug 16:58
Compare
Choose a tag to compare

2.0.5 / 2021/08/24

  • Fix error handling in puppeteer crawler

v2.0.4

23 Aug 14:41
d3261ca
Compare
Choose a tag to compare

This update introduces persistent browser headers when using got-scraping.

v2.0.3

20 Aug 13:48
b9e99b7
Compare
Choose a tag to compare
  • chore: add aborting event to events docs [skip ci] c89f532
  • fix: refactor requestAsBrowser to Got 12 (#1111) ef9a4ad
  • fix: limit handleRequestTimeoutMillis to max valid value (#1116) 5948958
  • fix: disable SSL validation on MITM proxies (#1117) 853c5cd
  • fix: bump got-scraping to 3.0.1 (#1121) b9e99b7

This release improves the stability of the SDK.

v2.0.2

12 Aug 08:39
e0ae762
Compare
Choose a tag to compare
  • Fix serialization issues in CheerioCrawler caused by parser conflicts in recent versions of cheerio.

v2.0.1

06 Aug 18:37
Compare
Choose a tag to compare
  • Use got-scraping 2.0.1 until fully compatible.

v2.0.0

05 Aug 08:28
Compare
Choose a tag to compare

We're releasing SDK 2 ahead of schedule, because we need state of the art HTTP2 support for scraping and with Node.js versions <15.10, HTTP2 is not very reliable. We bundled in 2 more potentially breaking changes that we were waiting for, but we expect those to have very little impact on users. Migration should therefore be super simple. Just bump your Node.js version.

If you're waiting for full TypeScript support and new features, those are still in the works and will be released in SDK 3 at the end of this year.

  • BREAKING: Require Node.js >=15.10.0 because HTTP2 support on lower Node.js versions is very buggy.
  • BREAKING: Bump cheerio to 1.0.0-rc.10 from rc.3. There were breaking changes in cheerio between the versions so this bump might be breaking for you as well.
  • Remove LiveViewServer which was deprecated before release of SDK v1.
  • We no longer tag beta releases.

v1.3.4

04 Aug 15:40
Compare
Choose a tag to compare

1.3.4 / 2021/08/04

  • Fix issues with TS builds caused by incomplete browser-pool rewrite

v1.3.3

04 Aug 08:38
Compare
Choose a tag to compare

1.3.3 / 2021/08/04

  • Fix public URL getter of key-value stores

v1.3.2

02 Aug 19:31
ff34fa2
Compare
Choose a tag to compare
  • Fix headerGeneratorOptions not being passed to got-scraping in requestAsBrowser.

v1.3.1

13 Jul 15:41
Compare
Choose a tag to compare

1.3.1 / 2021/07/13

  • Fix client /v2 duplication in apiBaseUrl.