Skip to content

Commit dfb2261

Browse files
committed
Add release note for IntelliJ v3.32.0
1 parent 334f401 commit dfb2261

File tree

2 files changed

+38
-19
lines changed

2 files changed

+38
-19
lines changed

CHANGELOG.md

Lines changed: 23 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.32.0](#3320)
67
- [3.31.0](#3310)
78
- [3.30.0](#3300)
89
- [3.29.0](#3290)
@@ -43,6 +44,28 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
4344
- [3.0.7](#307)
4445
- [3.0.6](#306)
4546

47+
## 3.32.0
48+
49+
### Added
50+
51+
- Support Synapse default ADLS Gen2 storage uploading artifacts
52+
- Support Synapse default ADLS Gen2 storage explorer for reference files/jars
53+
- Synapse Spark batch job detail page link after submission
54+
- Support HIB cluster default ADLS Gen2 storage explorer for reference files/jars
55+
- Support Spark Job remote debugging for HIB cluster
56+
- Support Authentication type detection when linking HIB cluster
57+
58+
### Changed
59+
60+
- Mute warning messages when refreshing HDInsight cluster node in Azure explorer
61+
62+
### Fixed
63+
64+
- [#3899](https://github.com/microsoft/azure-tools-for-java/issues/3899) ADLS Gen2 Virtual File System explorer special characters in path issue
65+
- Linked HDInsight cluster persistent issue
66+
- [#3802](https://github.com/microsoft/azure-tools-for-java/issues/3802) HIB linked cluster logout issue
67+
- [#3887](https://github.com/microsoft/azure-tools-for-java/issues/3887) Stack Overflow issue of SparkBatchJobDebugExecutor
68+
4669
## 3.31.0
4770

4871
### Added

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

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -20,33 +20,29 @@
2020
<change-notes>
2121
<![CDATA[
2222
<html>
23-
<h3>3.31.0</h3>
23+
<h3>3.32.0</h3>
2424
<h4>Added</h4>
2525
<ul>
26-
<li>Support for IntelliJ 2019.3</li>
27-
<li>Support link an HDInsight HIB cluster for no ARM permission users(Supported by smiles-a-lot girl Yi Zhou <a
28-
href="https://github.com/lcadzy">@lcadzy</a>)</li>
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>
2932
</ul>
3033
<h4>Changed</h4>
3134
<ul>
32-
<li>List only Synapse workspaces rather than mixed Arcadia and Synapse workspaces</li>
33-
<li>Remove Storage Accounts explorer</li>
35+
<li>Mute warning messages when refreshing HDInsight cluster node in Azure explorer</li>
3436
</ul>
3537
<h4>Fixed</h4>
3638
<ul>
37-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3831">#3831</a> Fix ClassCastException when
38-
link
39-
an SQL Server big data cluster</li>
40-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3806">#3806</a> Fix showing two 'scala>' when
41-
run
42-
Spark local console issue</li>
43-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3864">#3864</a>, <a
44-
href="https://github.com/microsoft/azure-tools-for-java/issues/3869">#3869</a> Fix scala plugin version
45-
breaking
46-
change</li>
47-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3823">#3823</a> Fix uncaught
48-
StackOverflowError
49-
when calling SparkBatchJobDebugExecutor.equals() issue</li>
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>
5046
</ul>
5147
<p>You may get the full change log <a
5248
href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>

0 commit comments

Comments
 (0)