v0.9.26

airweave-ai/airweavev0.9.26Mar 12, 2026by orhanrauf

AI Summary

Major architectural update migrating to SourceRegistry and introducing Airweave Connect.

Key Highlights

  • Dropped source table and eliminated 'db_sync'
  • Migrated all consumers to 'SourceRegistry'
  • Refactored destination pipeline by removing processor indirection
  • Introduced 'Airweave Connect' feature

Breaking Changes

  • Dropped source table
  • Eliminated db_sync
  • Migrated consumers to SourceRegistry

New Features

  • Airweave Connect

Full Release Notes

## What's Changed
* Drop source table, eliminate db_sync, migrate all consumers to SourceRegistry by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1594
* refactor: remove ProcessingRequirement enum and processor indirection from destination pipeline by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1605
* feat: Airweave Connect by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1371


**Full Changelog**: https://github.com/airweave-ai/airweave/compare/v0.9.25...v0.9.26