Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 8a14266

Browse files
authored
Merge pull request #21804 from MicrosoftDocs/release-data-studio
[Azure Data Studio] April 2022 hotfix release
2 parents c490e2e + 873d4b4 commit 8a14266

2 files changed

Lines changed: 49 additions & 49 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom:
1111
- seodec18
1212
- contperf-fy21q4
1313
- intro-overview
14-
ms.date: 04/20/2022
14+
ms.date: 04/22/2022
1515
---
1616

1717
# Download and install Azure Data Studio
@@ -26,10 +26,10 @@ For more information about Azure Data Studio, visit [What is Azure Data Studio?]
2626

2727
## Download Azure Data Studio
2828

29-
Azure Data Studio 1.36.0 is the latest general availability (GA) version.
29+
Azure Data Studio 1.36.1 is the latest general availability (GA) version.
3030

31-
- Release number: 1.36.0
32-
- Release date: April 20, 2022
31+
- Release number: 1.36.1
32+
- Release date: April 22, 2022
3333

3434
| Platform | Download |
3535
|----------|----------|

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

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: tdoshin
88
ms.author: timioshin
99
ms.reviewer: maghan
1010
ms.custom: seodec18, contperf-fy21q4
11-
ms.date: 04/20/2022
11+
ms.date: 04/22/2022
1212
---
1313

1414
# Release notes for Azure Data Studio
@@ -19,43 +19,18 @@ This article provides details about updates, improvements, and bug fixes for the
1919

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

22-
### April 2022 release
22+
### April 2022 (hotfix)
2323

24-
Azure Data Studio 1.36.0 is the latest general availability (GA) release.
24+
Azure Data Studio 1.36.1 is the latest general availability (GA) release.
2525

26-
- Release number: 1.36.0
27-
- Release date: April 20, 2022
28-
29-
#### What's new in 1.36.0
30-
31-
| New item | Details |
32-
|----------|---------|
33-
| Table Designer | Added support for System Versioning, Memory Optimized, and Graph Tables. |
34-
| Query Plan Viewer | Added support icons and additional support for searching within plans. Added additional telemetry to Execution Plans. Provided support on plan toolbar to enable or disable tooltips. Added support for saving .sql plan files on Azure Data Studio |
35-
| SQL Projects |Introduced new SQL Project format based on an SDK-Style project file |
36-
| Azure SQL Migration Extension | Announcing General Availability of the Azure SQL Migration Extension |
37-
| .NET Interactive Notebooks extension | This extension provides additional multi-language support to Jupyter Notebooks. Please reference [.NET Notebooks in Visual Studio Code](https://devblogs.microsoft.com/dotnet/net-interactive-with-sql-net-notebooks-in-visual-studio-code/)for an introduction to using SQL and .NET interactive |
26+
- Release number: 1.36.1
27+
- Release date: April 22, 2022
3828

39-
#### Bug fixes in 1.36.0
29+
#### Bug fixes in 1.36.1
4030

4131
| New Item | Details |
4232
|----------|---------|
43-
| Table Designer | Added missing validation rules for primary key column specifications |
44-
| Table Designer | Now able to add description to Primary Key ,Foreign Key, and check constraints|
45-
| Table Designer | Fixed bug that prevents the primary key checkbox from being unchecked for unsupported primary key types|
46-
| Query Plan Viewer | Added option to turn off tooltip in execution plan|
47-
| Query Plan Viewer | Fixed display and sizing issues |
48-
| Query Plan Viewer | Fixed latency issues while switching tabs when execution plan is shown |
49-
| Query Editor | Fixed performance issues in Query Editor |
50-
| Notebooks | Fixed keyboard navigation issues|
51-
| Notebooks | Fixed .NET Interactive log errors on startup|
52-
| Notebooks | Fixed inconsistencies with notebook URI handling|
53-
54-
For a full list of bug fixes addressed for the April 2022 release, visit the [bugs and issues list on GitHub](https://github.com/microsoft/azuredatastudio/milestone/84?closed=1).
55-
56-
#### Known issues in 1.36.0
57-
58-
For a list of the current known issues, visit the [issues list on GitHub](https://github.com/microsoft/azuredatastudio/issues?q=is%3Aissue).
33+
| Table Designer | Fix for timeout occurring when viewing table list |
5934

6035
## Azure Data Studio feedback
6136

@@ -65,7 +40,8 @@ You can reference [Azure Data Studio feedback](https://github.com/microsoft/azur
6540

6641
| Azure Data Studio release | Build number | Release date | Hotfix |
6742
|---------------------------|--------------|--------------|---------|
68-
| [February 2022](#february-2022) | 1.35.0 | February 24, 2022 |[hotfix](#february-2022-hotfix)|
43+
| [April 2022](#april-2022) | 1.36.0 | April 20, 2022 |[hotfix](#april-2022-hotfix)|
44+
| [February 2022](#february-2022) | 1.35.0 | February 24, 2022 |[hotfix](#february-2022-hotfix)|
6945
| [December 2021](#december-2021) | 1.34.0 | December 15, 2021 | N/A |
7046
| [October 2021](#october-2021) | 1.33.0 | October 27, 2021 | N/A |
7147
| [August 2021](#august-2021) | 1.32.0 | August 18, 2021 | N/A |
@@ -104,9 +80,43 @@ You can reference [Azure Data Studio feedback](https://github.com/microsoft/azur
10480
> [!Note]
10581
> All previous versions of Azure Data Studio are not supported.
10682
107-
### February 2022 (hotfix)
83+
### April 2022
84+
85+
- Release number: 1.36.0
86+
- Release date: April 20, 2022
87+
88+
#### What's new in 1.36.0
10889

109-
Azure Data Studio 1.35.1 is the latest general availability (GA) release.
90+
| New item | Details |
91+
|----------|---------|
92+
| Table Designer | Added support for System Versioning, Memory Optimized, and Graph Tables. |
93+
| Query Plan Viewer | Added support icons and additional support for searching within plans. Added additional telemetry to Execution Plans. Provided support on plan toolbar to enable or disable tooltips. Added support for saving .sql plan files on Azure Data Studio |
94+
| SQL Projects |Introduced new SQL Project format based on an SDK-Style project file |
95+
| Azure SQL Migration Extension | Announcing General Availability of the Azure SQL Migration Extension |
96+
| .NET Interactive Notebooks extension | This extension provides additional multi-language support to Jupyter Notebooks. Please reference [.NET Notebooks in Visual Studio Code](https://devblogs.microsoft.com/dotnet/net-interactive-with-sql-net-notebooks-in-visual-studio-code/)for an introduction to using SQL and .NET interactive |
97+
98+
#### Bug fixes in 1.36.0
99+
100+
| New Item | Details |
101+
|----------|---------|
102+
| Table Designer | Added missing validation rules for primary key column specifications |
103+
| Table Designer | Now able to add description to Primary Key ,Foreign Key, and check constraints|
104+
| Table Designer | Fixed bug that prevents the primary key checkbox from being unchecked for unsupported primary key types|
105+
| Query Plan Viewer | Added option to turn off tooltip in execution plan|
106+
| Query Plan Viewer | Fixed display and sizing issues |
107+
| Query Plan Viewer | Fixed latency issues while switching tabs when execution plan is shown |
108+
| Query Editor | Fixed performance issues in Query Editor |
109+
| Notebooks | Fixed keyboard navigation issues|
110+
| Notebooks | Fixed .NET Interactive log errors on startup|
111+
| Notebooks | Fixed inconsistencies with notebook URI handling|
112+
113+
For a full list of bug fixes addressed for the April 2022 release, visit the [bugs and issues list on GitHub](https://github.com/microsoft/azuredatastudio/milestone/84?closed=1).
114+
115+
#### Known issues in 1.36.0
116+
117+
For a list of the current known issues, visit the [issues list on GitHub](https://github.com/microsoft/azuredatastudio/issues?q=is%3Aissue).
118+
119+
### February 2022 (hotfix)
110120

111121
- Release number: 1.35.1
112122
- Release date: March 17, 2022
@@ -120,8 +130,6 @@ Azure Data Studio 1.35.1 is the latest general availability (GA) release.
120130

121131
### February 2022
122132

123-
Azure Data Studio 1.35.0 is the latest general availability (GA) release.
124-
125133
- Release number: 1.35.0
126134
- Release date: February 24, 2022
127135

@@ -148,8 +156,6 @@ For a list of the current known issues, visit the [issues list on GitHub](https:
148156

149157
### December 2021
150158

151-
Azure Data Studio 1.34.0 is the latest general availability (GA) release.
152-
153159
- Release number: 1.34.0
154160
- Release date: December 15, 2021
155161

@@ -177,8 +183,6 @@ Azure Data Studio 1.34.0 is the latest general availability (GA) release.
177183

178184
### October 2021
179185

180-
Azure Data Studio 1.33.0 is the latest general availability (GA) release.
181-
182186
- Release number: 1.33.0
183187
- Release date: October 27, 2021
184188

@@ -220,8 +224,6 @@ For a list of the current known issues, visit the [issues list on GitHub](https:
220224

221225
### August 2021
222226

223-
Azure Data Studio 1.32.0 is the latest general availability (GA) release.
224-
225227
- Release number: 1.32.0
226228
- Release date: August 18, 2021
227229

@@ -254,8 +256,6 @@ For a list of the current known issues, visit the [issues list on GitHub](https:
254256

255257
### July Hotfix 2021
256258

257-
Azure Data Studio 1.31.1 is the latest general availability (GA) release.
258-
259259
- Release number: 1.31.1
260260
- Release date: July 29, 2021
261261

0 commit comments

Comments
 (0)