v0.9.11

airweave-ai/airweavev0.9.11Mar 5, 2026by orhanrauf

AI Summary

Added the Intercom connector and improved billing logic, atomicity, and auth refactoring, including rate limiter and context resolution updates.

Key Highlights

  • Implemented Intercom connector
  • Fixed billing Unit of Work atomicity and stale ORM issues
  • Refactored organizations, auth, rate limiter, and context resolution
  • Fixed container startup for text2vec with local_minilm

Breaking Changes

  • Refactored organizations, auth, rate limiter, and context resolution

New Features

  • Intercom connector

Full Release Notes

## What's Changed
* fix: ensure text2vec container starts when DENSE_EMBEDDER=local_minilm by @marc-rutzou in https://github.com/airweave-ai/airweave/pull/1503
* ENG-32: Implement `intercom` connector by @viralpraxis in https://github.com/airweave-ai/airweave/pull/1526
* fix: billing UoW atomicity & stale ORM by @hiddeco in https://github.com/airweave-ai/airweave/pull/1553
* fix: fall back to billing record plan when no current period exists by @orhanrauf in https://github.com/airweave-ai/airweave/pull/1554
* refactor: organizations + auth + rate limiter + context resolution by @orhanrauf in https://github.com/airweave-ai/airweave/pull/1507
* chore: update dependencies by @hiddeco in https://github.com/airweave-ai/airweave/pull/1516


**Full Changelog**: https://github.com/airweave-ai/airweave/compare/v0.9.10...v0.9.11