v3.0.3
What's Changed
- fix: add missing configuration to CheerioCrawler constructor by @AndreyBykov in #1432
- fix: sendRequest types by @szmarczak in #1445
- fix: respect
headless
option in browser crawlers by @B4nan in #1455 - fix: make
CheerioCrawlerOptions
type more loose by @B4nan in d871d8c - fix: improve dockerfiles and project templates by @B4nan in 7c21a64
- feat: add
utils.playwright.blockRequests()
by @barjin in #1447 - feat: http-crawler by @szmarczak in #1440
- feat: prefer
/INPUT.json
files forKeyValueStore.getInput()
by @vladfrangu in #1453 - feat: jsdom-crawler by @szmarczak in #1451
- feat: add
RetryRequestError
+ add error to the context for BC by @vladfrangu in #1443 - feat: add
keepAlive
to crawler options by @B4nan in #1452
Full Changelog: v3.0.2...v3.0.3