v0.8.96

airweave-ai/airweavev0.8.96Feb 21, 2026by orhanrauf

AI Summary

This release cleans up the codebase by removing deprecated APIs and introduces new CI workflows for issue management, alongside refactoring the sync lifecycle and context management.

Key Highlights

  • Removed dead APIs from the codebase
  • Added label-sync workflow and configuration
  • Added stale issue/PR workflow
  • Refactored API facing sync lifecycle
  • Introduced base context for better code organization

Full Release Notes

## What's Changed
* chore: remove dead APIs by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1455
* ci: add label-sync workflow and config by @hiddeco in https://github.com/airweave-ai/airweave/pull/1456
* ci: add stale issue/PR workflow by @hiddeco in https://github.com/airweave-ai/airweave/pull/1457
* [code blue] API facing sync lifecycle by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1445
* refactor(ctx): introduce base context by @orhanrauf in https://github.com/airweave-ai/airweave/pull/1443


**Full Changelog**: https://github.com/airweave-ai/airweave/compare/v0.8.95...v0.8.96