v3.13.2
apify/crawleev3.13.2Apr 8, 2025by apify-service-account
AI Summary
Adds a new callback option for handling requests that are queued but not processed by the crawler.
Key Highlights
- Introduce `onSkippedRequest` option to handle requests that are skipped.
New Features
- Added `onSkippedRequest` option.
Full Release Notes
## [3.13.2](https://github.com/apify/crawlee/compare/v3.13.1...v3.13.2) (2025-04-08) ### Features * add `onSkippedRequest` option ([#2916](https://github.com/apify/crawlee/issues/2916)) ([764f992](https://github.com/apify/crawlee/commit/764f99203627b6a44d2ee90d623b8b0e6ecbffb5)), closes [#2910](https://github.com/apify/crawlee/issues/2910)