Skip to content

Commit e99d7ed

Browse files
authored
porting changes to release branch (#18513)
1 parent 8281bca commit e99d7ed

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## Version 1.27.0
4+
* Release date: December 18, 2024
5+
* Release status: GA
6+
### What's new in 1.27.0
7+
* Added the ability to filter query result rows by value
8+
* Added the ability to maximize a specific result set from a query result with multiple sets
9+
* Added a prompt for adding a firewall rule when using the new Connection Dialog to connect to an Azure SQL Database logical server
10+
* Fixed usability bugs encountered when viewing query plans
11+
* Improved performance when resizing the new query results pane with many result sets
12+
* Fixed several bugs related to the query result message display
13+
314
## Version 1.26.0
415
* Release date: November 20, 2024
516
* Release status: GA

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mssql",
33
"displayName": "SQL Server (mssql)",
44
"version": "1.27.0",
5-
"description": "Develop Microsoft SQL Server, Azure SQL Database and SQL Data Warehouse everywhere",
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)