Skip to content

v2.11.20

Compare
Choose a tag to compare
@j-mendez j-mendez released this 31 Oct 20:28
· 128 commits to main since this release

Whats Changed

Major performance improvement on crawling processing pending tasks concurrently. Now you can get all Next.js SSG pages on initial crawl for websites that do not expose links and have dynamic event listeners for routing.

  • fix loop blocking tasks
  • improve crawl performance processing tasks concurrent
  • fix page absolute link joining
  • add wait_for_dom to target element updates chrome
  • add alert polyfill blocking prevention
  • add missing chrome navigate request timeout for http future
  • add ignore assets when crawling http
  • add with_block_assets builder config for Server response non html
  • perf(chrome): add skip other resources
  • feat(page): add nextjs build ssg path handling

Full Changelog: v2.11.0...v2.11.20