Release v0.7.6
๐ 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.