v0.9.10
airweave-ai/airweavev0.9.10Mar 4, 2026by orhanrauf
AI Summary
This release introduces the PowerPoint connector and refactors auth-provider connection endpoints, alongside improvements to CI artifact permissions and Vespa app publishing.
Key Highlights
- Implemented PowerPoint connector
- Refactored auth-provider connection endpoints to domain service
- Added artifact-metadata permission to CI
- Published Vespa app as a release asset
Breaking Changes
- Refactored auth-provider connection endpoints
New Features
- PowerPoint connector
Full Release Notes
## What's Changed * ENG-333: Implement `powerpoint` connector by @viralpraxis in https://github.com/airweave-ai/airweave/pull/1494 * refactor auth-provider connection endpoints to domain service by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1485 * fix(ci): add artifact-metadata permission by @hiddeco in https://github.com/airweave-ai/airweave/pull/1548 * Fix mypy and ruff silently skipping due to wrong git diff paths by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1550 * ci: publish Vespa app as release asset by @hiddeco in https://github.com/airweave-ai/airweave/pull/1547 * fix: add webhook idempotency layers and billing period overlap protection by @orhanrauf in https://github.com/airweave-ai/airweave/pull/1552 **Full Changelog**: https://github.com/airweave-ai/airweave/compare/v0.9.9...v0.9.10