v0.9.47
airweave-ai/airweavev0.9.47Mar 22, 2026by marc-rutzou
AI Summary
The release addresses stability issues in the SyncFactory related to OAuth expiration and maintains compatibility for Anthropic thinking signatures across providers.
Key Highlights
- Prevent greenlet crash in SyncFactory when OAuth refresh expires
- Preserve Anthropic thinking signature for cross-provider fallback
New Features
- Greenlet crash prevention in SyncFactory
- Preserved Anthropic thinking signature
Full Release Notes
## What's Changed * fix: prevent greenlet crash in SyncFactory when OAuth refresh expires ORM model by @orhanrauf in https://github.com/airweave-ai/airweave/pull/1689 * fix(llm): preserve Anthropic thinking signature for cross-provider fallback by @marc-rutzou in https://github.com/airweave-ai/airweave/pull/1690 **Full Changelog**: https://github.com/airweave-ai/airweave/compare/v0.9.46...v0.9.47