v3.13.6
apify/crawleev3.13.6Jun 5, 2025by apify-service-account
AI Summary
This release focuses on bug fixes, specifically improving cookie support, handling Playwright options when playwright is not installed, and extracting body content from iframes.
Key Highlights
- Enable full cookie support for `ImpitHttpClient`.
- Ensure `PlaywrightGotoOptions` won't result in `unknown` type when playwright is not installed.
- Extract only `body` from `iframe` elements.
Full Release Notes
## [3.13.6](https://github.com/apify/crawlee/compare/v3.13.5...v3.13.6) (2025-06-05) ### Bug Fixes * enable full cookie support for `ImpitHttpClient` ([#2991](https://github.com/apify/crawlee/issues/2991)) ([120f0a7](https://github.com/apify/crawlee/commit/120f0a7968670eaab14d217e12c09b4dba216d7d)) * ensure `PlaywrightGotoOptions` won't result in `unknown` when playwright is not installed ([#2995](https://github.com/apify/crawlee/issues/2995)) ([93eba38](https://github.com/apify/crawlee/commit/93eba38b9cd88e543717f885b2c5644f63979bc9)), closes [#2994](https://github.com/apify/crawlee/issues/2994) * extract only `body` from `iframe` elements ([#2986](https://github.com/apify/crawlee/issues/2986)) ([c36166e](https://github.com/apify/crawlee/commit/c36166e24887ca6de12f0c60ef010256fa830c31)), closes [#2979](https://github.com/apify/crawlee/issues/2979)