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
21 lines
925 B
XML
21 lines
925 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="120" height="35" viewBox="0 0 120 35">
|
|
<g>
|
|
<defs>
|
|
<pattern id="halftoneLight" width="4" height="4" patternUnits="userSpaceOnUse">
|
|
<circle cx="2" cy="2" r="1" fill="#111" opacity="0.1"/>
|
|
</pattern>
|
|
</defs>
|
|
<!-- Dark border -->
|
|
<rect width="120" height="35" rx="5" fill="#DDD"/>
|
|
<!-- Light background -->
|
|
<rect x="2" y="2" width="116" height="31" rx="4" fill="#fff"/>
|
|
<rect x="2" y="2" width="116" height="31" rx="4" fill="url(#halftoneLight)"/>
|
|
|
|
<!-- Logo -->
|
|
<path d="M30 17.5 a7.5 7.5 0 1 1 -15 0 a7.5 7.5 0 1 1 15 0" fill="none" stroke="#111" stroke-width="2"/>
|
|
<path d="M18 17.5 L27 17.5" stroke="#111" stroke-width="2"/>
|
|
<circle cx="22.5" cy="17.5" r="2" fill="#111"/>
|
|
|
|
<text x="40" y="23" fill="#111" font-family="Arial, sans-serif" font-weight="500" font-size="14">Crawl4AI</text>
|
|
</g>
|
|
</svg> |