Skip to content

Commit 31b855c

Browse files
authored
Add release note for IntelliJ 3.21.0 (#3059)
* Add release note for IntelliJ 3.21.0 * Update change log for HDInsight.
1 parent 8ead3fe commit 31b855c

File tree

2 files changed

+37
-23
lines changed

2 files changed

+37
-23
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
44

55
- [Change Log](#change-log)
66

7+
- [3.21.0](#3210)
78
- [3.20.0](#3200)
89
- [3.19.0](#3190)
910
- [3.18.0](#3180)
@@ -32,6 +33,27 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
3233
- [3.0.7](#307)
3334
- [3.0.6](#306)
3435

36+
## 3.21.0
37+
38+
### Added
39+
40+
- Support Java 11 App Service
41+
- Add failure task debug feature for HDInsight cluster with Spark 2.3.2
42+
- Support linking cluster with ADLS GEN2 storage account
43+
- Add default storage type for cluster with ADLS GEN2 account
44+
45+
### Changed
46+
47+
- User experiences change for HDInsight Reader role cluster
48+
- AadProvider.json file is no longer needed for Spark on Cosmos Serverless feature
49+
50+
### Fixed
51+
52+
- [#2866](https://github.com/Microsoft/azure-tools-for-java/issues/2866) Fix uncaught exception when remote debug in HDI 4.0
53+
- [#2958](https://github.com/Microsoft/azure-tools-for-java/issues/2958) Fix deleted cluster re-appeared issue for Spark on Cosmos cluster
54+
- [#2988](https://github.com/Microsoft/azure-tools-for-java/issues/2988) Fix toolkit installation failure with version incompatibility issue
55+
- [#2977](https://github.com/Microsoft/azure-tools-for-java/issues/2977) Fix "Report to Microsoft" button been disabled issue
56+
3557
## 3.20.0
3658

3759
### Added

PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF/plugin.xml

Lines changed: 15 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -20,37 +20,29 @@
2020
<change-notes>
2121
<![CDATA[
2222
<html>
23-
<h3>[3.20.0]</h3>
23+
<h3>3.21.0</h3>
2424
<h4>Added</h4>
2525
<ul>
26-
<li>Support Failure Task Local Reproduce for Spark 2.3 on Cosmos</li>
27-
<li>Support mock file system in Spark local console</li>
28-
<li>Support ADLS Gen2 storage type to submit job to HDInsight cluster</li>
29-
<li>Introduce extended properties field when provision a Spark on Cosmos cluster or submit a Spark on Cosmos
30-
Serverless job</li>
26+
<li>Support Java 11 App Service</li>
27+
<li>Add failure task debug feature for HDInsight cluster with Spark 2.3.2</li>
28+
<li>Support linking cluster with ADLS GEN2 storage account</li>
29+
<li>Add default storage type for cluster with ADLS GEN2 account</li>
3130
</ul>
3231
<h4>Changed</h4>
3332
<ul>
34-
<li>Use device login as the default login method.</li>
35-
<li>Change icons for HDInsight cluster and related configuration</li>
33+
<li>User experiences change for HDInsight Reader role cluster</li>
34+
<li>AadProvider.json file is no longer needed for Spark on Cosmos Serverless feature</li>
3635
</ul>
3736
<h4>Fixed</h4>
3837
<ul>
39-
<li><a href="https://github.com/Microsoft/azure-tools-for-java/issues/2805">#2805</a> Save password with
40-
SecureStore.</li>
41-
<li><a href="https://github.com/Microsoft/azure-tools-for-java/issues/2888">#2888</a>, <a
42-
href="https://github.com/Microsoft/azure-tools-for-java/issues/2894">#2894</a>, <a
43-
href="https://github.com/Microsoft/azure-tools-for-java/issues/2921">#2921</a> Fix Spark on Cosmos
44-
Serverless job run failed related issues</li>
45-
<li><a href="https://github.com/Microsoft/azure-tools-for-java/issues/2912">#2912</a> Check invalid access key for
46-
submitting with ADLS Gen2 account</li>
47-
<li><a href="https://github.com/Microsoft/azure-tools-for-java/issues/2844">#2844</a> Refine WebHDFS and ADLS input
48-
path hints</li>
49-
<li><a href="https://github.com/Microsoft/azure-tools-for-java/issues/2848">#2848</a> Reset background color for not
50-
empty ADLS path input</li>
51-
<li><a href="https://github.com/Microsoft/azure-tools-for-java/issues/2749">#2749</a>, <a
52-
href="https://github.com/Microsoft/azure-tools-for-java/issues/2936">#2936</a> Fix Spark run configuration
53-
cast issues and classified exception message factory NPE issues</li>
38+
<li><a href="https://github.com/Microsoft/azure-tools-for-java/issues/2866">#2866</a> Fix uncaught exception when
39+
remote debug in HDI 4.0</li>
40+
<li><a href="https://github.com/Microsoft/azure-tools-for-java/issues/2958">#2958</a> Fix deleted cluster
41+
re-appeared issue for Spark on Cosmos cluster</li>
42+
<li><a href="https://github.com/Microsoft/azure-tools-for-java/issues/2988">#2988</a> Fix toolkit installation
43+
failure with version incompatibility issue</li>
44+
<li><a href="https://github.com/Microsoft/azure-tools-for-java/issues/2977">#2977</a> Fix "Report to Microsoft"
45+
button been disabled issue</li>
5446
</ul>
5547
<p>You may get the full change log <a
5648
href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>

0 commit comments

Comments
 (0)