v3.13.10

apify/crawleev3.13.10Jul 9, 2025by apify-service-account

AI Summary

A maintenance release fixing issues with skipping requests in AdaptivePlaywrightCrawler and improving the logic for enqueue link limits.

Key Highlights

  • Fix `onSkippedRequest` callback for AdaptivePlaywrightCrawler.
  • Improve `enqueueLinks` limit checking logic.

Full Release Notes

## [3.13.10](https://github.com/apify/crawlee/compare/v3.13.9...v3.13.10) (2025-07-09)


### Bug Fixes

* call `onSkippedRequest` for `AdaptivePlaywrightCrawler.enqueueLinks` ([#3043](https://github.com/apify/crawlee/issues/3043)) ([fc23d34](https://github.com/apify/crawlee/commit/fc23d34ba7fa0daded253a0a958fe9b7bb32e5ca)), closes [#3026](https://github.com/apify/crawlee/issues/3026) [#3039](https://github.com/apify/crawlee/issues/3039)
* improve enqueueLinks `limit` checking ([#3038](https://github.com/apify/crawlee/issues/3038)) ([2774124](https://github.com/apify/crawlee/commit/277412468dc00a385080c3570c24faac76e764ca)), closes [#3037](https://github.com/apify/crawlee/issues/3037)