Skip to content

Commit 7946d84

Browse files
authored
Add release note for IntelliJ 3.22.0 (#3111)
* Add release note for IntelliJ 3.22.0 * Update change log for HDInsight.
1 parent b8806e3 commit 7946d84

File tree

2 files changed

+31
-2
lines changed

2 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 16 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.22.0](#3220)
78
- [3.21.1](#3211)
89
- [3.21.0](#3210)
910
- [3.20.0](#3200)
@@ -34,6 +35,21 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
3435
- [3.0.7](#307)
3536
- [3.0.6](#306)
3637

38+
## 3.22.0
39+
40+
### Added
41+
42+
- Automaticly fill in Azure Blob account name or ADLS Gen1/Gen2 root path for linked HDInsight Reader role cluster in run configuration dialog
43+
44+
### Changed
45+
46+
- Improve app service data loading performance
47+
- Restrict upload storage type to cluster default storage type and spark interactive session storage type for linked HDInsight Reader role cluster
48+
49+
### Fixed
50+
- [#3094](https://github.com/microsoft/azure-tools-for-java/issues/3094), [#3096](https://github.com/microsoft/azure-tools-for-java/issues/3096) Fix warning message spelling issue
51+
52+
3753
## 3.21.1
3854

3955
### Fixed

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

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,23 @@
2020
<change-notes>
2121
<![CDATA[
2222
<html>
23-
<h3>3.21.1</h3>
23+
<h3>3.22.0</h3>
24+
<h4>Added</h4>
25+
<ul>
26+
<li>Automaticly fill in Azure Blob account name or ADLS Gen1/Gen2 root path for linked HDInsight Reader role cluster
27+
in run configuration dialog</li>
28+
</ul>
29+
<h4>Changed</h4>
30+
<ul>
31+
<li>Improve app service data loading performance</li>
32+
<li>Restrict upload storage type to cluster default storage type and spark interactive session storage type for
33+
linked HDInsight Reader role cluster</li>
34+
</ul>
2435
<h4>Fixed</h4>
2536
<ul>
26-
<li>Fix telemetry shares same installation id</li>
37+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3094">#3094</a>, <a
38+
href="https://github.com/microsoft/azure-tools-for-java/issues/3096">#3096</a> Fix warning message spelling
39+
issue</li>
2740
</ul>
2841
<p>You may get the full change log <a
2942
href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>

0 commit comments

Comments
 (0)