v0.8.94
airweave-ai/airweavev0.8.94Feb 20, 2026by orhanrauf
AI Summary
A feature-rich release introducing several new data source connectors and infrastructure improvements including Prometheus metrics.
Key Highlights
- Implemented Freshdesk, Apollo.io, Fireflies, and Document360 connectors
- Implemented Coda connector
- Added Prometheus metrics layer
- Refactored OAuth2Service and OAuth1Service
- Added sync domain repositories with protocols and DI wiring
New Features
- Freshdesk connector
- Apollo.io connector
- Fireflies connector
- Document360 connector
- Coda connector
- Prometheus metrics layer
- Sync domain repositories
Full Release Notes
## What's Changed * [code blue] refactor: source connections service - get() and list() by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1437 * feat: ENG-2097: Implement `freshdesk` connector by @viralpraxis in https://github.com/airweave-ai/airweave/pull/1412 * feat: ENG-2093: Implement `apollo.io` connector by @viralpraxis in https://github.com/airweave-ai/airweave/pull/1434 * refactor(oauth): OAuth2Service and OAuth1Service by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1430 * feat: ENG-2096: Implement `fireflies` connector by @viralpraxis in https://github.com/airweave-ai/airweave/pull/1399 * feat: ENG-2095: Implement `document360` connector by @viralpraxis in https://github.com/airweave-ai/airweave/pull/1444 * feat: ENG-27: Implement `coda` connector by @viralpraxis in https://github.com/airweave-ai/airweave/pull/1452 * feat: add sync domain repositories with protocols, fakes, and DI wiring by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1453 * feat: add Prometheus metrics layer by @hiddeco in https://github.com/airweave-ai/airweave/pull/1431 **Full Changelog**: https://github.com/airweave-ai/airweave/compare/v0.8.93...v0.8.94