Skip to content

Commit cb4a312

Browse files
authored
Add release note for IntelliJ v3.30.0 (#3777)
1 parent 75a14ef commit cb4a312

File tree

2 files changed

+42
-6
lines changed

2 files changed

+42
-6
lines changed

CHANGELOG.md

Lines changed: 19 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.30.0](#3300)
67
- [3.29.0](#3290)
78
- [3.28.0](#3280)
89
- [3.27.0](#3270)
@@ -41,6 +42,24 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
4142
- [3.0.7](#307)
4243
- [3.0.6](#306)
4344

45+
## 3.30.0
46+
47+
### Added
48+
- Add shorcut ctrl+shift+alt+F2 for disconnect spark application action
49+
- Integrate with HDInsight Identity Broker (HIB) for HDInsight ESP cluster MFA Authentication, cluster navigation, job submission, and interactive query.
50+
51+
### Changed
52+
- Rename brand name from Arcadia to Synapse
53+
- Deprecate Storage Accounts(will be removed in v3.31.0)
54+
- Upload path changes to abfs scheme for default ADLS GEN2 storage type
55+
56+
### Fixed
57+
- [#2891](https://github.com/microsoft/azure-tools-for-java/issues/2891) Hidden Toolkit directory in user home
58+
- [#3765](https://github.com/microsoft/azure-tools-for-java/issues/3765) Fix upload path shows null for spark serverless
59+
- [#3676](https://github.com/microsoft/azure-tools-for-java/issues/3676),[#3728](https://github.com/microsoft/azure-tools-for-java/issues/3728) Fix job view panel show failure
60+
- [#3700](https://github.com/microsoft/azure-tools-for-java/issues/3700),[#3710](https://github.com/microsoft/azure-tools-for-java/issues/3710) Fix Spark configuration name shorten issue in 193EAP
61+
- Fix Spark job submission dialog accessibility issues of Eclipse plugin
62+
4463
## 3.29.0
4564

4665
### Added

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

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66

77
<description><![CDATA[
88
<html>
9-
<p>These plugins allow Java developers and Azure HDInsight users to easily create, develop, configure, test, and deploy highly available and scalable Java web apps and Spark/Hadoop jobs to Azure from IntelliJ on all supported platforms.</p>
9+
<p>These plugins allow Java developers, Azure HDInsight developers and SQL Server Spark users to easily create, develop, configure, test, and deploy highly available and scalable Java web apps and Spark/Hadoop jobs to Azure from IntelliJ on all supported platforms.</p>
1010
<ul>
1111
<li>Azure Web App Workflow: You can run your web applications on Azure Web App with One-Click experience using Azure Toolkits for IntelliJ.</li>
1212
<li>Azure Container Workflow: You can dockerize and run your web application on Azure Web App (Linux) via Azure Container Registry.</li>
1313
<li>Azure Explorer: You can view and manage your cloud resources on Azure with Azure Explorer in Azure Toolkits for IntelliJ.</li>
14-
<li>Azure HDInsight: Create a Spark project, author and submit Spark jobs to HDInsight cluster; Monitor and debug Spark jobs easily. </li>
14+
<li>Azure HDInsight: Create a Spark project, author and submit Spark jobs to HDInsight cluster; Monitor and debug Spark jobs easily; Support HDInsight ESP cluster MFA Authentication.</li>
1515
<li>SQL Server Big Data Cluster: Link to SQL Server Big Data Cluster; Create a Spark project, author and submit Spark jobs to cluster; Monitor and debug Spark jobs easily</li>
1616
</ul>
1717
</html>
@@ -20,15 +20,32 @@
2020
<change-notes>
2121
<![CDATA[
2222
<html>
23-
<h3>3.29.0</h3>
23+
<h3>3.30.0</h3>
2424
<h4>Added</h4>
2525
<ul>
26-
<li>Support IntelliJ 2019.3 EAP</li>
27-
<li>Add support for Windows Java SE web apps</li>
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>
29+
</ul>
30+
<h4>Changed</h4>
31+
<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>
2835
</ul>
2936
<h4>Fixed</h4>
3037
<ul>
31-
<li>Improving the accessibility of IntelliJ plugin</li>
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>
3249
</ul>
3350
<p>You may get the full change log <a
3451
href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>

0 commit comments

Comments
 (0)