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
<sup>1</sup> There is a known issue with install on RHEL, please see the [release notes](azure-data-studio/release-notes-azure-data-studio.md##Known-issues-in-1450) for more details.
40
+
39
41
If you have comments or suggestions or want to report a problem with downloading Azure Data Studio, submit an issue to our team on the [Azure Data Studio feedback page](https://github.com/microsoft/azuredatastudio/issues/).
Copy file name to clipboardExpand all lines: docs/azure-data-studio/release-notes-azure-data-studio.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,8 @@ Azure Data Studio 1.45.0 is the latest general availability (GA) release.
32
32
| Connection | Updated the Azure tree in the Connection Pane to show only available resource types |
33
33
| Connection | Added Azure Postgres Flexible Server and Azure CosmosDB for PostgreSQL in the Azure resource tree |
34
34
| Connection | Added support for advanced connection options for other providers |
35
-
| Connection | Added capability to clean encryption keys with the Clear Azure Account Token Cache command |
35
+
| Connection | Added capability to clear encryption keys with the 'Clear Azure Account Token Cache' command |
36
36
| Connection | Introduced support for connection pooling for MSSQL connections |
37
-
| General | Fixed error "Cannot read properties of undefined" |
38
37
| GitHub Copilot | GitHub Copilot extension version 1.95.239 |
39
38
| MySQL Extension | General Availability |
40
39
| Object Explorer | Added support for additional Filter options in Object Explorer |
@@ -45,13 +44,13 @@ Azure Data Studio 1.45.0 is the latest general availability (GA) release.
45
44
| Object Explorer | Added ability to use left and right arrows in OE to open or close trees |
46
45
| Object Explorer | Right-click menu options updated and order modified |
47
46
| Profiler / Extended Events | Introduced support for opening .XEL files up to 1GB in size |
48
-
| Query Editor | Resolved issue when executing USE DATABASE_NAME command and database context did not change in the status bar |
49
47
| Query Editor | Introduced a new configuration option to control whether to add a line break between rows when copying if the previous row has a trailing line break |
50
48
| Result Set | Introduced keyboard shortcut (Ctrl/CMD + Shift + C) to copy information from the results grid with headers |
51
49
| Result Set | Introduced keyboard shortcut (Ctrl/CMD + Shift + O) to sort columns in a result set |
52
50
| SQL Database Projects Extension | Added the ability to create a publish profile from the Add Item… menu |
53
51
| Table Designer | Added configuration option to prevent DDL triggers from being disabled as part of the table modification |
54
52
| User Management | Improved table component performance in the Securables dialog of User properties |
53
+
| VS Code merge | VS Code merges to version 1.79, read [their release notes](https://code.visualstudio.com/updates/v1_79) to learn more |
55
54
56
55
#### Bug fixes in 1.45.0
57
56
@@ -71,13 +70,15 @@ Azure Data Studio 1.45.0 is the latest general availability (GA) release.
71
70
| Connection | Improved dialog window for adding an Azure account when authentication code is required |
72
71
| Connection | Fixed throttling of ARM requests when in the Browse Connections tab |
73
72
| General | Fixed issue with vertical scrolling in dialog windows |
73
+
| General | Fixed error "Cannot read properties of undefined" |
74
74
| Notebooks | Addressed inability to open JSON in a new tab from Notebook results cell |
75
75
| Notebooks | Fixed error "Unable to load and parse grammar for scope markdown.math.inline" when creating a Notebook text cell |
76
76
| Object Explorer | Addressed connection leak which occurred when renaming a table |
77
77
| Object Explorer | Improved error handling in server tree expand requests |
78
-
| Object Explorer | Fixed issue with unexpected disconnections in Object Explorer |
78
+
| Object Explorer | Fixed issue with unexpected connection drops in Object Explorer |
| Query Editor | Addressed issue where folding behavior incorrectly included blank lines at the end of a text block |
81
+
| Query Editor | Resolved issue when executing USE DATABASE_NAME command and database context did not change in the status bar |
81
82
| Query Plan Viewer | Fixed issue with filter icon appearing over query text in Top Operations window |
82
83
| Result Set | Fixed issue where HTML entered in Edit Rows mode was being rendered |
83
84
| Result Set | Fixed incorrect aggregation (sum) when selecting rows in the result set and implemented performance improvements |
@@ -97,7 +98,7 @@ For a full list of bug fixes addressed for the July 2023 release, visit the [Jul
97
98
98
99
New Item | Details | Workaround |
99
100
| --- | --- | --- |
100
-
| Installation | Azure Data Studio installation fails on REHEL 8 | Use RHEL 9, or manually install glibc-2.29 and add it to the Library Path and then re-install ADS |
101
+
| Installation | Azure Data Studio installation fails on RHEL 8 | Use RHEL 9, or manually install glibc-2.29 and add it to the Library Path and then re-install ADS |
101
102
102
103
For a list of the current known issues, visit the [issues list on GitHub](https://github.com/microsoft/azuredatastudio/issues?q=is%3Aissue).
0 commit comments