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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
1
1
# Change Log
2
2
3
+
## Version 1.38.0
4
+
5
+
- Release date: December 16, 2025
6
+
- Release status: GA
7
+
8
+
### What’s new in 1.38.0
9
+
10
+
- Improved the experience for deleting rows in Edit Data
11
+
- Updated the query results grid sorting and filter options
12
+
- Fixed an issue in the results grid where copying data may throw an error on Linux
13
+
- Updated GitHub Copilot integration to use user-friendly names when referring to connections
14
+
- Improved handling of improperly configured proxies that may interfere with MSSQL's operation
15
+
- Added ability to sign into multiple tenants and browse Azure SQL Managed Instances in the Connection Dialog
16
+
- Added ability to copy a connection profile's connection string directly from Object Explorer
17
+
- Enabled support for using the MSSQL extension in VS Code Virtual Workspaces
18
+
- Consolidated Linux distribution support to x64 and arm64
19
+
- Fixed issues in Edit Data where cells with invalid data could not be reverted and empty non-nullable cells would incorrectly display NULL
20
+
- Fixed an issue where the `inMemoryDataProcessingThreshold` setting was not getting followed
21
+
- Fixed an issue where modern UIs and the results grid may lag at initialization
22
+
- Fixed an issue in Schema Compare and the Publish SQL Project dialog where a loaded profile doesn't connect if it uses Microsoft Entra ID authentication
23
+
24
+
Thank you to @ghiscoding for contributing improvements to the Edit Data feature's use of SlickGrid React!
Copy file name to clipboardExpand all lines: extensions/mssql/CHANGELOG.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,37 @@
1
1
# Change Log
2
2
3
+
## Version 1.38.0
4
+
5
+
- Release date: December 16, 2025
6
+
- Release status: GA
7
+
8
+
### What’s new in 1.38.0
9
+
10
+
- Improved the experience for deleting rows in Edit Data
11
+
- Updated the query results grid sorting and filter options
12
+
- Fixed an issue in the results grid where copying data may throw an error on Linux
13
+
- Updated GitHub Copilot integration to use user-friendly names when referring to connections
14
+
- Improved handling of improperly configured proxies that may interfere with MSSQL's operation
15
+
- Added ability to sign into multiple tenants and browse Azure SQL Managed Instances in the Connection Dialog
16
+
- Added ability to copy a connection profile's connection string directly from Object Explorer
17
+
- Enabled support for using the MSSQL extension in VS Code Virtual Workspaces
18
+
- Consolidated Linux distribution support to x64 and arm64
19
+
- Fixed issues in Edit Data where cells with invalid data could not be reverted and empty non-nullable cells would incorrectly display NULL
20
+
- Fixed an issue where the `inMemoryDataProcessingThreshold` setting was not getting followed
21
+
- Fixed an issue where modern UIs and the results grid may lag at initialization
22
+
- Fixed an issue in Schema Compare and the Publish SQL Project dialog where a loaded profile doesn't connect if it uses Microsoft Entra ID authentication
23
+
24
+
Thank you to @ghiscoding for contributing improvements to the Edit Data feature's use of SlickGrid React!
25
+
26
+
## Version 1.37.1
27
+
28
+
- Release date: December 1, 2025
29
+
- Release status: GA
30
+
31
+
### What’s new in 1.37.1
32
+
33
+
- Fixed an issue where the results grid may have flickering scrollbars for some users
0 commit comments