v0.8.97

airweave-ai/airweavev0.8.97Feb 21, 2026by hiddeco

AI Summary

Minor patch release with fixes for OCR provider configuration, JWT secret handling, and HTTP content type parsing.

Key Highlights

  • Made OCR provider optional
  • Updated SVIX JWT secret to use 32+ byte length
  • Fixed content_type/charset splitting for aiohttp

New Features

  • Optional OCR provider support

Full Release Notes

## What's Changed

* chore: add missing connector labels by @hiddeco in https://github.com/airweave-ai/airweave/pull/1458
* fix: make OCR provider optional and use 32+ byte SVIX JWT secret by @hiddeco in https://github.com/airweave-ai/airweave/pull/1461
* fix: split content_type/charset for aiohttp by @hiddeco in https://github.com/airweave-ai/airweave/pull/1459


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