Skip to content

Commit babbd1e

Browse files
fixed issues
1 parent c67adc3 commit babbd1e

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

docs/azure-data-studio/download-azure-data-studio.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,11 @@ Azure Data Studio 1.45.0 is the latest general availability (GA) version.
3333
| | .zip | [64 bit](https://go.microsoft.com/fwlink/?linkid=2243235) [ARM64](https://go.microsoft.com/fwlink/?linkid=2242849) |
3434
| Linux | .tar.gz | [64-bit](https://go.microsoft.com/fwlink/?linkid=2242942) |
3535
| | .deb | [64-bit](https://go.microsoft.com/fwlink/?linkid=2242943) |
36-
| | .rpm | [64-bit](https://go.microsoft.com/fwlink/?linkid=2242640) |
36+
| | .rpm<sup>1</sup> | [64-bit](https://go.microsoft.com/fwlink/?linkid=2242640) |
3737
| macOS | .zip | [Universal](https://go.microsoft.com/fwlink/?linkid=2242850)&emsp;[Intel Chip](https://go.microsoft.com/fwlink/?linkid=2242553)&emsp;[Apple Silicon](https://go.microsoft.com/fwlink/?linkid=2242554) |
3838

39+
<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+
3941
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/).
4042

4143
## Install Azure Data Studio

docs/azure-data-studio/release-notes-azure-data-studio.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ Azure Data Studio 1.45.0 is the latest general availability (GA) release.
3232
| Connection | Updated the Azure tree in the Connection Pane to show only available resource types |
3333
| Connection | Added Azure Postgres Flexible Server and Azure CosmosDB for PostgreSQL in the Azure resource tree |
3434
| 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 |
3636
| Connection | Introduced support for connection pooling for MSSQL connections |
37-
| General | Fixed error "Cannot read properties of undefined" |
3837
| GitHub Copilot | GitHub Copilot extension version 1.95.239 |
3938
| MySQL Extension | General Availability |
4039
| 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.
4544
| Object Explorer | Added ability to use left and right arrows in OE to open or close trees |
4645
| Object Explorer | Right-click menu options updated and order modified |
4746
| 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 |
4947
| 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 |
5048
| Result Set | Introduced keyboard shortcut (Ctrl/CMD + Shift + C) to copy information from the results grid with headers |
5149
| Result Set | Introduced keyboard shortcut (Ctrl/CMD + Shift + O) to sort columns in a result set |
5250
| SQL Database Projects Extension | Added the ability to create a publish profile from the Add Item… menu |
5351
| Table Designer | Added configuration option to prevent DDL triggers from being disabled as part of the table modification |
5452
| 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 |
5554

5655
#### Bug fixes in 1.45.0
5756

@@ -71,13 +70,15 @@ Azure Data Studio 1.45.0 is the latest general availability (GA) release.
7170
| Connection | Improved dialog window for adding an Azure account when authentication code is required |
7271
| Connection | Fixed throttling of ARM requests when in the Browse Connections tab |
7372
| General | Fixed issue with vertical scrolling in dialog windows |
73+
| General | Fixed error "Cannot read properties of undefined" |
7474
| Notebooks | Addressed inability to open JSON in a new tab from Notebook results cell |
7575
| Notebooks | Fixed error "Unable to load and parse grammar for scope markdown.math.inline" when creating a Notebook text cell |
7676
| Object Explorer | Addressed connection leak which occurred when renaming a table |
7777
| 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 |
7979
| Query Editor | Corrected syntax highlighting for nested multi-line comments |
8080
| 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 |
8182
| Query Plan Viewer | Fixed issue with filter icon appearing over query text in Top Operations window |
8283
| Result Set | Fixed issue where HTML entered in Edit Rows mode was being rendered |
8384
| 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
9798

9899
New Item | Details | Workaround |
99100
| --- | --- | --- |
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 |
101102

102103
For a list of the current known issues, visit the [issues list on GitHub](https://github.com/microsoft/azuredatastudio/issues?q=is%3Aissue).
103104

0 commit comments

Comments
 (0)