Skip to content

Commit 7499605

Browse files
SummerEskibear
authored andcommitted
Add release notes for v3.14.0 (#2322)
* Add release notes for v3.14.0 * Add release notes of HDInsight part
1 parent b448854 commit 7499605

File tree

1 file changed

+70
-0
lines changed
  • PluginsAndFeatures/azure-toolkit-for-intellij/resources/META-INF

1 file changed

+70
-0
lines changed

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

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,76 @@
1919
<change-notes>
2020
<![CDATA[
2121
<html>
22+
<h3>[3.14.0]</h3>
23+
<h4>Added</h4>
24+
<ul>
25+
<li>Support to show application settings of Deployment Slot.</li>
26+
<li>Support to delete a Deployment Slot in Azure Explorer.</li>
27+
<li>Support to config ADLS Gen1 Storage settings for Spark Run Configuration (only for HDInsight ADLS Gen 1 clusters and the interactive sign in mode).</li>
28+
<li>Support to auto fix Spark local REPL console related dependency.</li>
29+
<li>Support to classify Spark remotely application running error and provide more clear error messages.</li>
30+
<li>Support to start a Spark local console without a run configuration.</li>
31+
</ul>
32+
<h4>Changed</h4>
33+
<ul>
34+
<li>Change the Deployment Slot area in "Run on Web App" to be hideable.</li>
35+
<li>Use Azul Zulu JDK in Dockerfile of Web App for Containers.</li>
36+
<li>Spark linked cluster storage blob access key is saved to the secure store.</li>
37+
</ul>
38+
<h4>Fixed</h4>
39+
<ul>
40+
<li>
41+
<a href="https://github.com/Microsoft/azure-tools-for-java/issues/2215" rel="nofollow">#2215</a>
42+
The prompt warning message on deleting web app is not correct issue.
43+
</li>
44+
<li>
45+
<a href="https://github.com/Microsoft/azure-tools-for-java/issues/2310" rel="nofollow">#2310</a>
46+
Discarding of changes on Web App application settings is too slow issue.
47+
</li>
48+
<li>
49+
<a href="https://github.com/Microsoft/azure-tools-for-java/issues/2286" rel="nofollow">#2286</a>
50+
<a href="https://github.com/Microsoft/azure-tools-for-java/issues/2285" rel="nofollow">#2285</a>
51+
<a href="https://github.com/Microsoft/azure-tools-for-java/issues/2120" rel="nofollow">#2120</a>
52+
<a href="https://github.com/Microsoft/azure-tools-for-java/issues/2119" rel="nofollow">#2119</a>
53+
<a href="https://github.com/Microsoft/azure-tools-for-java/issues/2117" rel="nofollow">#2117</a>
54+
Spark Console related issues.
55+
</li>
56+
<li>
57+
<a href="https://github.com/Microsoft/azure-tools-for-java/issues/2203" rel="nofollow">#2203</a>
58+
Spark Remote Debug SSH password wasn't saved issue.
59+
</li>
60+
<li>
61+
<a href="https://github.com/Microsoft/azure-tools-for-java/issues/2288" rel="nofollow">#2288</a>
62+
<a href="https://github.com/Microsoft/azure-tools-for-java/issues/2287" rel="nofollow">#2287</a>
63+
HDInsight related icons size issue.
64+
</li>
65+
<li>
66+
<a href="https://github.com/Microsoft/azure-tools-for-java/issues/2296" rel="nofollow">#2296</a>
67+
UI hang issue caused by Spark storage information validation.
68+
</li>
69+
<li>
70+
<a href="https://github.com/Microsoft/azure-tools-for-java/issues/2295" rel="nofollow">#2295</a>
71+
<a href="https://github.com/Microsoft/azure-tools-for-java/issues/2314" rel="nofollow">#2314</a>
72+
Spark Resource Pool issues.
73+
</li>
74+
<li>
75+
<a href="https://github.com/Microsoft/azure-tools-for-java/issues/2303" rel="nofollow">#2303</a>
76+
<a href="https://github.com/Microsoft/azure-tools-for-java/issues/2272" rel="nofollow">#2272</a>
77+
<a href="https://github.com/Microsoft/azure-tools-for-java/issues/2200" rel="nofollow">#2200</a>
78+
<a href="https://github.com/Microsoft/azure-tools-for-java/issues/2198" rel="nofollow">#2198</a>
79+
<a href="https://github.com/Microsoft/azure-tools-for-java/issues/2161" rel="nofollow">#2161</a>
80+
<a href="https://github.com/Microsoft/azure-tools-for-java/issues/2151" rel="nofollow">#2151</a>
81+
<a href="https://github.com/Microsoft/azure-tools-for-java/issues/2109" rel="nofollow">#2109</a>
82+
<a href="https://github.com/Microsoft/azure-tools-for-java/issues/2087" rel="nofollow">#2087</a>
83+
<a href="https://github.com/Microsoft/azure-tools-for-java/issues/2058" rel="nofollow">#2058</a>
84+
Spark Job submission issues.
85+
</li>
86+
<li>
87+
<a href="https://github.com/Microsoft/azure-tools-for-java/issues/2158" rel="nofollow">#2158</a>
88+
<a href="https://github.com/Microsoft/azure-tools-for-java/issues/2085" rel="nofollow">#2085</a>
89+
HDInsight 4.0 regression issues.
90+
</li>
91+
</ul>
2292
<h3>[3.13.0]</h3>
2393
<h4>Added</h4>
2494
<ul>

0 commit comments

Comments
 (0)