v0.8.78
airweave-ai/airweavev0.8.78Feb 9, 2026by felixschmetz
AI Summary
Improved system architecture by decoupling domain events for source connections and collections, and enhanced OCR reliability by handling chunk failures gracefully.
Key Highlights
- Decoupled domain events for source connections and collections
- OCR chunk failures now skip entities instead of stopping the entire sync
New Features
- Decoupled domain events
- Improved OCR error handling
Full Release Notes
## What's Changed * feat: decouple domain events for source connections and collections by @orhanrauf in https://github.com/airweave-ai/airweave/pull/1374 * fix: OCR chunk failures skip entity instead of killing entire sync by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1381 **Full Changelog**: https://github.com/airweave-ai/airweave/compare/v0.8.76...v0.8.78