Releases: microsoft/vscode-mssql
Releases · microsoft/vscode-mssql
Release 1.34.0
Version 1.34.0
- Release date: July 23, 2025
- Release status: GA
What’s new in 1.34.0
- Expanded GitHub Copilot Agent Mode to support running T-SQL queries, listing database objects, switching databases, and retrieving connection details
- Fixed GitHub Copilot chat participant repeating previous prompts when switching database connections
- Added connection group support to Local SQL Server container wizard
- Fixed missing key icons for foreign keys and improved filter behavior to reflect table relationships in Schema Designer
- Enhanced connection status bar with optional group-based coloring (
mssql.statusBar.enableConnectionColor
) and configurable length (mssql.statusBar.connectionInfoMaxLength
) — Thanks to @bathetrade for the configurable length contribution! - Added connection-sharing permissions API for other VS Code extensions that wish to use MSSQL connections
- Added support for multiple Azure account sign-in to browsing Azure and firewall rule management dialogs
- Fixed an issue where Always Encrypted columns protected by AKV-based master keys could not be queried
- Fixed several accessibility issues in the connection dialog, schema designer, and schema compare features
Release 1.33.0
Version 1.33.0
- Release date: June 18, 2025
- Release status: GA
What’s new in 1.33.0
- Introduced Local SQL Server Containers (Public Preview) for local development — spin up SQL Server containers in seconds inside VS Code with SQL Server 2025 by default, no Docker commands needed
- Introduced GitHub Copilot Agent Mode (Public Preview) to connect, disconnect, or switch databases, and explore and visualize schemas with smart, context-aware suggestions
- Added Connection Groups for organized connection management — group local, staging, and production connections for clearer structure and faster switching
- Fixed query execution issues with GitHub Copilot
- Improved connection pooling behavior for serverless databases
- Fixed JSON export handling for decimal values in Query Results
- Fixed Schema Compare dropdown selection
- Enhanced Schema Designer usability — faster loading, better filters, improved auto-arrange, clearer export options, and UI refinements
Release 1.32.1
Version 1.32.1
- Release date: June 2, 2025
- Release status: GA
What's new in 1.32.1
- Fixed an issue where Group By Schema was not working in some cases
- Added server connection status labels to MSSQL integration with GitHub Copilot
Release 1.32.0
Version 1.32.0
- Release date: May 19, 2025
- Release status: GA
What’s new in 1.32.0
- Released general availability of the modern UI—new Connection dialog, Object Explorer filtering, Table Designer, Query Results pane, and Query Plan Visualizer
- Introduced GitHub Copilot integration (Preview) for AI‑powered SQL assistance—generate T‑SQL and ORM code, explore schemas, optimize queries, and streamline database development workflows
- Introduced Schema Designer (Preview) for visual database schema modeling and editing—code‑free
- Added vector datatype support in Object Explorer, scripting operations, and Table Designer
- Fixed Schema Compare (Preview) issues related to comparison and scripting
- Improved connection reliability by resolving login failure errors and VPN-related hangs
- Enhanced Query Results stability by fixing white screen when moving panels and results disappearing on save
- Fixed Object Explorer scripting errors in various scenarios
Release 1.31.1
Version 1.31.1
- Release date: May 2, 2025
- Release status: GA
What’s new in 1.31.1
- Resolved an issue related to tokens with local logging in some instances
Release 1.31.0
Version 1.31.0
- Release date: April 30, 2025
- Release status: GA
What’s new in 1.31.0
- Introduced Schema Compare to visually compare and script out schema differences
- Enhanced Query Results experience with live execution timing summary metrics and stability improvements on large result sets
- Improved connection workflow with smarter retries streamlined error handling and seamless AAD sign-in support
- Resolved Fabric SQL Database connectivity issues for more reliable cloud access
- UI/UX enhancements including removal of duplicate saved connections and elimination of console errors in the results pane
Release 1.30.0
Version 1.30.0
- Release date: March 31, 2025
- Release status: GA
What’s new in 1.30.0
- Enabled new UI enhancements by default for improved development experience
- Improved reliability in Connection Dialog and Connections view
- Enhanced usability in Query Results pane
- Fixed Azure subscription loading issues
- Accessibility improvements across the extension
Release 1.29.1
Version 1.29.1
- Release date: March 12, 2025
- Release status: GA
What's new in 1.29.1
- Resolved an issue in the Azure Browse feature where subscriptions failed to load due to an outdated dependency
Release 1.29.0
Version 1.29.0
- Release date: February 26, 2025
- Release status: GA
What's new in 1.29.0
- Fixed support for Always Encrypted - Secure Enclaves in the Connection Dialog
- Removed SQL editor actions from Git diff editor to improve usability
- Fixed Query Result pane issues related to copying data while sorting and filtering
- Fixed an issue with Query Result pane column filters in multiple result set scenarios where filter settings might get shared between result sets
- Fixed accessibility issues in Query Plan Visualizer
- Fixed indefinite hangs when connecting to paused Azure SQL Database Serverless databases
- Fixed issue where HTTPS-over-HTTP proxies were not getting handled correctly
Release 1.28.0
Version 1.28.0
- Release date: January 29, 2025
- Release status: GA
What's new in 1.28.0
- Added support for
mssql.resultsFontSize
andmssql.resultsFontFamily
in the new query results grid, to enable customization of font size and style. - Added automatic detection of non T-SQL dialects, and disabling of error detection when found.
- Added auto-resize functionality to the new query results grid, enabling columns to automatically adjust their width based on the data they contain.
- Added support for Edge tables in the new Table Designer
- Fixed usability and accessibility issues in the Connection Dialog, Table Designer, and Query Results Pane.