Skip to content

Commit 55d889d

Browse files
update changelog.
1 parent ac58f9f commit 55d889d

File tree

4 files changed

+60
-14
lines changed

4 files changed

+60
-14
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in this file.
44

55
- [Change Log](#change-log)
6-
- [3.64.0](#3630)
6+
- [3.65.0](#3650)
7+
- [3.64.0](#3640)
78
- [3.63.0](#3630)
89
- [3.62.0](#3620)
910
- [3.61.1](#3611)
@@ -83,6 +84,25 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
8384
- [3.0.7](#307)
8485
- [3.0.6](#306)
8586

87+
## 3.65.0
88+
### Added
89+
- New "Provide feedback" experience.
90+
- New Azure service support: Azure Application Insights
91+
- direct resource management in Azure Explorer.
92+
- resource connection from both local projects and Azure computing services.
93+
- Enhanced Azure Spring Apps support:
94+
- 0.5Gi memory and 0.5vCPU for all pricing tiers.
95+
- Enterprise tier.
96+
- Double clicking on leaf resource nodes in Azure Explorer will open the resource's properties editor or its portal page if it has no properties editor.
97+
98+
### Changed
99+
- The default titles (i.e. "Azure") of error notifications are removed to make notification more compact.
100+
101+
### Fixed
102+
- Log/notification contains message related to deployment even if user is only creating a spring app.
103+
- Display of Azure Explorer get messed up sometimes after restarting IDE.
104+
-[#6634](https://github.com/microsoft/azure-tools-for-java/issues/6634): ArrayIndexOutOfBoundsException when initializing Azure Explorer.
105+
86106
## 3.64.0
87107
### Added
88108
- Azure Explorer: add `Resource Groups` root node to enable "app-centric" resource management.
Loading

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
1-
<!-- Version: 3.64.0 -->
1+
<!-- Version: 3.65.0 -->
22
# What's new in Azure Toolkit for IntelliJ
3+
## 3.65.0
4+
### Added
5+
- New "Provide feedback" experience.
6+
<img src="whatsnew.assets/202205.providefeedback.png" alt="screenshot of 'provide feedback'" width="500"/>
7+
- New Azure service support: Azure Application Insights
8+
- direct resource management in Azure Explorer.
9+
- resource connection from both local projects and Azure computing services.
10+
- Enhanced Azure Spring Apps support:
11+
- 0.5Gi memory and 0.5vCPU for all pricing tiers.
12+
- Enterprise tier.
13+
- Double clicking on leaf resource nodes in Azure Explorer will open the resource's properties editor or its portal page if it has no properties editor.
14+
15+
### Changed
16+
- The default titles (i.e. "Azure") of error notifications are removed to make notification more compact.
17+
18+
### Fixed
19+
- Log/notification contains message related to deployment even if user is only creating a spring app.
20+
- Display of Azure Explorer get messed up sometimes after restarting IDE.
21+
- [#6634](https://github.com/microsoft/azure-tools-for-java/issues/6634): ArrayIndexOutOfBoundsException when initializing Azure Explorer.
322

423
## 3.64.0
524
### Added

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

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,27 +25,34 @@
2525
<change-notes>
2626
<![CDATA[
2727
<html>
28-
<h3>3.64.0</h3>
28+
<h3>3.65.0</h3>
2929
<h4>Added</h4>
3030
<ul>
31+
<li>New "Provide feedback" experience.</li>
32+
<li>New Azure service support: Azure Application Insights
33+
<ul>
34+
<li>direct resource management in Azure Explorer.</li>
35+
<li>resource connection from both local projects and Azure computing services.</li>
36+
</ul>
37+
</li>
38+
<li>Enhanced Azure Spring Apps support:
39+
<ul>
40+
<li>0.5Gi memory and 0.5vCPU for all pricing tiers.</li>
41+
<li>Enterprise tier.</li>
42+
</ul>
43+
</li>
44+
<li>Double clicking on leaf resource nodes in Azure Explorer will open the resource's properties editor or its portal page if it has no properties editor.</li>
3145
<li>Azure Explorer: add `Resource Groups` root node to enable "app-centric" resource management.</li>
3246
</ul>
3347
<h4>Changed</h4>
3448
<ul>
35-
<li>`Resource Management` (ARM) in Azure Explorer is migrated to `Resource Groups`: Azure Resource Management deployments are
36-
reorganized from `Azure/Resource Management/{resource_group}/` to `Azure/Resource Groups/{resource_group}/Deployments/`.</li>
37-
<li>Rename `Azure Spring Cloud` to `Azure Spring Apps`.</li>
38-
<li>Improve stability/reliability of Authentication.</li>
49+
<li>The default titles (i.e. "Azure") of error notifications are removed to make notification more compact.</li>
3950
</ul>
4051
<h4>Fixed</h4>
4152
<ul>
42-
<li>All level of CVE issues until now.</li>
43-
<li>Action `Access Test Endpoint` is missing from context menu of Azure Spring app.</li>
44-
<li>`Test Endpoint` entry is missing properties view of Azure Spring app.</li>
45-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6590">#6590</a>: ClassCastException when get Azure Functions configuration</li>
46-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6585">#6585</a>: ClassCastException when create application insights in Azure setting panel</li>
47-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6569">#6569</a>: Uncaught Exception: Illegal char &lt;:&gt; at func path</li>
48-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6568">#6568</a>: Uncaught Exception com.intellij.serviceContainer.AlreadyDisposedException: Already disposed</li>
53+
<li>Log/notification contains message related to deployment even if user is only creating a spring app.</li>
54+
<li>Display of Azure Explorer get messed up sometimes after restarting IDE.</li>
55+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6634">#6634</a>: ArrayIndexOutOfBoundsException when initializing Azure Explorer.</li>
4956
</ul>
5057
<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>
5158
</html>

0 commit comments

Comments
 (0)