- DEPRECATED:
CheerioCrawlerOptions.requestOptions
is now deprecated. Please use
CheerioCrawlerOptions.prepareRequestFunction
instead. - Add
limit
option toApify.utils.enqueueLinks()
for situations when full crawls are not needed. - Add
suggestResponseEncoding
andforceResponseEncoding
options toCheerioCrawler
to allow
users to provide a fall-back or forced encoding of responses in situations where websites
serve invalid encoding information in their headers. - Add a number of new examples and update existing ones to documentation.
- Fix duplicate file extensions in
Apify.utils.puppeteer.saveSnapshot()
when used locally. - Fix encoding of multi-byte characters in
CheerioCrawler
. - Fix formatting of navigation buttons in documentation.