Back to release notes
v0.4.4-beta.0Synced from GitHub release-notes

Release v0.4.4-beta.0

What's Changed Fixes - Resolved database migration errors in both PostgreSQL and pglite environments, ensuring reliable schema updates. - Removed unknown or unused dependencies fro

View source on GitHub

What's Changed

Fixes

  • Resolved database migration errors in both PostgreSQL and pglite environments, ensuring reliable schema updates.
  • Removed unknown or unused dependencies from the web application’s package manifest, improving build stability and reducing bundle size.

Improvements

  • Refactored routing and component structure to consistently use organization as a top-level path parameter—enabling better multi-tenancy support and clearer URL semantics across chatbot and copilot features.

Internal

  • Updated database migration scripts, including new SQL migrations and metadata snapshots, to align PostgreSQL and pglite schemas.