Skip to content

Commit 9b04666

Browse files
croblesmkburtram
andauthored
Update CHANGELOG and package.json (#19437)
* Updating change log for v1.32.0 release * Updating release notes --------- Co-authored-by: Karl Burtram <[email protected]>
1 parent c34ffa8 commit 9b04666

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## Version 1.32.0
4+
* Release date: May 19, 2025
5+
* Release status: GA
6+
### What’s new in 1.32.0
7+
* Released general availability of the modern UI—new Connection dialog, Object Explorer filtering, Table Designer, Query Results pane, and Query Plan Visualizer
8+
* 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
9+
* Introduced Schema Designer (Preview) for visual database schema modeling and editing—code‑free
10+
* Added vector datatype support in Object Explorer, scripting operations, and Table Designer
11+
* Fixed Schema Compare (Preview) issues related to comparison and scripting
12+
* Improved connection reliability by resolving login failure errors and VPN-related hangs
13+
* Enhanced Query Results stability by fixing white screen when moving panels and results disappearing on save
14+
* Fixed Object Explorer scripting errors in various scenarios
15+
316
## Version 1.31.1
417
* Release date: May 2, 2025
518
* Release status: GA
@@ -10,7 +23,7 @@
1023
* Release date: April 30, 2025
1124
* Release status: GA
1225
### What’s new in 1.31.0
13-
* Introduced Schema Compare to visually compare and script out schema differences
26+
* Introduced Schema Compare (Preview) to visually compare and script out schema differences
1427
* Enhanced Query Results experience with live execution timing summary metrics and stability improvements on large result sets
1528
* Improved connection workflow with smarter retries streamlined error handling and seamless AAD sign-in support
1629
* Resolved Fabric SQL Database connectivity issues for more reliable cloud access

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "mssql",
33
"displayName": "SQL Server (mssql)",
4-
"version": "1.33.0",
5-
"description": "Design and optimize schemas SQL database in Fabric, for Azure SQL, and SQL Server using a modern, lightweight extension built for developers",
4+
"version": "1.32.0",
5+
"description": "Design and optimize schemas for SQL Server, Azure SQL, and SQL Database in Fabric using a modern, lightweight extension built for developers",
66
"publisher": "ms-mssql",
77
"preview": false,
88
"license": "SEE LICENSE IN LICENSE.txt",

0 commit comments

Comments
 (0)