v0.9.48
airweave-ai/airweavev0.9.48Mar 23, 2026by felixschmetz
AI Summary
This release resolves database integrity issues related to auth provider deletion and improves data sanitization for Vespa string fields.
Key Highlights
- Resolve FK constraint violation when deleting auth provider connections
- Sanitize all Vespa string fields
New Features
- FK constraint fix for auth provider connections
- Vespa string field sanitization
Full Release Notes
## What's Changed * fix: resolve FK constraint violation when deleting auth provider connections by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1691 * fix: sanitize all Vespa string fields, not just textual_representation by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1694 **Full Changelog**: https://github.com/airweave-ai/airweave/compare/v0.9.47...v0.9.48