You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update CHANGELOG and README for version 1.36.0 release notes and PuPr features (#20146) (#20148)
* - Updated CHANGELOG with v1.36 changes
- Updated README with PuPr features
* Small changes per @Benjin recommendation
Co-authored-by: Carlos Robles <contact@croblesm.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Change Log
2
2
3
+
## Version 1.36.0
4
+
* Release date: September 11, 2025
5
+
* Release status: GA
6
+
### What’s new in 1.36.0
7
+
* Introduced Fabric Connectivity (Public Preview) to browse Fabric workspaces and connect to SQL databases or SQL analytics endpoints directly from the Connection dialog
8
+
* Introduced SQL database in Fabric provisioning (Public Preview) to create Fabric SQL databases from the Deployments page with capacity awareness and automatic connection on completion
9
+
* Added GitHub Copilot Slash Commands (Public Preview) providing quick chat shortcuts for connection management, schema exploration, and query tasks
10
+
* Enabled Schema Compare to be launched from external extensions and SQL Projects through a new run command, also used to support the Update Project From Database feature
11
+
* Improved query results performance and stability including incremental streaming, smoother tab switching without freezes, honoring `mssql.persistQueryResultTabs` setting, and preventing file‑close race conditions during execution
12
+
* Improved connection reliability when opening via VS Code URIs and resolved authentication issues, including preserving saved passwords after failed connections
13
+
* Fixed an issue where invalid Microsoft Entra ID account entries could result in no accounts or tenants appearing in the Connection dialog
14
+
* Fixed an issue where the Most Recently Used list saved the active database instead of `<Default>`
Copy file name to clipboardExpand all lines: README.md
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,20 +77,21 @@ The [**MSSQL Extension for Visual Studio Code**](https://www.aka.ms/vscode-mssql
77
77
78
78
## Public Preview Features
79
79
80
-
-**GitHub Copilot Integration (`Preview`)**: Boost your productivity with AI-assisted SQL development
81
-
- Get intelligent code completions and suggestions for T-SQL as you type
82
-
- Build complex queries using natural language prompts
83
-
- Explain stored procedures, views, and joins to speed up onboarding and debugging
84
-
- Generate schema objects or test data in seconds
80
+
-**GitHub Copilot Integration (`Preview`)**: Boost your productivity with AI‑assisted SQL development
81
+
- Intelligent T‑SQL completions and natural‑language prompts
82
+
- Explain objects and generate schema or test data
85
83
- Identify risky patterns and improve SQL security practices
86
-
-**GitHub Copilot Agent Mode (`Preview`)**
87
-
- Use chat in Agent mode to connect, disconnect, or switch databases
88
-
- List servers and view available connections
89
-
- List all databases, tables, views, functions, and schemas in a connected server
90
-
- Run SQL queries directly from chat
91
-
- Get connection details for the current session
92
-
- Show database schema contextually
93
-
- Access all available Agent tools from the Agent Tools panel
84
+
-**GitHub Copilot Agent Mode (`Preview`)** Let Copilot perform database tasks on your behalf
85
+
- Securely executes actions like connecting, switching databases, or running queries directly from chat
86
+
- Surfaces schema details and connection info without manual navigation
87
+
- Provides a confirmable, AI-driven assistant for common database workflows
88
+
- Access all approved Agent tools from the Tools panel
89
+
-**GitHub Copilot Slash Commands (`Preview`)**: Quick, discoverable shortcuts in chat
90
+
- Type `/` to see commands like `/connect`, `/changeDatabase`, `/runQuery`, `/explain`, `/fix`, `/optimize`
91
+
- Connection commands open the MSSQL connection panel; query commands accept input and return results in chat
92
+
-**Fabric Integration (`Preview`)**: Browse workspaces and provision SQL databases in Fabric directly from VS Code
93
+
- Sign in with Microsoft Entra ID, browse workspaces, search, and connect to SQL databases or SQL analytics endpoints from the Connection dialog (includes **Open in MSSQL** from the Fabric extension)
94
+
- Create a SQL database from the Deployments page; capacity‑aware and **auto‑connects** when complete
0 commit comments