Skip to content

Commit c9d3b1b

Browse files
authored
Add release note for IntelliJ 3.31.0 (#3873)
* Add release note for IntelliJ 3.31.0 * Add release note about HDInsight
1 parent c0fa234 commit c9d3b1b

File tree

2 files changed

+36
-18
lines changed

2 files changed

+36
-18
lines changed

CHANGELOG.md

Lines changed: 17 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.31.0](#3310)
67
- [3.30.0](#3300)
78
- [3.29.0](#3290)
89
- [3.28.0](#3280)
@@ -42,6 +43,22 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
4243
- [3.0.7](#307)
4344
- [3.0.6](#306)
4445

46+
## 3.31.0
47+
48+
### Added
49+
- Support for IntelliJ 2019.3
50+
- Support link an HDInsight HIB cluster for no ARM permission users(Supported by smiles-a-lot girl Yi Zhou [@lcadzy](https://github.com/lcadzy))
51+
52+
### Changed
53+
- List only Synapse workspaces rather than mixed Arcadia and Synapse workspaces
54+
- Remove Storage Accounts explorer
55+
56+
### Fixed
57+
- [#3831](https://github.com/microsoft/azure-tools-for-java/issues/3831) Fix ClassCastException when link an SQL Server big data cluster
58+
- [#3806](https://github.com/microsoft/azure-tools-for-java/issues/3806) Fix showing two 'scala>' when run Spark local console issue
59+
- [#3864](https://github.com/microsoft/azure-tools-for-java/issues/3864), [#3869](https://github.com/microsoft/azure-tools-for-java/issues/3869) Fix scala plugin version breaking change
60+
- [#3823](https://github.com/microsoft/azure-tools-for-java/issues/3823) Fix uncaught StackOverflowError when calling SparkBatchJobDebugExecutor.equals() issue
61+
4562
## 3.30.0
4663

4764
### Added

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

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,32 +20,33 @@
2020
<change-notes>
2121
<![CDATA[
2222
<html>
23-
<h3>3.30.0</h3>
23+
<h3>3.31.0</h3>
2424
<h4>Added</h4>
2525
<ul>
26-
<li>Add shorcut ctrl+shift+alt+F2 for disconnect spark application action</li>
27-
<li>Integrate with HDInsight Identity Broker (HIB) for HDInsight ESP cluster MFA Authentication, cluster navigation,
28-
job submission, and interactive query.</li>
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>
2929
</ul>
3030
<h4>Changed</h4>
3131
<ul>
32-
<li>Rename brand name from Arcadia to Synapse</li>
33-
<li>Deprecate Storage Accounts(will be removed in v3.31.0)</li>
34-
<li>Upload path changes to abfs scheme for default ADLS GEN2 storage type</li>
32+
<li>List only Synapse workspaces rather than mixed Arcadia and Synapse workspaces</li>
33+
<li>Remove Storage Accounts explorer</li>
3534
</ul>
3635
<h4>Fixed</h4>
3736
<ul>
38-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/2891">#2891</a> Hidden Toolkit directory in
39-
user home</li>
40-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3765">#3765</a> Fix upload path shows null for
41-
spark serverless</li>
42-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3676">#3676</a>,<a
43-
href="https://github.com/microsoft/azure-tools-for-java/issues/3728">#3728</a> Fix job view panel show
44-
failure</li>
45-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3700">#3700</a>,<a
46-
href="https://github.com/microsoft/azure-tools-for-java/issues/3710">#3710</a> Fix Spark configuration name
47-
shorten issue in 193EAP</li>
48-
<li>Fix Spark job submission dialog accessibility issues of Eclipse plugin</li>
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>
4950
</ul>
5051
<p>You may get the full change log <a
5152
href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>

0 commit comments

Comments
 (0)