v3.7.3
apify/crawleev3.7.3Jan 30, 2024by apify-service-account
AI Summary
A patch release fixing glob filtering logic in enqueueLinks and ensuring Cloudflare turnstile checks are passed through.
Key Highlights
- Fixed filtering of empty/nullish globs in enqueueLinks.
- Fixed passing on invisible Cloudflare turnstile checks.
Full Release Notes
## [3.7.3](https://github.com/apify/crawlee/compare/v3.7.2...v3.7.3) (2024-01-30) ### Bug Fixes * **enqueueLinks:** filter out empty/nullish globs ([#2286](https://github.com/apify/crawlee/issues/2286)) ([84319b3](https://github.com/apify/crawlee/commit/84319b39efb5a921d0d5ec785db0147ec47f1243)) * pass on an invisible CF turnstile ([#2277](https://github.com/apify/crawlee/issues/2277)) ([d8734e7](https://github.com/apify/crawlee/commit/d8734e765238115d9cba6dda9c649ad8573890d8)), closes [#2256](https://github.com/apify/crawlee/issues/2256)