v2.24.15
Whats Changed
Add a callback to perform validation using spider::page::Page.
You can now use the basic
feature flag to easily disable io-uring on linux and still get the default features with "default-features = false"
.
- feat(website): add on_should_crawl_callback [#241]
- feat(page): add blocked_crawl [#242]
- chore(disk): fix cfg aho_corasick
- chore(fs): remove tentril crate
- chore(page): fix crawling initial redirects
- chore(chrome): fix compile fs flag
- feat(cargo): add basic feature flag
- chore(connect): fix compile missing libc
- feat(page): add page_error_status_details
- perf(page): remove parsing url directly
Full Changelog: v2.23.7...v2.24.15