v0.9.58
airweave-ai/airweavev0.9.58Mar 30, 2026by orhanrauf
AI Summary
Improved the Vespa integration by detecting silently dropped documents, fixing the fast-delete YQL operator, and handling continuation tokens in bulk deletes.
Key Highlights
- Detects silently dropped documents during feed
- Fixed fast-delete YQL operator
- Handles continuation tokens in selection-based bulk deletes
New Features
- Vespa silent document drop detection
- Vespa YQL operator fix
- Vespa continuation token handling
Full Release Notes
## What's Changed * fix(vespa): detect silently dropped documents during feed by @orhanrauf in https://github.com/airweave-ai/airweave/pull/1731 * fix(vespa): fix fast-delete YQL operator + detect silently dropped feeds by @orhanrauf in https://github.com/airweave-ai/airweave/pull/1732 * fix(vespa): handle continuation tokens in selection-based bulk deletes by @orhanrauf in https://github.com/airweave-ai/airweave/pull/1733 **Full Changelog**: https://github.com/airweave-ai/airweave/compare/v0.9.57...v0.9.58