v3.13.5
apify/crawleev3.13.5May 20, 2025by apify-service-account
AI Summary
This release introduces helper classes for stream handling and improves the result comparison logic in the AdaptivePlaywrightCrawler.
Key Highlights
- Add `MinimumSpeedStream` and `ByteCounterStream` helpers.
- Allow the AdaptivePlaywrightCrawler result comparator to signal an inconclusive result.
New Features
- Added `MinimumSpeedStream` helper.
- Added `ByteCounterStream` helper.
- Result comparator now supports inconclusive results.
Full Release Notes
## [3.13.5](https://github.com/apify/crawlee/compare/v3.13.4...v3.13.5) (2025-05-20) ### Features * add `MinimumSpeedStream` and `ByteCounterStream` helpers ([#2970](https://github.com/apify/crawlee/issues/2970)) ([921c4ee](https://github.com/apify/crawlee/commit/921c4ee3401bd41b8a197b955474bc297152e58b)) * Allow the AdaptivePlaywrightCrawler result comparator to signal an inconclusive result ([#2975](https://github.com/apify/crawlee/issues/2975)) ([7ba8906](https://github.com/apify/crawlee/commit/7ba8906158e2dbc474de1b1e89937562abe76877))