v2.3.1
What's Changed
- fix:
utils.apifyClient
early instantiation by @barjin in #1330 - fix: ensure failed req count is correct when using
RequestList
by @mnmkng in #1347 - fix: random puppeteer crawler (running in headful mode) failure by @AndreyBykov in #1348
This should help with the
We either navigate top level or have old version of the navigated frame
bug in puppeteer. - fix(ts): allow returning falsy values in
RequestTransform
's return type - feat: add
utils.playwright.injectJQuery
by @barjin in #1337 - feat: add
keyValueStore
option toStatistics
class by @B4nan in #1345 - perf(browser-pool): do not use
page.authenticate
as it disables cache
Full Changelog: v2.3.0...v2.3.1