v0.8.77
airweave-ai/airweavev0.8.77Feb 8, 2026by orhanrauf
AI Summary
This release focuses on architectural improvements to event handling and reliability fixes for OCR processing. It introduces a decoupling of domain events between source connections and collections while improving system stability by preventing sync failures from halting the entire process.
Key Highlights
- Decoupled domain events for source connections and collections
- Improved OCR reliability by skipping entities on chunk failures
New Features
- Decoupling of domain events for source connections and collections
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.77