Skip to content

Commit 7ca336e

Browse files
authored
Updating changelogs with hotfix info (#22009) (#22025)
* Updating changelogs * Adding missing changelog entry
1 parent 9a59ed8 commit 7ca336e

2 files changed

Lines changed: 24 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,26 @@
11
# Change Log
22

3+
## Version 1.42.1
4+
5+
- Release date: April 28, 2026
6+
- Release status: GA
7+
8+
### What's new in 1.42.1
9+
10+
- Fixed an issue where the Object Explorer Filter dialog sometimes would not render immediately
11+
- Fixed an issue where the platform-specific VSIX files for offline installation (posted on the GitHub releases page) would not be able to launch on macOS. Installations from the VS Code marketplace were unaffected.
12+
313
## Version 1.42.0
414

515
- Release date: April 22, 2026
616
- Release status: GA
717

818
### What's new in 1.42.0
919

10-
- Released Backup Database, Restore Database, Flat File Import, and Create/Rename/Drop Database dialogs as generally available (GA)
20+
- Released Backup Database, Restore Database, Flat File Import, Create/Rename/Drop Database, Global Search, and Query Profiler dialogs as generally available (GA)
1121
- Added Active Directory Default authentication support in the Connection Dialog, enabling passwordless authentication using the currently signed-in Windows identity
1222
- 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.
23+
- 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
1324
- Optimized Microsoft Entra ID sign-in flows to reduce repeated authentication prompts.
1425
- 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
1526
- 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

extensions/mssql/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,26 @@
11
# Change Log
22

3+
## Version 1.42.1
4+
5+
- Release date: April 28, 2026
6+
- Release status: GA
7+
8+
### What's new in 1.42.1
9+
10+
- Fixed an issue where the Object Explorer Filter dialog sometimes would not render immediately
11+
- Fixed an issue where the platform-specific VSIX files for offline installation (posted on the GitHub releases page) would not be able to launch on macOS. Installations from the VS Code marketplace were unaffected.
12+
313
## Version 1.42.0
414

515
- Release date: April 22, 2026
616
- Release status: GA
717

818
### What's new in 1.42.0
919

10-
- Released Backup Database, Restore Database, Flat File Import, and Create/Rename/Drop Database dialogs as generally available (GA)
20+
- Released Backup Database, Restore Database, Flat File Import, Create/Rename/Drop Database, Global Search, and Query Profiler dialogs as generally available (GA)
1121
- Added Active Directory Default authentication support in the Connection Dialog, enabling passwordless authentication using the currently signed-in Windows identity
1222
- 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.
23+
- 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
1324
- Optimized Microsoft Entra ID sign-in flows to reduce repeated authentication prompts.
1425
- 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
1526
- 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

0 commit comments

Comments
 (0)