Skip to content

Commit f9c3522

Browse files
authored
Add release note for release (#4062)
* Add release note for release * Fix typo
1 parent b7e6d31 commit f9c3522

File tree

2 files changed

+39
-14
lines changed

2 files changed

+39
-14
lines changed

CHANGELOG.md

Lines changed: 20 additions & 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.0](#3330)
67
- [3.32.0](#3320)
78
- [3.31.0](#3310)
89
- [3.30.0](#3300)
@@ -44,6 +45,25 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
4445
- [3.0.7](#307)
4546
- [3.0.6](#306)
4647

48+
## 3.33.0
49+
50+
### Added
51+
- Support upload artifact to ADLS Gen1 storage for Spark on Cosmos Spark Pool
52+
- Detect authentication type automatically when user types cluster name and lost focus when link an HDInsight cluster
53+
- Fetch more Livy logs when submit Spark job to HDInsight cluster failed
54+
- Add background task indicator to improve user experience
55+
- Support virtual file system on ADLS Gen2 storage for HDInsight Spark cluster and Synapse Spark pool
56+
57+
### Changed
58+
- Seperator for multiple referenced jars and referenced files is changed from semicolon to space in Spark batch job configuration
59+
- "Continue Anyway" is changed to "Cancel submit" in "Change configuration settings" dialog when validation check failed for spark batch job
60+
- The behavior of "Rerun" button action for Spark batch job is changed from re-run with current selected configuration to re-run with previous job configuration
61+
62+
### Fixed
63+
- [#3935](https://github.com/microsoft/azure-tools-for-java/pull/3935) Clean up HDInsight clusters from cache when user signs out
64+
- [#3887](https://github.com/microsoft/azure-tools-for-java/issues/3887), [#4023](https://github.com/microsoft/azure-tools-for-java/pull/4023) Fix uncaught StackOverflowError reported by user
65+
- [#4045](https://github.com/microsoft/azure-tools-for-java/issues/4045) Fix uncaught NullPointerException reported by user
66+
4767
## 3.32.0
4868

4969
### Added

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

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,31 @@
2323
<h3>3.32.0</h3>
2424
<h4>Added</h4>
2525
<ul>
26-
<li>Support Synapse default ADLS Gen2 storage uploading artifacts</li>
27-
<li>Support Synapse default ADLS Gen2 storage explorer for reference files/jars</li>
28-
<li>Synapse Spark batch job detail page link after submission</li>
29-
<li>Support HIB cluster default ADLS Gen2 storage explorer for reference files/jars</li>
30-
<li>Support Spark Job remote debugging for HIB cluster</li>
31-
<li>Support Authentication type detection when linking HIB cluster</li>
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>
3232
</ul>
3333
<h4>Changed</h4>
3434
<ul>
35-
<li>Mute warning messages when refreshing HDInsight cluster node in Azure explorer</li>
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>
3641
</ul>
3742
<h4>Fixed</h4>
3843
<ul>
39-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3899">#3899</a> ADLS Gen2 Virtual File System
40-
explorer special characters in path issue</li>
41-
<li>Linked HDInsight cluster persistent issue</li>
42-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3802">#3802</a> HIB linked cluster logout
43-
issue</li>
44-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3887">#3887</a> Stack Overflow issue of
45-
SparkBatchJobDebugExecutor</li>
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>
4651
</ul>
4752
<p>You may get the full change log <a
4853
href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>

0 commit comments

Comments
 (0)