v0.9.12
airweave-ai/airweavev0.9.12Mar 5, 2026by orhanrauf
AI Summary
This release refactors entity definitions by moving IDs into code shapes and eliminates the entity_definition table, while also resolving test failures and updating Dockerfile syntax.
Key Highlights
- Refactored entity definition IDs into code blue shape
- Resolved 18 test failures introduced by a previous merge
- Updated MCP Dockerfile to use --omit=dev instead of deprecated flags
Breaking Changes
- Eliminated entity_definition table
Full Release Notes
## What's Changed * refactor(entities): move entity definition ids into code blue shape, eliminate entity_definition table by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1530 * fix: resolve 18 test failures introduced by #1507 merge by @orhanrauf in https://github.com/airweave-ai/airweave/pull/1556 * fix: replace deprecated --only=production with --omit=dev in MCP Dockerfile by @orhanrauf in https://github.com/airweave-ai/airweave/pull/1559 **Full Changelog**: https://github.com/airweave-ai/airweave/compare/v0.9.11...v0.9.12