WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit b89891c

Browse files
authored
Bumping STS to take SMO reversion (#20607) (#20608)
* bump STS * updating changelog
1 parent ada7c6a commit b89891c

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

mssql/CHANGELOG.md

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

3+
## Version 1.37.0
4+
5+
- Release date: November 18, 2025
6+
- Release status: GA
7+
8+
### What's new in 1.37.0
9+
10+
- Released general availability of GitHub Copilot integration, including Ask Mode, Agent Mode, Slash Commands, and a new onboarding experience, providing schema-aware exploration and scaffolding, query generation, explanations, optimization guidance, and contextual assistance based on your active database connection.
11+
- Introduced Edit Data (Public Preview), an interactive grid for browsing, editing, adding, and deleting table data directly in the editor with real-time validation and script previews. Set `mssql.enableExperimentalFeatures: true` to enable.
12+
- Introduced Data-tier Application dialog (Public Preview) to deploy and extract `.dacpac` files and import or export `.bacpac` packages through a modernized workflow inside VS Code. Set `mssql.enableExperimentalFeatures: true` to enable.
13+
- Introduced Publish SQL Project dialog (Public Preview) to assist users in deploying a SQL Database project (`.sqlproj`) to existing database or to a new local SQL development container. Set `mssql.enableExperimentalFeatures: true` to enable.
14+
- Added a "What's New" panel to highlight major updates, new features, learning resources, and onboarding tips.
15+
- Added support for Microsoft Entra ID authentication to and browsing resources in Sovereign and Government clouds
16+
- Fixed an issue where users may be prompted for reauthentication continually after a Microsoft Entra ID token has expired
17+
- Fixed an issue where long-running queries could not be cancelled
18+
- Fixed an issue where query result aggregations (count, sum, average) were not displaying when selecting rows or columns
19+
- Improved rendering and stability of query results grid
20+
- Improved keyboard accessibility for query results grid
21+
322
## Version 1.36.0
423

524
- Release date: September 11, 2025

mssql/src/configurations/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const config = {
77
service: {
88
downloadUrl:
99
"https://github.com/Microsoft/sqltoolsservice/releases/download/{#version#}/microsoft.sqltools.servicelayer-{#fileName#}",
10-
version: "5.0.20251110.1",
10+
version: "5.0.20251117.1",
1111
downloadFileNames: {
1212
Windows_86: "win-x86-net8.0.zip",
1313
Windows_64: "win-x64-net8.0.zip",

0 commit comments

Comments
 (0)