v0.8.92
airweave-ai/airweavev0.8.92Feb 20, 2026by orhanrauf
AI Summary
This release focuses on source lifecycle management, documentation updates, and internal refactoring to address warnings and add PostHog analytics.
Key Highlights
- Implemented source lifecycle module
- Added colored icon with backplate
- Refactored source connections with typed stats
- Addressed ~60 deprecation warnings across backend
- Implemented analytics adapter for posthog
New Features
- Source lifecycle module
- PostHog analytics adapter
Full Release Notes
## What's Changed * Fix `vespa.QueryBuilder` test failure related to `presentation.summary` parameter by @viralpraxis in https://github.com/airweave-ai/airweave/pull/1427 * [code blue] source lifecycle module by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1426 * feat(docs): webhook adjustments by @EwanTauran in https://github.com/airweave-ai/airweave/pull/1429 * chore: add colored icon with backplate by @EwanTauran in https://github.com/airweave-ai/airweave/pull/1432 * refactor(source_connections): extract ResponseBuilder with typed stats and domain repos by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1428 * chore: address ~60 deprecation warnings across backend by @hiddeco in https://github.com/airweave-ai/airweave/pull/1438 * refactor: implement analytics adapter for posthog by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1440 * [code blue] collections repo by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1446 ## New Contributors * @hiddeco made their first contribution in https://github.com/airweave-ai/airweave/pull/1438 **Full Changelog**: https://github.com/airweave-ai/airweave/compare/v0.8.91...v0.8.92