v0.9.2
airweave-ai/airweavev0.9.2Feb 28, 2026by orhanrauf
AI Summary
This release focuses on stability and testing, specifically fixing flaky E2E tests, resolving embedding model configuration, and improving incremental sync capabilities for SharePoint and LDAP.
Key Highlights
- Fixed flaky E2E tests using --dist loadscope
- Switched to registry embedder class instead of hardcoded OpenAI
- Added incremental stub source and continuous sync E2E tests
- Improved LDAP error handling with basic DirSync flags
New Features
- Incremental stub source and continuous sync E2E tests
- Refactored usage domain with protocols, fakes, and tests
Full Release Notes
## What's Changed * fix(ci): use --dist loadscope to prevent flaky E2E tests by @marc-rutzou in https://github.com/airweave-ai/airweave/pull/1497 * fix(embedders): use registry embedder_class instead of hardcoded OpenAI by @marc-rutzou in https://github.com/airweave-ai/airweave/pull/1496 * fix(sharepoint2019v2): use class attribute for incremental ACL support check by @marc-rutzou in https://github.com/airweave-ai/airweave/pull/1498 * feat(e2e): add incremental stub source and continuous sync E2E tests by @marc-rutzou in https://github.com/airweave-ai/airweave/pull/1499 * fix(ldap): use basic DirSync flags and handle error 12 fallback by @marc-rutzou in https://github.com/airweave-ai/airweave/pull/1500 * Refactor(usage): extract guard_rail_service into domains/usage with protocols, fakes, and tests by @marc-rutzou in https://github.com/airweave-ai/airweave/pull/1449 **Full Changelog**: https://github.com/airweave-ai/airweave/compare/v0.9.1...v0.9.2