v3.5.8
apify/crawleev3.5.8Oct 17, 2023by apify-service-account
AI Summary
A minor patch release fixing invalid files in request queues for MemoryStorage and refactoring URL extraction logic.
Key Highlights
- Fixed invalid files in request queues for MemoryStorage
- Refactored `extractUrls` to split text by line first
Full Release Notes
## [3.5.8](https://github.com/apify/crawlee/compare/v3.5.7...v3.5.8) (2023-10-17) ### Bug Fixes * **MemoryStorage:** ignore invalid files for request queues ([#2132](https://github.com/apify/crawlee/issues/2132)) ([fa58581](https://github.com/apify/crawlee/commit/fa58581b530ef3ad89bdd71403df2d2e4f06c59f)), closes [#1985](https://github.com/apify/crawlee/issues/1985) * refactor `extractUrls` to split the text line by line first ([#2122](https://github.com/apify/crawlee/issues/2122)) ([7265cd7](https://github.com/apify/crawlee/commit/7265cd7148bb4889d60434d671f153387fb5a4dd))