v0.9.61

airweave-ai/airweavev0.9.61Apr 7, 2026by orhanrauf

AI Summary

Improved the user interface by fixing a tooltip issue and resolved a Poetry pre-commit hook compatibility issue. Additionally, refactored database migrations to be more efficient.

Key Highlights

  • Fixed empty tooltip on last sync hover
  • Resolved Poetry 1.x pre-commit hook compatibility
  • Refactored 144 migrations into a single baseline

New Features

  • Migration refactoring (single baseline + incremental IDs)

Full Release Notes

## What's Changed
* fix(ui): empty tooltip on last sync hover by @felixschmetz in https://github.com/airweave-ai/airweave/pull/1737
* fix: remove requires-poetry directive that breaks Poetry 1.x pre-commit hooks by @orhanrauf in https://github.com/airweave-ai/airweave/pull/1739
* refactor: squash 144 migrations into single baseline + incremental IDs by @orhanrauf in https://github.com/airweave-ai/airweave/pull/1740


**Full Changelog**: https://github.com/airweave-ai/airweave/compare/v0.9.60...v0.9.61