Skip to content

Commit a811067

Browse files
authored
Merge pull request #5650 from microsoft/release-notes-3.55.1
Bump version and update release notes for IntelliJ Toolkit 3.55.1
2 parents 50a2593 + 98f401e commit a811067

File tree

4 files changed

+12
-50
lines changed

4 files changed

+12
-50
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
7070
- [3.0.7](#307)
7171
- [3.0.6](#306)
7272

73+
## 3.55.1
74+
### Added
75+
- Add support for IntelliJ 2021.2
76+
7377
## 3.55.0
7478
### Added
7579
- New Azure Resource Connector explorer for connection management

PluginsAndFeatures/azure-toolkit-for-intellij/.idea/gradle.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 3 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns:xi="http://www.w3.org/2001/XInclude">
33
<id>com.microsoft.tooling.msservices.intellij.azure</id>
44
<name>Azure Toolkit for IntelliJ</name>
5-
<version>3.55.0</version>
5+
<version>3.55.1</version>
66
<vendor email="[email protected]" url="http://www.microsoft.com">Microsoft</vendor>
77

88
<description><![CDATA[
@@ -25,57 +25,10 @@
2525
<change-notes>
2626
<![CDATA[
2727
<html>
28-
<h3>3.55.0</h3>
28+
<h3>3.55.1</h3>
2929
<h4>Added</h4>
3030
<ul>
31-
<li>New Azure Resource Connector explorer for connection management</li>
32-
<ul>
33-
<li>List all resource connections connected to project</li>
34-
<li>Create new connections between Azure resources and module in project</li>
35-
<li>Edit/Delete existing connections</li>
36-
<li>Navigate to resource properties view of an existing connection</li>
37-
</ul>
38-
<li>Support native proxy settings in IntelliJ</li>
39-
<li>
40-
Add unified
41-
<code>Open In Portal</code>
42-
support for Web App/VM/Resource Group in Azure explorer
43-
</li>
44-
</ul>
45-
<h4>Changed</h4>
46-
<ul>
47-
<li>Enhance toolkit setting panel with more configuration</li>
48-
<li>Enhance resource loading performance in Azure explorer</li>
49-
<li>Support turn off Azure SDK deprecation notification</li>
50-
<li>Support create Azure Spring Cloud app in Azure explorer</li>
51-
<li>Update Azure icons to new style</li>
52-
</ul>
53-
<h4>Fixed</h4>
54-
<ul>
55-
<li>
56-
<a href="https://github.com/microsoft/azure-tools-for-java/issues/5439">#5439</a>
57-
Fix project already disposed excpetion while loading azure sdk reference book meta data
58-
</li>
59-
<li>
60-
<a href="https://github.com/microsoft/azure-tools-for-java/pull/5437">PR#5437</a>
61-
Fix exception while edit json in service principal dialog
62-
</li>
63-
<li>
64-
<a href="https://github.com/microsoft/azure-tools-for-java/pull/5476">PR#5476</a>
65-
Fix url render issue for toolkit notification
66-
</li>
67-
<li>
68-
<a href="https://github.com/microsoft/azure-tools-for-java/pull/5535">PR#5535</a>
69-
Fix evaluate effective pom will break app service/spring cloud deployment
70-
</li>
71-
<li>
72-
<a href="https://github.com/microsoft/azure-tools-for-java/pull/5563">PR#5563</a>
73-
Fix exception: type HTTP is not compatible with address null
74-
</li>
75-
<li>
76-
<a href="https://github.com/microsoft/azure-tools-for-java/pull/5579">PR#5579</a>
77-
Fix reporting error in azure explorer before sign in
78-
</li>
31+
<li>Add support for IntelliJ 2021.2</li>
7932
</ul>
8033
<p>You may get the full change log <a href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p>
8134
</html>

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<!-- Version: 3.55.0 -->
22
# What's new in Azure Toolkit for IntelliJ
33

4+
## 3.55.1
5+
### Added
6+
- Add support for IntelliJ 2021.2
7+
48
## 3.55.0
59
### Added
610
- New Azure Resource Connector explorer for connection management

0 commit comments

Comments
 (0)