What's Changed
Features
- Added SQL Server support, including connection setup, metadata fetching, and query execution capabilities.
- Introduced database-type icons for all supported databases (including SQL Server) and file-type icons (e.g., Excel, Parquet) across connection cards and browser UIs.
Improvements
- Unified and refined connection card visuals, tooltips, and overflow handling for better clarity and consistency.
- Improved Copilot behavior in SQL Console: now surfaces result-set errors in context, fixes cursor positioning during AI-assisted queries, and handles SQL result limits more robustly.
- Stabilized connection switching with improved loading states and reduced UI flicker.
- Tightened layout and spacing in chart controls within result tables for improved usability.
Fixes
- Fixed Docker image build failures caused by misconfigured release steps.
- Corrected localization keys and updated translations (English, Spanish, Japanese, Chinese) for connection tooltips, error messages, and Copilot UI elements.
Internal
- Updated
brace-expansiondependency (v5.0.5 → v5.0.6) via Dependabot. - Refactored release notes generation script to support upcoming automation workflows.