Skip to content

Commit af9016b

Browse files
Merge pull request #27940 from erinstellato-ms/ads145hotfix
ADS 145 hotfix
2 parents db8f46c + b24c2aa commit af9016b

3 files changed

Lines changed: 108 additions & 74 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Download and install Azure Data Studio for Windows, macOS, or Linux
44
author: erinstellato-ms
55
ms.author: erinstellato
66
ms.reviewer: maghan, randolphwest
7-
ms.date: 07/26/2023
7+
ms.date: 08/07/2023
88
ms.service: azure-data-studio
99
ms.topic: overview
1010
ms.custom: intro-overview
@@ -21,10 +21,10 @@ For more information about Azure Data Studio, visit [What is Azure Data Studio?]
2121

2222
## Download Azure Data Studio
2323

24-
Azure Data Studio 1.45.0 is the latest general availability (GA) version.
24+
Azure Data Studio 1.45.1 is the latest general availability (GA) version.
2525

26-
- Release number: 1.45.0
27-
- Release date: July 26, 2023
26+
- Release number: 1.45.1
27+
- Release date: August 07, 2023
2828

2929
| Platform | Type | Download |
3030
| --- | --- | --- |
@@ -36,7 +36,7 @@ Azure Data Studio 1.45.0 is the latest general availability (GA) version.
3636
| | .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](release-notes-azure-data-studio.md#known-issues-in-1450) for more details.
39+
<sup>1</sup> There is a known issue with install on RHEL. For more information see the [release notes](release-notes-azure-data-studio.md#known-issues-in-1451).
4040

4141
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/).
4242

docs/azure-data-studio/extensions/sql-server-profiler-extension.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to install and use the SQL Server Profiler extension. An
44
author: erinstellato-ms
55
ms.author: erinstellato
66
ms.reviewer: maghan
7-
ms.date: 06/28/2021
7+
ms.date: 08/07/2023
88
ms.service: azure-data-studio
99
ms.topic: conceptual
1010
---
@@ -20,6 +20,7 @@ The SQL Server Profiler extension (preview) provides a simple SQL Server tracing
2020
- Capturing the series of Transact-SQL statements that lead to a problem.
2121
- Monitoring the performance of SQL Server to tune workloads.
2222
- Correlating performance counters to diagnose problems.
23+
- Opening an existing XEL file for review.
2324

2425
## Install the SQL Server Profiler extension
2526

@@ -34,12 +35,20 @@ The SQL Server Profiler extension (preview) provides a simple SQL Server tracing
3435
## Start Profiler
3536

3637
1. To start Profiler, first make a connection to a server in the Servers tab.
37-
2. After you make a connection, type **Alt + P** to launch Profiler.
38-
3. To start Profiler, type **Alt + S.** You can now start seeing Extended Events.
38+
2. After you make a connection, type **Alt + P** to launch Profiler, or right-click on the server connection and select **Launch Profiler.**
39+
3. Select a session template from the dropdown. For Azure SQL DB, Standard_Azure is the only template available.
40+
4. Edit the session name if appropriate, and select Start.
41+
5. The session will be started automatically and you will start to see events in the viewer.
42+
6. To stop Profiler, type **Alt + S** or use the Stop button in the toolbar.
43+
7. The hotkey **Alt + S** is a toggle. To restart Profiler, type **Alt + S** or use the Start button in the toolbar.
3944

4045
![View profiler](media/sql-server-profiler-extension/view-profiler.png)
4146

42-
4. To stop Profiler, type **Alt + S.** This hotkey is a toggle.
47+
## Open a saved XEL file
48+
49+
1. To view a XEL file that you have saved locally, open the Command Palette using **Ctrl/CMD + Shift + P** and then type **Profiler: Open XEL File** and select the command.
50+
2. Browse to the saved XEL file and select Open.
51+
3. The file will open in the viewer.
4352

4453
## Next steps
4554

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

Lines changed: 90 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article has release notes for Azure Data Studio.
44
author: erinstellato-ms
55
ms.author: erinstellato
66
ms.reviewer: maghan, randolphwest
7-
ms.date: 07/26/2023
7+
ms.date: 08/07/2023
88
ms.service: azure-data-studio
99
ms.topic: conceptual
1010
---
@@ -16,9 +16,93 @@ This article provides details about updates, improvements, and bug fixes for the
1616

1717
:::image type="icon" source="../includes/media/download.svg" border="false"::: **[Download and install the latest release!](./download-azure-data-studio.md)**
1818

19-
### July 2023
19+
### July 2023 (hotfix)
20+
21+
Azure Data Studio 1.45.1 is the latest general availability (GA) release.
22+
23+
- Release number: 1.45.1
24+
- Release date: August 07, 2023
25+
26+
#### Bug fixes in 1.45.1
27+
28+
| New Item | Details |
29+
| --- | --- |
30+
| Connection | Fixed an issue that prevented all connections from appearing in the recent and saved connection tree views. |
31+
| Connection | Fixed an issue where temporary connections were not saved in the recent connection list. |
32+
| Database Migration Assessment for Oracle | Resolved issue where links to open the assessment output were no longer working. |
33+
| Database Schema Conversion Toolkit | Resolved issue where links to open the conversion output were no longer working. |
34+
| Profiler | Fixed an issue where the session dropdown was not populated when Profiler is opened. |
35+
| Profiler | Addressed an issue where the running state was incorrectly set after a session was started. |
36+
37+
For a full list of bug fixes addressed for the July 2023 hotfix release, visit the [July 2023 Hotfix Release on GitHub](https://github.com/microsoft/azuredatastudio/milestone/104?closed=1).
38+
39+
#### Known issues in 1.45.1
40+
41+
New Item | Details | Workaround |
42+
| --- | --- | --- |
43+
| 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 |
44+
45+
For a list of the current known issues, visit the [issues list on GitHub](https://github.com/microsoft/azuredatastudio/issues?q=is%3Aissue).
46+
47+
## Azure Data Studio feedback
48+
49+
You can reference [Azure Data Studio feedback](https://github.com/microsoft/azuredatastudio/issues/new/choose) for other known issues and to provide feedback to the product team.
50+
51+
## Previous Azure Data Studio releases and updates
52+
53+
| Azure Data Studio release | Build number | Release date | Hotfix |
54+
| --- | --- | --- | --- |
55+
| [July 2023](#july-2023) | 1.45.0 | July 26, 2023 | [hotfix](#july-2023-hotfix) |
56+
| [May 2023](#may-2023) | 1.44.0 | May 24, 2023 | [hotfix](#may-2023-hotfix) |
57+
| [April 2023](#april-2023) | 1.43.0 | April 12, 2023 | N/A |
58+
| [March 2023](#march-2023) | 1.42.0 | March 22, 2023 | N/A |
59+
| [January 2023](#january-2023) | 1.41.0 | January 25, 2023 | [hotfix 1](#january-2023-hotfix)<br />[hotfix 2](#january-2023-hotfix-2) |
60+
| [November 2022](#november-2022) | 1.40.0 | November 16, 2022 | [hotfix 1](#november-2022-hotfix)<br />[hotfix 2](#november-2022-hotfix-2) |
61+
| [August 2022](#august-2022) | 1.39.1 | August 30, 2022 | [hotfix](#august-2022-hotfix) |
62+
| [August 2022](#august-2022) | 1.39.0 | August 24, 2022 | N/A |
63+
| [July 2022](#july-2022) | 1.38.0 | July 27, 2022 | N/A |
64+
| [June 2022](#june-2022) | 1.37.0 | June 15, 2022 | N/A |
65+
| [April 2022](#april-2022) | 1.36.0 | April 20, 2022 | [hotfix](#may-2022-hotfix) |
66+
| [February 2022](#february-2022) | 1.35.0 | February 24, 2022 | [hotfix](#february-2022-hotfix) |
67+
| [December 2021](#december-2021) | 1.34.0 | December 15, 2021 | N/A |
68+
| [October 2021](#october-2021) | 1.33.0 | October 27, 2021 | N/A |
69+
| [August 2021](#august-2021) | 1.32.0 | August 18, 2021 | N/A |
70+
| [July 2021](#july-2021) | 1.31.0 | July 21, 2021 | N/A |
71+
| [June 2021](#june-2021) | 1.30.0 | June 17, 2021 | N/A |
72+
| [May 2021](#may-2021) | 1.29.0 | May 19, 2021 | N/A |
73+
| [April 2021](#april-2021) | 1.28.0 | April 15, 2021 | N/A |
74+
| [March 2021](#march-2021) | 1.27.0 | March 17, 2021 | N/A |
75+
| [February 2021](#february-2021) | 1.26.0 | February 18, 2021 | N/A |
76+
| [December 2020](#december-2020) | 1.25.0 | December 9, 2020 | [hotfix](#december-2020-hotfix) |
77+
| [November 2020](#november-2020) | 1.24.0 | November 12, 2020 | N/A |
78+
| [October 2020](#october-2020) | 1.23.0 | October 14, 2020 | N/A |
79+
| [September 2020](#september-2020) | 1.22.0 | September 22, 2020 | [hotfix](#september-2020-hotfix) |
80+
| [August 2020](#august-2020) | 1.21.0 | August 12, 2020 | N/A |
81+
| [July 2020](#july-2020) | 1.20.0 | July 15, 2020 | [hotfix](#july-2020-hotfix) |
82+
| [June 2020](#june-2020) | 1.19.0 | June 15, 2020 | N/A |
83+
| [May 2020](#may-2020) | 1.18.0 | May 20, 2020 | [hotfix](#may-2020-hotfix) |
84+
| [April 2020](#april-2020) | 1.17.0 | April 27, 2020 | [hotfix](#april-2020-hotfix) |
85+
| [March 2020](#march-2020) | 1.16.0 | March 18, 2020 | N/A |
86+
| [February 2020](#february-2020) | 1.15.0 | February 13, 2020 | [hotfix](#february-hotfix) |
87+
| [December 2019](#december-2019) | 1.14.0 | December 19, 2019 | [hotfix](#november-2019-hotfix) |
88+
| [November 2019](#november-2019) | 1.13.0 | November 4, 2019 | [hotfix](#november-2019-hotfix) |
89+
| [October 2019](#october-2019) | 1.12.0 | October 2, 2019 | [hotfix 1](#october-2019-hotfix)<br />[hotfix 2](#october-2019-hotfix-2) |
90+
| [September 2019](#september-2019) | 1.11.0 | September 10, 2019 | N/A |
91+
| [August 2019](#august-2019) | 1.10.0 | August 15, 2019 | N/A |
92+
| [July 2019](#july-2019) | 1.9.0 | July 11, 2019 | N/A |
93+
| [June 2019](#june-2019) | 1.8.0 | June 6, 2019 | N/A |
94+
| [May 2019](#may-2019) | 1.7.0 | May 8, 2019 | N/A |
95+
| [April 2019](#april-2019) | 1.6.0 | April 18, 2019 | N/A |
96+
| [March 2019](#march-2019) | 1.5.1 | March 18, 2019 | [hotfix](#march-2019-hotfix) |
97+
| [February 2019](#february-2019) | 1.4.5 | February 13, 2019 | N/A |
98+
| [January 2019](#january-2019) | 1.3.8 | January 09, 2019 | [hotfix](#january-2019-hotfix) |
99+
100+
[Download the previous release of Azure Data Studio](https://github.com/microsoft/azuredatastudio/releases).
20101

21-
Azure Data Studio 1.45.0 is the latest general availability (GA) release.
102+
> [!NOTE]
103+
> All previous versions of Azure Data Studio are not supported.
104+
105+
### July 2023
22106

23107
- Release number: 1.45.0
24108
- Release date: July 26, 2023
@@ -30,7 +114,7 @@ Azure Data Studio 1.45.0 is the latest general availability (GA) release.
30114
| Connection | Introduced support for Tenant hierarchy in the Azure tree |
31115
| Connection | Updated Azure tree icons |
32116
| Connection | Updated the Azure tree in the Connection Pane to show only available resource types |
33-
| Connection | Added Azure Postgres Flexible Server and Azure CosmosDB for PostgreSQL in the Azure resource tree |
117+
| Connection | Added Azure Postgres Flexible Server and Azure Cosmos DB for PostgreSQL in the Azure resource tree |
34118
| Connection | Introduced support for multiple connections against same target, with different profile names and advanced options |
35119
| Connection | Added capability to clear encryption keys with the 'Clear Azure Account Token Cache' command |
36120
| Connection | Introduced support for connection pooling for MSSQL connections |
@@ -50,7 +134,7 @@ Azure Data Studio 1.45.0 is the latest general availability (GA) release.
50134
| SQL Database Projects Extension | Added the ability to create a publish profile from the Add Item… menu |
51135
| Table Designer | Added configuration option to prevent DDL triggers from being disabled as part of the table modification |
52136
| 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 |
137+
| VS Code merge | VS Code merges to version 1.79.2, read [their release notes](https://code.visualstudio.com/updates/v1_79) to learn more |
54138

55139
#### Bug fixes in 1.45.0
56140

@@ -100,65 +184,6 @@ For a full list of bug fixes addressed for the July 2023 release, visit the [Jul
100184
| --- | --- | --- |
101185
| 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 |
102186

103-
For a list of the current known issues, visit the [issues list on GitHub](https://github.com/microsoft/azuredatastudio/issues?q=is%3Aissue).
104-
105-
## Azure Data Studio feedback
106-
107-
You can reference [Azure Data Studio feedback](https://github.com/microsoft/azuredatastudio/issues/new/choose) for other known issues and to provide feedback to the product team.
108-
109-
## Previous Azure Data Studio releases and updates
110-
111-
| Azure Data Studio release | Build number | Release date | Hotfix |
112-
| --- | --- | --- | --- |
113-
| [May 2023](#may-2023) | 1.44.0 | May 24, 2023 | [hotfix](#may-2023-hotfix) |
114-
| [April 2023](#april-2023) | 1.43.0 | April 12, 2023 | N/A |
115-
| [March 2023](#march-2023) | 1.42.0 | March 22, 2023 | N/A |
116-
| [January 2023](#january-2023) | 1.41.0 | January 25, 2023 | [hotfix 1](#january-2023-hotfix)<br />[hotfix 2](#january-2023-hotfix-2) |
117-
| [November 2022](#november-2022) | 1.40.0 | November 16, 2022 | [hotfix 1](#november-2022-hotfix)<br />[hotfix 2](#november-2022-hotfix-2) |
118-
| [August 2022](#august-2022) | 1.39.1 | August 30, 2022 | [hotfix](#august-2022-hotfix) |
119-
| [August 2022](#august-2022) | 1.39.0 | August 24, 2022 | N/A |
120-
| [July 2022](#july-2022) | 1.38.0 | July 27, 2022 | N/A |
121-
| [June 2022](#june-2022) | 1.37.0 | June 15, 2022 | N/A |
122-
| [April 2022](#april-2022) | 1.36.0 | April 20, 2022 | [hotfix](#may-2022-hotfix) |
123-
| [February 2022](#february-2022) | 1.35.0 | February 24, 2022 | [hotfix](#february-2022-hotfix) |
124-
| [December 2021](#december-2021) | 1.34.0 | December 15, 2021 | N/A |
125-
| [October 2021](#october-2021) | 1.33.0 | October 27, 2021 | N/A |
126-
| [August 2021](#august-2021) | 1.32.0 | August 18, 2021 | N/A |
127-
| [July 2021](#july-2021) | 1.31.0 | July 21, 2021 | N/A |
128-
| [June 2021](#june-2021) | 1.30.0 | June 17, 2021 | N/A |
129-
| [May 2021](#may-2021) | 1.29.0 | May 19, 2021 | N/A |
130-
| [April 2021](#april-2021) | 1.28.0 | April 15, 2021 | N/A |
131-
| [March 2021](#march-2021) | 1.27.0 | March 17, 2021 | N/A |
132-
| [February 2021](#february-2021) | 1.26.0 | February 18, 2021 | N/A |
133-
| [December 2020](#december-2020) | 1.25.0 | December 9, 2020 | [hotfix](#december-2020-hotfix) |
134-
| [November 2020](#november-2020) | 1.24.0 | November 12, 2020 | N/A |
135-
| [October 2020](#october-2020) | 1.23.0 | October 14, 2020 | N/A |
136-
| [September 2020](#september-2020) | 1.22.0 | September 22, 2020 | [hotfix](#september-2020-hotfix) |
137-
| [August 2020](#august-2020) | 1.21.0 | August 12, 2020 | N/A |
138-
| [July 2020](#july-2020) | 1.20.0 | July 15, 2020 | [hotfix](#july-2020-hotfix) |
139-
| [June 2020](#june-2020) | 1.19.0 | June 15, 2020 | N/A |
140-
| [May 2020](#may-2020) | 1.18.0 | May 20, 2020 | [hotfix](#may-2020-hotfix) |
141-
| [April 2020](#april-2020) | 1.17.0 | April 27, 2020 | [hotfix](#april-2020-hotfix) |
142-
| [March 2020](#march-2020) | 1.16.0 | March 18, 2020 | N/A |
143-
| [February 2020](#february-2020) | 1.15.0 | February 13, 2020 | [hotfix](#february-hotfix) |
144-
| [December 2019](#december-2019) | 1.14.0 | December 19, 2019 | [hotfix](#november-2019-hotfix) |
145-
| [November 2019](#november-2019) | 1.13.0 | November 4, 2019 | [hotfix](#november-2019-hotfix) |
146-
| [October 2019](#october-2019) | 1.12.0 | October 2, 2019 | [hotfix 1](#october-2019-hotfix)<br />[hotfix 2](#october-2019-hotfix-2) |
147-
| [September 2019](#september-2019) | 1.11.0 | September 10, 2019 | N/A |
148-
| [August 2019](#august-2019) | 1.10.0 | August 15, 2019 | N/A |
149-
| [July 2019](#july-2019) | 1.9.0 | July 11, 2019 | N/A |
150-
| [June 2019](#june-2019) | 1.8.0 | June 6, 2019 | N/A |
151-
| [May 2019](#may-2019) | 1.7.0 | May 8, 2019 | N/A |
152-
| [April 2019](#april-2019) | 1.6.0 | April 18, 2019 | N/A |
153-
| [March 2019](#march-2019) | 1.5.1 | March 18, 2019 | [hotfix](#march-2019-hotfix) |
154-
| [February 2019](#february-2019) | 1.4.5 | February 13, 2019 | N/A |
155-
| [January 2019](#january-2019) | 1.3.8 | January 09, 2019 | [hotfix](#january-2019-hotfix) |
156-
157-
[Download the previous release of Azure Data Studio](https://github.com/microsoft/azuredatastudio/releases).
158-
159-
> [!NOTE]
160-
> All previous versions of Azure Data Studio are not supported.
161-
162187
### May 2023 (hotfix)
163188

164189
- Release number: 1.44.1
@@ -258,7 +283,7 @@ For a full list of bug fixes addressed for the May 2023 release, visit the [May
258283
| Connection | Added ability to include optional name and grouping when creating a new connection using a connection string |
259284
| Connection | Updating username in MSSQL connections to use Preferred username for the display name |
260285
| Connection | Fixed issue with encoding for OSX keychain on macOS |
261-
| Connection | Added support for Azure MFA and ‘Sql Authentication Provider’ on Linux |
286+
| Connection | Added support for Azure AD Multi-Factor Authentication and ‘Sql Authentication Provider’ on Linux |
262287
| Dataverse | Addressed error generated when expanding the database node for a Dataverse database in Object Explorer |
263288
| IntelliCode extension | Fixed error that occurred when launching Azure Data Studio with Visual Studio Code IntelliCode extension installed |
264289
| PostgreSQL extension | Implemented support for exporting query results on Apple M1 from a notebook |

0 commit comments

Comments
 (0)