Skip to content

v2.26.1

Latest
Compare
Choose a tag to compare
@j-mendez j-mendez released this 11 Jan 03:08

Whats Changed

This release brings performance improvements by skipping URL parsing per page.
You can now also pass in a second param to the page link methods to collect the links with a new domain target.
Targeting the correct root domain for parsing the links is now handled across features.

If you used page::Page::take_url directly you may need to call page::Page::set_url_parsed_direct_empty() first or the page::Page::get_url_parsed() method.

  1. perf(cli): add page links direct return
  2. cli(scrape): now outputs full page links

Full Changelog: v2.24.15...v2.26.1