Releases: microsoft/vscode-mssql
Releases · microsoft/vscode-mssql
Release 1.26.0
Version 1.26.0
- Release date: November 20, 2024
- Release status: GA
What's new in 1.26.0
- Added the ability to open query results in a tab for the new UI, replicating the functionality of the previous query results experience.
- Added the
mssql.openQueryResultsInTabByDefault
setting, allowing users to set this behavior as the default (applicable only whenmssql.enableRichExperiences
is enabled). - Added ability to view the actual query plan for executed queries in the new UI.
- Added support for Visual Studio Code theming in the new UI.
Release 1.25.0
Version 1.25.0
- Release date: October 23, 2024
- Release status: GA
What's new in 1.25.0
- Added
mssql.enableRichExperiences
setting to enable modern experiences (public preview), including a connection dialog, table designer, new query results pane, query plan viewing, and object explorer filtering. Learn more - Added multiple result set support in new query results pane
- Added browsing your Azure subscriptions to connect to a SQL database
Release 1.24.0
Version 1.24.0
- Release date: September, 4, 2024
- Release status: GA
What's new in 1.24.0
- Fix Query messages lost switching tabs bug
- Add
mssql.enableExperimentalFeatures
setting to enable early preview connection, query plan, and table design experiences - Fix several accessibility bugs
Release 1.23.0
Version 1.23.0
- Release date: July, 31, 2024
- Release status: GA
What's new in 1.23.0
- update STS dependency to address Transaction Isolation Level bug
Release 1.22.1
Version 1.22.1
- Release date: January, 10, 2024
- Release status: GA
What's new in 1.22.1
- update STS dependency to address CVE-2024-0056
Release 1.22.0
Version 1.22.0
- Release date: November 8, 2023
- Release status: GA
What's new in 1.22.0
Release 1.21.0
Version 1.21.0
- Release date: September 20, 2023
- Release status: GA
What's new in 1.21.0
Release 1.20.1
Version 1.20.1
- Release date: August 7, 2023
- Release status: GA
What's new in 1.20.1
- Fixed an issue with not being able to download the SQL Tools Service Component in a proxy-enabled environment (#17755)
Release 1.20.0
Version 1.20.0
- Release date: July 26, 2023
- Release status: GA
What's new in 1.20.0
- Added new setting to support enabling connection pooling for performance improvement - #17733
- Bug Fixes:
- Fixed issue where creating connection with connection string would fail - #17737
- Fixed issue where Copy actions wouldn't work on Data Grid cells - #17722
- Added missing DB Create syntax keyword colorization - #17732
- Improved connection description when selecting connection from quick pick - #17737
- Fixed authentication issue where user account could not be found in MSAL Cache in Linux - #17747
Release 1.19.1
Version 1.19.1
- Release date: June 5, 2023
- Release status: GA
What's new in 1.19.1
- Performance improvement in Query Editor language service by enabling connection pooling (microsoft/azuredatastudio#22970)
- Fixed an issue where hyphenated user accounts failed to login to Azure SQL Server (microsoft/azuredatastudio#23210)