Download Latest Version v0.7.2_ CI_CD _ Dependency Optimization Update source code.tar.gz (8.1 MB)
Email in envelope

Get an email when there's a new version of Crawl4AI

Home / v0.7.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-07-17 1.2 kB
v0.7.1_Update source code.tar.gz 2025-07-17 8.1 MB
v0.7.1_Update source code.zip 2025-07-17 8.4 MB
Totals: 3 Items   16.6 MB 0

🛠️ Crawl4AI v0.7.1: Minor Cleanup Update

July 17, 2025 • 2 min read


A small maintenance release that removes unused code and improves documentation.

🎯 What's Changed

  • Removed unused StealthConfig from crawl4ai/browser_manager.py
  • Updated documentation with better examples and parameter explanations
  • Fixed virtual scroll configuration examples in docs

🧹 Code Cleanup

Removed unused StealthConfig import and configuration that wasn't being used anywhere in the codebase. The project uses its own custom stealth implementation through JavaScript injection instead.

:::python
# Removed unused code:
from playwright_stealth import StealthConfig
stealth_config = StealthConfig(...)  # This was never used

📖 Documentation Updates

  • Fixed adaptive crawling parameter examples
  • Updated session management documentation
  • Corrected virtual scroll configuration examples

🚀 Installation

:::bash
pip install crawl4ai==0.7.1

No breaking changes - upgrade directly from v0.7.0.


Questions? Issues? - GitHub: github.com/unclecode/crawl4ai - Discord: discord.gg/crawl4ai

Source: README.md, updated 2025-07-17