Skip to content

Commit c34f2a7

Browse files
authored
Update release note and bump version for hot fix (#4094)
1 parent 3483114 commit c34f2a7

File tree

2 files changed

+7
-27
lines changed

2 files changed

+7
-27
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in this file.
44

55
- [Change Log](#change-log)
6+
- [3.33.1](#3331)
67
- [3.33.0](#3330)
78
- [3.32.0](#3320)
89
- [3.31.0](#3310)

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

Lines changed: 6 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin url="https://github.com/Microsoft/azure-tools-for-java">
22
<id>com.microsoft.tooling.msservices.intellij.azure</id>
33
<name>Azure Toolkit for IntelliJ</name>
4-
<version>3.33.0</version>
4+
<version>3.33.1</version>
55
<vendor email="[email protected]" url="http://www.microsoft.com">Microsoft</vendor>
66

77
<description><![CDATA[
@@ -20,34 +20,13 @@
2020
<change-notes>
2121
<![CDATA[
2222
<html>
23-
<h3>3.32.0</h3>
24-
<h4>Added</h4>
25-
<ul>
26-
<li>Support upload artifact to ADLS Gen1 storage for Spark on Cosmos Spark Pool</li>
27-
<li>Detect authentication type automatically when user types cluster name and lost focus when link an HDInsight
28-
cluster</li>
29-
<li>Fetch more Livy logs when submit Spark job to HDInsight cluster failed</li>
30-
<li>Add background task indicator to improve user experience</li>
31-
<li>Support virtual file system on ADLS Gen2 storage for HDInsight Spark cluster and Synapse Spark pool</li>
32-
</ul>
33-
<h4>Changed</h4>
34-
<ul>
35-
<li>Seperator for multiple referenced jars and referenced files is changed from semicolon to space in Spark batch
36-
job configuration</li>
37-
<li>"Continue Anyway" is changed to "Cancel submit" in "Change configuration settings" dialog when validation check
38-
failed for spark batch job</li>
39-
<li>The behavior of "Rerun" button action for Spark batch job is changed from re-run with current selected
40-
configuration to re-run with previous job configuration</li>
41-
</ul>
23+
<h3>3.33.1</h3>
4224
<h4>Fixed</h4>
4325
<ul>
44-
<li><a href="https://github.com/microsoft/azure-tools-for-java/pull/3935">#3935</a> Clean up HDInsight clusters from
45-
cache when user signs out</li>
46-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3887">#3887</a>, <a
47-
href="https://github.com/microsoft/azure-tools-for-java/pull/4023">#4023</a> Fix uncaught StackOverflowError
48-
reported by user</li>
49-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4045">#4045</a> Fix uncaught
50-
NullPointerException reported by user</li>
26+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4061">#4061</a> The error of Spark job remote
27+
debugging</li>
28+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4079">#4079</a> The regression of Spark
29+
console can not start</li>
5130
</ul>
5231
<p>You may get the full change log <a
5332
href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>

0 commit comments

Comments
 (0)