Skip to content

v2.24.15

Compare
Choose a tag to compare
@j-mendez j-mendez released this 04 Jan 17:53
· 28 commits to main since this release

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".

  1. feat(website): add on_should_crawl_callback [#241]
  2. feat(page): add blocked_crawl [#242]
  3. chore(disk): fix cfg aho_corasick
  4. chore(fs): remove tentril crate
  5. chore(page): fix crawling initial redirects
  6. chore(chrome): fix compile fs flag
  7. feat(cargo): add basic feature flag
  8. chore(connect): fix compile missing libc
  9. feat(page): add page_error_status_details
  10. perf(page): remove parsing url directly

Full Changelog: v2.23.7...v2.24.15