v0.8.75

airweave-ai/airweavev0.8.75Feb 7, 2026by felixschmetz

AI Summary

The release focuses on architectural refactoring to remove state dependencies and improve webhook handling. It makes the MCP server stateless, adds configuration flags for sources, and enhances monitoring capabilities with PostHog analytics.

Key Highlights

  • Refactored MCP server to be fully stateless (removed Redis)
  • Added `internal` flag to `@source` decorator
  • Implemented PostHog analytics for MCP
  • Fixed Salesforce pagination URLs

New Features

  • `internal` flag to @source decorator
  • PostHog analytics for MCP

Full Release Notes

## What's Changed
* fix: add missing https:// to Salesforce Contact & Opportunity pagination URLs by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1366
* fix: add missing env vars to storage integration test CI step by @orhanrauf in https://github.com/airweave-ai/airweave/pull/1365
* refactor: make MCP server fully stateless, remove Redis session layer by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1367
* feat: add `internal` flag to @source decorator, replace hardcoded exclusion lists by @orhanrauf in https://github.com/airweave-ai/airweave/pull/1368
* feat(mcp): posthog analytics by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1369


**Full Changelog**: https://github.com/airweave-ai/airweave/compare/v0.8.74...v0.8.75