- Add Massive (joinmassive.com) as first entry in Enterprise Sponsors table
- Remove Thordata, NstProxy, Scrapeless, and Capsolver rows
- Add locally hosted light/dark logo variants for Massive
- Normalise all sponsor logo heights to 40px for visual consistency
- Remove stray KidoCode text link from Kidocode row
GitHub's Camo proxy fails to render external SVGs from gist URLs and
nstproxy.com. Move Thor Data and nstproxy logos into the repo and also
fix the nstproxy fallback URL typo (ttps -> https).
This major release adds deep crawling capabilities, memory-adaptive dispatcher,
multiple crawling strategies, Docker deployment, and a new CLI. It also includes
significant improvements to proxy handling, PDF processing, and LLM integration.
BREAKING CHANGES:
- Add memory-adaptive dispatcher as default for arun_many()
- Move max_depth to CrawlerRunConfig
- Replace ScrapingMode enum with strategy pattern
- Update BrowserContext API
- Make model fields optional with defaults
- Remove content_filter parameter from CrawlerRunConfig
- Remove synchronous WebCrawler and old CLI
- Update Docker deployment configuration
- Replace FastFilterChain with FilterChain
- Change license to Apache 2.0 with attribution clause