Back to release notes
v0.7.5Synced from GitHub release-notes

Release v0.7.5

What's Changed Fixes - Fixed database schema suggestions and selector behavior in the chatbot, improving accuracy and responsiveness when choosing tables or columns. - Resolved iss

View source on GitHub

What's Changed

Fixes

  • Fixed database schema suggestions and selector behavior in the chatbot, improving accuracy and responsiveness when choosing tables or columns.
  • Resolved issues with suggested prompt streaming and session handoff in the chatbot, ensuring smooth transitions between user prompts and AI-generated suggestions.
  • Removed unnecessary debug logging from chatbot components and related resources, reducing noise and improving runtime performance.

Improvements

  • Added performanceGuard to key chat API endpoints (/api/chat, /api/chat/sql-runner) and SQL tooling logic to prevent slow or resource-intensive queries from degrading responsiveness.

Dependencies

  • Updated next-intl from v4.9.0 to v4.9.1.
  • Updated Next.js from v16.2.2 to v16.2.3.