Skip to content

Commit c1df4b6

Browse files
authored
Release note for intellij toolkit 3.28.0 (#3651)
* Add release note for intellij toolkit 3.28.0 * Update release note for HDInsight
1 parent 3792861 commit c1df4b6

File tree

2 files changed

+30
-9
lines changed

2 files changed

+30
-9
lines changed

CHANGELOG.md

Lines changed: 14 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.28.0](#3280)
67
- [3.27.0](#3270)
78
- [3.26.0](#3260)
89
- [3.25.0](#3250)
@@ -39,6 +40,19 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
3940
- [3.0.7](#307)
4041
- [3.0.6](#306)
4142

43+
## 3.28.0
44+
45+
### Changed
46+
- HDInsight emulator function is removed
47+
- Upgrade Azure SDK dependencies to most new versions
48+
49+
### Fixed
50+
- [#3534](https://github.com/microsoft/azure-tools-for-java/issues/3534) Fix errors when starting Spark interactive console
51+
- [#3552](https://github.com/microsoft/azure-tools-for-java/issues/3552) Fix Spark remote debugging regresion
52+
- [#3641](https://github.com/microsoft/azure-tools-for-java/issues/3641) Fix NPE error in customer survey dialog
53+
- [#3642](https://github.com/microsoft/azure-tools-for-java/issues/3642) Fix Not Found error when HDInsight refreshing
54+
- [#3643](https://github.com/microsoft/azure-tools-for-java/issues/3643) Fix errors when create service principals
55+
4256
## 3.27.0
4357

4458
### Fixed

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

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,24 @@
2020
<change-notes>
2121
<![CDATA[
2222
<html>
23-
<h3>3.27.0</h3>
23+
<h3>3.28.0</h3>
24+
<h4>Changed</h4>
25+
<ul>
26+
<li>HDInsight emulator function is removed</li>
27+
<li>Upgrade Azure SDK dependencies to most new versions</li>
28+
</ul>
2429
<h4>Fixed</h4>
2530
<ul>
26-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3316">#3316</a>, <a
27-
href="https://github.com/microsoft/azure-tools-for-java/issues/3322">#3322</a>, <a
28-
href="https://github.com/microsoft/azure-tools-for-java/issues/3334">#3334</a>, <a
29-
href="https://github.com/microsoft/azure-tools-for-java/issues/3337">#3337</a>, <a
30-
href="https://github.com/microsoft/azure-tools-for-java/issues/3339">#3339</a>, <a
31-
href="https://github.com/microsoft/azure-tools-for-java/issues/3346">#3346</a>, <a
32-
href="https://github.com/microsoft/azure-tools-for-java/issues/3385">#3385</a>, <a
33-
href="https://github.com/microsoft/azure-tools-for-java/issues/3387">#3387</a> Fix Accessibility issues</li>
31+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3534">#3534</a> Fix errors when starting Spark
32+
interactive console</li>
33+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3552">#3552</a> Fix Spark remote debugging
34+
regresion</li>
35+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3641">#3641</a> Fix NPE error in customer
36+
survey dialog</li>
37+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3642">#3642</a> Fix Not Found error when
38+
HDInsight refreshing</li>
39+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3643">#3643</a> Fix errors when create service
40+
principals</li>
3441
</ul>
3542
<p>You may get the full change log <a
3643
href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>

0 commit comments

Comments
 (0)