Skip to content

Commit 147f67d

Browse files
authored
Add release notes for intellij toolkit v3.39.0 (#4485)
* Add release notes for new release * Fix wording issues
1 parent 9864de3 commit 147f67d

File tree

3 files changed

+74
-17
lines changed

3 files changed

+74
-17
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.39.0](#3390)
67
- [3.38.0](#3380)
78
- [3.37.0](#3370)
89
- [3.36.0](#3360)
@@ -51,6 +52,25 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
5152
- [3.0.7](#307)
5253
- [3.0.6](#306)
5354

55+
## 3.39.0
56+
57+
### Added
58+
- Support Azure Functions with Java 11 runtime(Preview)
59+
- Support authentication with Azure CLI credentials
60+
61+
### Changed
62+
- Show Apache Spark on Cosmos node by default no matter whether there are SoC clusters under user's subscription or not
63+
- Remove Docker Host in Azure Explorer
64+
65+
### Fixed
66+
- Fix Spark history server link broken for Azure Synapse issue
67+
- [#3712](https://github.com/microsoft/azure-tools-for-java/issues/3712) Fixes NPE while refreshing Azure node
68+
- [#4449](https://github.com/microsoft/azure-tools-for-java/issues/4449) Fixes NPE while parsing Function bindings
69+
- [#2226](https://github.com/microsoft/azure-tools-for-java/issues/2226) Fixes AuthException for no subscrition account
70+
- [#4102](https://github.com/microsoft/azure-tools-for-java/issues/4102) Fixes Exception when app service run process is terminated
71+
- [#4389](https://github.com/microsoft/azure-tools-for-java/issues/4389) Fixes check box UI issue when create function project
72+
- [#4307](https://github.com/microsoft/azure-tools-for-java/issues/4307) Selecting wrong module automatically when adding function run configuration for gradle function project
73+
5474
## 3.38.0
5575

5676
### Added

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

Lines changed: 30 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,29 +24,44 @@
2424
<change-notes>
2525
<![CDATA[
2626
<html>
27-
<h3>3.38.0</h3>
27+
<h3>3.39.0</h3>
2828
<h4>Added</h4>
2929
<ul>
30-
<li>Support create application insights connection while creating new function app</li>
30+
<li>Support Azure Functions with Java 11 runtime(Preview)</li>
31+
<li>Support authentication with Azure CLI credentials</li>
3132
</ul>
3233
<h4>Changed</h4>
3334
<ul>
34-
<li>Deprecate Docker Host(will be removed in v3.39.0)</li>
35+
<li>Show Apache Spark on Cosmos node by default no matter whether there are SoC clusters under user's subscription or not</li>
36+
<li>Remove Docker Host in Azure Explorer</li>
3537
</ul>
3638
<h4>Fixed</h4>
3739
<ul>
38-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4423">#4423</a> Spark local run mockfs issue
39-
with Hive support enabled</li>
40-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4410">#4410</a> The context menu
41-
<code>Submit Spark Application</code> action regression issue at IDEA 2020.1</li>
42-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4419">#4419</a> The run configuration Spark
43-
config table changes didn't take effects regression</li>
44-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4413">#4413</a> The regression issue of Spark
45-
local console with Scala plugin 2020.1.36</li>
46-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4422">#4422</a> Fixes
47-
<code>ConcurrentModificationException</code> while refreshing spring cloud clusters</li>
48-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4438">#4438</a> Fixes modality state issue
49-
when open what's new document</li>
40+
<li>Fix Spark history server link broken for Azure Synapse issue</li>
41+
<li>
42+
<a href="https://github.com/microsoft/azure-tools-for-java/issues/3712">#3712</a>
43+
Fixes NPE while refreshing Azure node
44+
</li>
45+
<li>
46+
<a href="https://github.com/microsoft/azure-tools-for-java/issues/4449">#4449</a>
47+
Fixes NPE while parsing Function bindings
48+
</li>
49+
<li>
50+
<a href="https://github.com/microsoft/azure-tools-for-java/issues/2226">#2226</a>
51+
Fixes AuthException for no subscrition account
52+
</li>
53+
<li>
54+
<a href="https://github.com/microsoft/azure-tools-for-java/issues/4102">#4102</a>
55+
Fixes Exception when app service run process is terminated
56+
</li>
57+
<li>
58+
<a href="https://github.com/microsoft/azure-tools-for-java/issues/4389">#4389</a>
59+
Fixes check box UI issue when create function project
60+
</li>
61+
<li>
62+
<a href="https://github.com/microsoft/azure-tools-for-java/issues/4307">#4307</a>
63+
Selecting wrong module automatically when adding function run configuration for gradle function project
64+
</li>
5065
</ul>
5166
<p>You may get the full change log <a
5267
href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>

PluginsAndFeatures/azure-toolkit-for-intellij/resources/whatsnew/whatsnew.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@
55
**log streaming for Azure App Service**.
66

77
## 3.39.0(Current Release)
8-
Azure toolkit add new support on [Azure Synapse](https://docs.microsoft.com/en-us/azure/synapse-analytics/spark/intellij
9-
-tool-synapse) now! The following features are waiting to be discovered.
8+
9+
[Azure CLI](https://docs.microsoft.com/cli/azure/) is supported as a sign in option. You can now sign in with single click if you have already signed in with Azure CLI.
10+
11+
![azure-cli-auth](https://user-images.githubusercontent.com/12445236/86110888-b1734a00-baf8-11ea-9d12-6bffef0d6823.gif)
12+
13+
Besides, Azure toolkit add new support on [Azure Synapse](https://docs.microsoft.com/en-us/azure/synapse-analytics/spark/intellij-tool-synapse) now! The following features are waiting to be discovered.
1014
- Monitor Spark batch job on Spark history server UI and Spark job details UI
1115

1216
![monitor-spark-batch-job](https://user-images.githubusercontent.com/32627233/86082318-0ba8e680-baca-11ea-97db-bfdb21c33310.gif)
@@ -15,6 +19,24 @@ Azure toolkit add new support on [Azure Synapse](https://docs.microsoft.com/en-u
1519

1620
![spark-interactive-console](https://user-images.githubusercontent.com/32627233/84374160-319c4300-ac10-11ea-902a-f98dec9d6f99.gif)
1721

22+
### Added
23+
- Support Azure Functions with Java 11 runtime(Preview)
24+
- Support authentication with Azure CLI credentials
25+
26+
### Changed
27+
- Show Apache Spark on Cosmos node by default no matter whether there are SoC clusters under user's subscription or not
28+
- Remove Docker Host in Azure Explorer
29+
30+
### Fixed
31+
- Fix Spark history server link broken for Azure Synapse issue
32+
- [#3712](https://github.com/microsoft/azure-tools-for-java/issues/3712) Fixes NPE while refreshing Azure node
33+
- [#4449](https://github.com/microsoft/azure-tools-for-java/issues/4449) Fixes NPE while parsing Function bindings
34+
- [#2226](https://github.com/microsoft/azure-tools-for-java/issues/2226) Fixes AuthException for no subscrition account
35+
- [#4102](https://github.com/microsoft/azure-tools-for-java/issues/4102) Fixes Exception when app service run process is terminated
36+
- [#4389](https://github.com/microsoft/azure-tools-for-java/issues/4389) Fixes check box UI issue when create function project
37+
- [#4307](https://github.com/microsoft/azure-tools-for-java/issues/4307) Selecting wrong module automatically when adding function run configuration for gradle function project
38+
39+
1840
## 3.38.0
1941
We are proud to announce the support for [Azure Synapse](https://docs.microsoft.com/en-us/azure/synapse-analytics/spark/intellij-tool-synapse) in Azure toolkit! The following features are waiting to be discovered.
2042
- List Azure Synapse workspaces and Apache Spark pools

0 commit comments

Comments
 (0)