v0.9.37

airweave-ai/airweavev0.9.37Mar 19, 2026by felixschmetz

AI Summary

The release addresses sync reliability and logging by fixing minute-level cleanup issues, correcting cron display logic, and optimizing token limits for OpenAI requests.

Key Highlights

  • OpenAI max tokens lowered to 100k
  • Entity ID logging added
  • Fix for minute-level syncs orphan cleanup
  • Correction of cron schedule display

New Features

  • Entity ID logging

Full Release Notes

## What's Changed
* fix: lower OpenAI max tokens per request to 100k and add entity ID logging by @marc-rutzou in https://github.com/airweave-ai/airweave/pull/1654
* docs: add airweave connect gif to connect.mdx and default port change by @EwanTauran in https://github.com/airweave-ai/airweave/pull/1655
* Fix: Minute-level syncs silently skip orphan cleanup since Sep 2025 by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1660
* Fix cron schedule display: wrong descriptions, stale next_run, and layer cleanup by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1659


**Full Changelog**: https://github.com/airweave-ai/airweave/compare/v0.9.36...v0.9.37