v0.8.86

airweave-ai/airweavev0.8.86Feb 11, 2026by felixschmetz

AI Summary

The release focuses on reliability by introducing a circuit breaker pattern to handle failures and fixing a stale connection ID issue during synchronization.

Key Highlights

  • Implemented circuit breaker protocol with an in-memory implementation
  • Fixed stale destination_connection_ids by refetching sync from the database

New Features

  • Circuit breaker protocol

Full Release Notes

## What's Changed
* feat: circuit breaker protocol + in memory implementation by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1404
* fix: refetch sync from DB in temporal activity to avoid stale destination_connection_ids by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1409


**Full Changelog**: https://github.com/airweave-ai/airweave/compare/v0.8.85...v0.8.86