v3.11.0

apify/crawleev3.11.0Jul 9, 2024by apify-service-account

AI Summary

This release introduces new browser parsing capabilities including iframe expansion and a new sitemap-based request list implementation.

Key Highlights

  • Added 'iframe' expansion to 'parseWithCheerio' in browsers.
  • Added 'ignoreIframes' opt-out option for Cheerio iframe expansion.
  • Introduced a Sitemap-based request list implementation.

New Features

  • Iframe expansion in 'parseWithCheerio'
  • IgnoreIframes opt-out option
  • Sitemap-based request list

Full Release Notes

# [3.11.0](https://github.com/apify/crawlee/compare/v3.10.5...v3.11.0) (2024-07-09)


### Features

* add `iframe` expansion to `parseWithCheerio` in browsers ([#2542](https://github.com/apify/crawlee/issues/2542)) ([328d085](https://github.com/apify/crawlee/commit/328d08598807782b3712bd543e394fe9a000a85d)), closes [#2507](https://github.com/apify/crawlee/issues/2507)
* add `ignoreIframes` opt-out from the Cheerio iframe expansion ([#2562](https://github.com/apify/crawlee/issues/2562)) ([474a8dc](https://github.com/apify/crawlee/commit/474a8dc06a567cde0651d385fdac9c350ddf4508))
* Sitemap-based request list implementation ([#2498](https://github.com/apify/crawlee/issues/2498)) ([7bf8f0b](https://github.com/apify/crawlee/commit/7bf8f0bcd4cc81e02c7cc60e82dfe7a0cdd80938))