Skip to content

Release 1.42.0

Choose a tag to compare

@Benjin Benjin released this 23 Apr 17:05
· 10 commits to release/1.42 since this release
f6caf2e

Version 1.42.0

  • Release date: April 22, 2026
  • Release status: GA

What's new in 1.42.0

  • Released Backup Database, Restore Database, Flat File Import, Create/Rename/Drop Database, Global Search, and Query Profiler dialogs as generally available (GA)
  • Added Active Directory Default authentication support in the Connection Dialog, enabling passwordless authentication using the currently signed-in Windows identity
  • Added the ability to use VS Code accounts for Microsoft Entra ID MFA authentication (preview). Enable by setting either mssql.enableExperimentalFeatures or mssql.preview.useVscodeAccountsForEntraMFA. Users will need to re-sign into Microsoft Entra ID accounts that existing connections use for authentication.
  • Improved the Connection Dialog to distinguish between editing an existing connection and creating a new one, with the ability to modify connection parameters and test the connection before saving
  • Optimized Microsoft Entra ID sign-in flows to reduce repeated authentication prompts.
  • Added a new background task panel in the SQL Server activity bar to display active and completed deployment tasks (SQL container provisioning, SQL database in Fabric deployments) with real-time progress
  • Improved SQL Notebooks to display SQL Server error messages inline in cell output, improved cell output formatting and spacing, and set the MSSQL kernel as the default when creating a new notebook
  • Fixed several Query Results Grid issues with VECTOR, JSON, and XML data types including incorrect rendering as hyperlinks and values
  • Improved SQL Database Projects with a documentation menu option, automatic folder creation for new objects, correct schema name in templates, and a projectGuid update prompt
  • Improved first-time setup speed and reliability by packaging the required components directly with the extension instead of downloading them at first-launch.
  • Fixed a long-standing issue that could cause the extension to freeze or become unresponsive while running queries.