| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-10-22 | 951 Bytes | |
| Release v0.7.6 source code.tar.gz | 2025-10-22 | 8.6 MB | |
| Release v0.7.6 source code.zip | 2025-10-22 | 9.0 MB | |
| Totals: 3 Items | 17.6 MB | 0 | |
🎉 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 for build status.
📝 What's Changed
See CHANGELOG.md (github.com) for details.