v3.0.2
What's Changed
- fix: regression in resolving the base url for enqueue link filtering by @vladfrangu in #1422
- fix: improve file saving on memory storage by @vladfrangu in #1421
- fix: add
UserData
type argument toCheerioCrawlingContext
and related interfaces by @B4nan in #1424 - fix: always limit
desiredConcurrency
to the value ofmaxConcurrency
by @B4nan in bcb689d - fix: wait for storage to finish before resolving
crawler.run()
by @B4nan in 9d62d56 - fix: using explicitly typed router with
CheerioCrawler
by @B4nan in 07b7e69 - fix: declare dependency on
ow
in@crawlee/cheerio
package by @B4nan in be59f99 - fix: use
crawlee@^3.0.0
in the CLI templates by @B4nan in 6426f22 - fix: fix building projects with TS when puppeteer and playwright are not installed by @B4nan in #1404
- fix: enqueueLinks should respect full URL of the current request for relative link resolution by @B4nan in #1427
- fix: use
desiredConcurrency: 10
as the default forCheerioCrawler
by @B4nan in #1428 - feat: allow configuring what status codes will cause session retirement by @B4nan in #1423
- feat: add support for middlewares to the
Router
viause
method by @B4nan in #1431
Full Changelog: v3.0.1...v3.0.2