v0.7.6
unclecode/crawl4aiv0.7.6Oct 22, 2025by github-actions[bot]
AI Summary
Release adds webhook support for Docker Job Queue API, enabling real-time notifications instead of polling for both crawl and LLM job endpoints.
Key Highlights
- Webhook support for /crawl/job endpoint
- Webhook support for /llm/job endpoint
- Real-time notifications (replaces polling)
- Custom headers configuration for webhooks
- Global webhook URLs in config.yml
- Automatic retry with exponential backoff
New Features
- Webhook integration for job queue API
- Custom webhook headers
- Full data in webhook payloads
- Configurable webhook delivery
Full Release Notes
## 🎉 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:** ```bash pip install crawl4ai==0.7.6 ``` **Docker:** ```bash 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](https://github.com/unclecode/crawl4ai/actions/workflows/docker-release.yml) for build status. ### 📝 What's Changed See [CHANGELOG.md](https://github.com/unclecode/crawl4ai/blob/main/CHANGELOG.md) for details.