github unclecode/crawl4ai v0.7.1
v0.7.1:Update

latest releases: v0.7.4, v0.7.3, v0.7.2...
one month ago

๐Ÿ› ๏ธ 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.

# 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

pip install crawl4ai==0.7.1

No breaking changes - upgrade directly from v0.7.0.


Questions? Issues?

Don't miss a new crawl4ai release

NewReleases is sending notifications on new releases.