Skip to content

Releases: unclecode/crawl4ai

Release v0.9.1

Choose a tag to compare

@github-actions github-actions released this 08 Jul 14:29
987541e

🎉 Crawl4AI v0.9.1 Released!

📦 Installation

PyPI:

pip install crawl4ai==0.9.1

Docker:

docker pull unclecode/crawl4ai:0.9.1
docker pull unclecode/crawl4ai:latest

Note: Docker images are being built and will be available shortly.
Check the Docker Release workflow for build status.

📝 What's Changed

See CHANGELOG.md for details.

Release v0.9.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 09:31

🎉 Crawl4AI v0.9.0 Released!

📦 Installation

PyPI:

pip install crawl4ai==0.9.0

Docker:

docker pull unclecode/crawl4ai:0.9.0
docker pull unclecode/crawl4ai:latest

Note: Docker images are being built and will be available shortly.
Check the Docker Release workflow for build status.

📝 What's Changed

See CHANGELOG.md for details.

Release v0.8.9

Choose a tag to compare

@github-actions github-actions released this 04 Jun 06:19

🎉 Crawl4AI v0.8.9 Released!

📦 Installation

PyPI:

pip install crawl4ai==0.8.9

Docker:

docker pull unclecode/crawl4ai:0.8.9
docker pull unclecode/crawl4ai:latest

Note: Docker images are being built and will be available shortly.
Check the Docker Release workflow for build status.

📝 What's Changed

See CHANGELOG.md for details.

Release v0.8.8

Choose a tag to compare

@github-actions github-actions released this 04 Jun 01:38

🎉 Crawl4AI v0.8.8 Released!

📦 Installation

PyPI:

pip install crawl4ai==0.8.8

Docker:

docker pull unclecode/crawl4ai:0.8.8
docker pull unclecode/crawl4ai:latest

Note: Docker images are being built and will be available shortly.
Check the Docker Release workflow for build status.

📝 What's Changed

See CHANGELOG.md for details.

Release v0.8.7

Choose a tag to compare

@github-actions github-actions released this 01 Jun 14:24

🎉 Crawl4AI v0.8.7 Released!

📦 Installation

PyPI:

pip install crawl4ai==0.8.7

Docker:

docker pull unclecode/crawl4ai:0.8.7
docker pull unclecode/crawl4ai:latest

Note: Docker images are being built and will be available shortly.
Check the Docker Release workflow for build status.

📝 What's Changed

See CHANGELOG.md for details.

Release v0.8.5

Choose a tag to compare

@github-actions github-actions released this 18 Mar 03:34

🎉 Crawl4AI v0.8.5 Released!

📦 Installation

PyPI:

pip install crawl4ai==0.8.5

Docker:

docker pull unclecode/crawl4ai:0.8.5
docker pull unclecode/crawl4ai:latest

Note: Docker images are being built and will be available shortly.
Check the Docker Release workflow for build status.

📝 What's Changed

See CHANGELOG.md for details.

Release v0.8.0

Choose a tag to compare

@github-actions github-actions released this 16 Jan 10:40

🎉 Crawl4AI v0.8.0 Released!

📦 Installation

PyPI:

pip install crawl4ai==0.8.0

Docker:

docker pull unclecode/crawl4ai:0.8.0
docker pull unclecode/crawl4ai:latest

Note: Docker images are being built and will be available shortly.
Check the Docker Release workflow for build status.

📝 What's Changed

See CHANGELOG.md for details.

Release v0.7.8

Choose a tag to compare

@github-actions github-actions released this 09 Dec 08:49
60d6173

🎉 Crawl4AI v0.7.8 Released!

📦 Installation

PyPI:

pip install crawl4ai==0.7.8

Docker:

docker pull unclecode/crawl4ai:0.7.8
docker pull unclecode/crawl4ai:latest

Note: Docker images are being built and will be available shortly.
Check the Docker Release workflow for build status.

📝 What's Changed

See CHANGELOG.md for details.

Release v0.7.7

Choose a tag to compare

@github-actions github-actions released this 14 Nov 09:28

🎉 Crawl4AI v0.7.7 Released!

This release introduces a complete self-hosting platform with enterprise-grade real-time monitoring. This release transforms Crawl4AI Docker from a simple containerized crawler into a production-ready platform with full operational transparency and control.

🚀 What's New

Major Feature: Real-time Monitoring & Self-Hosting Platform

Docker deployment now includes:

  • 📊 Interactive Monitoring Dashboard (/dashboard)
  • 🔌 Comprehensive Monitor API
  • ⚡ WebSocket Streaming
  • 🔥 Smart Browser Pool (3-tier architecture)
  • 🧹 Janitor System
  • 📈 Production-Ready

🐛 Critical Bug Fixes

  • Fixed async LLM extraction blocking issue (#1055) - now supports true parallel processing
  • Fixed CDP endpoint verification with exponential backoff (#1445)
  • Fixed arun_many to always return a list, even on exception

Configuration & Features

  • Updated browser and crawler config documentation to match implementation
  • Enhanced DFS deep crawl strategy with seen URL tracking
  • Fixed sitemap parsing and URL normalization in AsyncUrlSeeder (#1559)
  • Fixed viewport configuration in managed browsers (#1490)
  • Fixed remove_overlay_elements functionality (#1396)

Docker & Infrastructure

  • Fixed LLM API key handling for multi-provider support
  • Standardized Docker port to 11235 across all configs
  • Improved error handling with comprehensive status codes
  • Fixed fit_html serialization in /crawl and /crawl/stream endpoints

Security

  • Updated pyOpenSSL from >=24.3.0 to >=25.3.0 (security vulnerability fix)
  • Added verification tests for security updates

📦 Installation

PyPI:

pip install crawl4ai==0.7.7

Docker:

docker pull unclecode/crawl4ai:0.7.7
docker pull unclecode/crawl4ai:latest

Note: Docker images are being built and will be available shortly.
Check the Docker Release workflow for build status.

📝 What's Changed

See CHANGELOG.md for details.

Release v0.7.6

Choose a tag to compare

@github-actions github-actions released this 22 Oct 12:06

🎉 Crawl4AI v0.7.6 Released!

Crawl4AI v0.7.6 - Webhook Support for Docker Job Queue API

Users can now:

  • Use webhooks with both /crawl/job and /llm/job endpoints
  • Get real-time notifications instead of polling
  • Configure webhook delivery with custom headers
  • Include full data in webhook payloads
  • Set global webhook URLs in config.yml
  • Benefit from automatic retry with exponential backoff

📦 Installation

PyPI:

pip install crawl4ai==0.7.6

Docker:

docker pull unclecode/crawl4ai:0.7.6
docker pull unclecode/crawl4ai:latest

Note: Docker images are being built and will be available shortly.
Check the Docker Release workflow for build status.

📝 What's Changed

See CHANGELOG.md for details.