v0.8.76
airweave-ai/airweavev0.8.76Feb 8, 2026by felixschmetz
AI Summary
This release enhances the development workflow and testing infrastructure while improving the FastAPI dependency injection system. It includes documentation for the Sim integration, ensures workflows are properly cleaned up during deletion, and optimizes the CI pipeline for better test execution speed and reliability.
Key Highlights
- Added `Inject()` helper for FastAPI dependency injection
- Added Sim integration documentation
- Improved workflow cleanup during collection deletion
- Optimized CI/E2E testing pipeline with matrix groups
New Features
- Inject() dependency helper for protocol-based DI in FastAPI
- Sim integration documentation
Full Release Notes
## What's Changed * feat: add Inject() dependency helper for protocol-based DI in FastAPI by @orhanrauf in https://github.com/airweave-ai/airweave/pull/1370 * feat: add Sim integration documentation by @EwanTauran in https://github.com/airweave-ai/airweave/pull/1373 * fix: update README to reflect new code quality workflow badge by @EwanTauran in https://github.com/airweave-ai/airweave/pull/1376 * fix: cancel running Temporal workflows before collection deletion by @orhanrauf in https://github.com/airweave-ai/airweave/pull/1375 * tests: add larger tail logs in case of failure by @orhanrauf in https://github.com/airweave-ai/airweave/pull/1377 * ci: split E2E tests into 5 matrix groups with shared build by @orhanrauf in https://github.com/airweave-ai/airweave/pull/1378 * chore: make tests run from PR action by @orhanrauf in https://github.com/airweave-ai/airweave/pull/1379 * fix: add timeout to uncovered Vespa paths to prevent silent sync hangs by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1380 **Full Changelog**: https://github.com/airweave-ai/airweave/compare/v0.8.75...v0.8.76