v3.10.2
apify/crawleev3.10.2Jun 3, 2024by apify-service-account
AI Summary
This release focuses on sitemap improvements, including loading sitemaps from strings and fixing file extension handling in Key-Value Stores.
Key Highlights
- Added ability to load sitemaps from a string.
- Improved fix for double extension in KVS with HTML files.
- Autodetect sitemap filetype from content.
New Features
- Loading sitemaps from string
Full Release Notes
## [3.10.2](https://github.com/apify/crawlee/compare/v3.10.1...v3.10.2) (2024-06-03) ### Bug Fixes * Autodetect sitemap filetype from content ([#2497](https://github.com/apify/crawlee/issues/2497)) ([62a9f40](https://github.com/apify/crawlee/commit/62a9f4036dba92d07547af489ac8b6c7974faa6f)), closes [#2461](https://github.com/apify/crawlee/issues/2461) * improve fix for double extension in KVS with HTML files ([#2505](https://github.com/apify/crawlee/issues/2505)) ([157927d](https://github.com/apify/crawlee/commit/157927d67f42342c20fdf01ef81bdafd7095f0b8)), closes [#2419](https://github.com/apify/crawlee/issues/2419) ### Features * Loading sitemaps from string ([#2496](https://github.com/apify/crawlee/issues/2496)) ([38ed0d6](https://github.com/apify/crawlee/commit/38ed0d6ad90a868df9c02632334fec8db9ef29a0)), closes [#2460](https://github.com/apify/crawlee/issues/2460)