v0.9.27

airweave-ai/airweavev0.9.27Mar 12, 2026by orhanrauf

AI Summary

Refactored settings management and removed unused fields from the Connect SDK.

Key Highlights

  • Removed 'max_workers' parameter, now reading directly from settings
  • Removed unused 'sessionToken' field in connect-js SDK
  • Added connect subdomains to allowed CORS origins

Breaking Changes

  • Removed 'max_workers' parameter

Full Release Notes

## What's Changed
* docs: update generated documentation by @github-actions[bot] in https://github.com/airweave-ai/airweave/pull/1608
* refactor: remove max_workers parameter, read from settings directly by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1606
* fix(connect): remove unused sessionToken field in connect-js SDK by @orhanrauf in https://github.com/airweave-ai/airweave/pull/1607
* fix(cors): add connect subdomains to allowed CORS origins by @orhanrauf in https://github.com/airweave-ai/airweave/pull/1610
* fix(ci): quote YAML step names containing colons in connect-ci by @orhanrauf in https://github.com/airweave-ai/airweave/pull/1609

## New Contributors
* @github-actions[bot] made their first contribution in https://github.com/airweave-ai/airweave/pull/1608

**Full Changelog**: https://github.com/airweave-ai/airweave/compare/v0.9.26...v0.9.27