v0.9.39

airweave-ai/airweavev0.9.39Mar 21, 2026by felixschmetz

AI Summary

This release prioritizes security and reliability by upgrading dependencies, hardening session handling, and ensuring state is correctly published during sync operations.

Key Highlights

  • Authlib upgraded to >=1.6.9
  • Removal of default accounts
  • State publishing on sync.running events
  • Content Security Policy (CSP) origin updates
  • Hardened redirect session handling

New Features

  • State publishing on sync.running

Full Release Notes

## What's Changed
* fix: upgrade authlib to >=1.6.9 by @hiddeco in https://github.com/airweave-ai/airweave/pull/1649
* fix(CASA-22): remove default accounts by @hiddeco in https://github.com/airweave-ai/airweave/pull/1662
* feat: publish state on sync.running by @hiddeco in https://github.com/airweave-ai/airweave/pull/1644
* fix: template CSP origins from env vars by @hiddeco in https://github.com/airweave-ai/airweave/pull/1648
* refactor(CASA-23): harden redirect session handling by @hiddeco in https://github.com/airweave-ai/airweave/pull/1653


**Full Changelog**: https://github.com/airweave-ai/airweave/compare/v0.9.38...v0.9.39