v0.9.22

airweave-ai/airweavev0.9.22Mar 10, 2026by orhanrauf

AI Summary

Hotfixes related to user refresh logic, pagination for Auth0 organization calls, and a database constraint issue on UserOrganization.

Key Highlights

  • Fixes pagination for Auth0 get_user_organizations
  • Removes db.refresh triggering delete-orphan on UserOrganization

Full Release Notes

## What's Changed
* Hotfix/user refresh selectinload by @orhanrauf in https://github.com/airweave-ai/airweave/pull/1586
* fix: paginate Auth0 get_user_organizations and get_organization_members by @orhanrauf in https://github.com/airweave-ai/airweave/pull/1587
* fix: remove db.refresh that triggers delete-orphan on UserOrganization by @orhanrauf in https://github.com/airweave-ai/airweave/pull/1585


**Full Changelog**: https://github.com/airweave-ai/airweave/compare/v0.9.21...v0.9.22