v3.9.2
apify/crawleev3.9.2Apr 17, 2024by apify-service-account
AI Summary
A patch release fixing stack overflow issues in the AutoscaledPool and adding support for CDATA sections in sitemaps.
Key Highlights
- Fixed stack overflow in `AutoscaledPool.notify`.
- Prevented duplicate `notify` calls in `addRequests()`.
- Sitemaps now support CDATA elements.
New Features
- Sitemap CDATA support
Full Release Notes
## [3.9.2](https://github.com/apify/crawlee/compare/v3.9.1...v3.9.2) (2024-04-17) ### Bug Fixes * break up growing stack in `AutoscaledPool.notify` ([#2422](https://github.com/apify/crawlee/issues/2422)) ([6f2e6b0](https://github.com/apify/crawlee/commit/6f2e6b0ccb404ae66be372e87d762eed67c053bb)), closes [#2421](https://github.com/apify/crawlee/issues/2421) * don't call `notify` in `addRequests()` ([#2425](https://github.com/apify/crawlee/issues/2425)) ([c4d5446](https://github.com/apify/crawlee/commit/c4d54469120648a592b6898f849154fda60e3d59)), closes [#2421](https://github.com/apify/crawlee/issues/2421) ### Features * **sitemap:** Support CDATA in sitemaps ([#2424](https://github.com/apify/crawlee/issues/2424)) ([635f046](https://github.com/apify/crawlee/commit/635f046b7933e0ad1b0ee627a22a9adaf21847d3))