Skip to content

Commit 136b81b

Browse files
update changelog
1 parent 13b4427 commit 136b81b

File tree

5 files changed

+37
-29
lines changed

5 files changed

+37
-29
lines changed

CHANGELOG.md

Lines changed: 12 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.79.0](#3790)
67
- [3.78.1](#3781)
78
- [3.78.0](#3780)
89
- [3.77.0](#3770)
@@ -99,6 +100,17 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
99100
- [3.0.7](#307)
100101
- [3.0.6](#306)
101102

103+
## 3.79.0
104+
### Added
105+
- Support for creating Azure Spring apps/services of Enterprise/Standard/Basic tier in IDE.
106+
- Support for managing deployment target services directly in Project Explorer.
107+
108+
### Fixed
109+
- status shows inactive after creating/refreshing spring app.
110+
- error may occur when importing document into SQL container.
111+
- error may occur when connecting to the storage emulator and running locally.
112+
- error may occur when deploy function app.
113+
102114
## 3.78.1
103115
### Fixed
104116
- Fix: error pops when starting/stopping/restarting spring app.
Loading
Loading

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

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

4+
## 3.79.0
5+
### Added
6+
- Support for creating Azure Spring apps/services of Enterprise/Standard/Basic tier in IDE.
7+
<img alt="create spring apps" src="https://raw.githubusercontent.com/microsoft/azure-tools-for-java/endgame-202307/PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.assets/202307.create-spring-apps.png" width="500"/>
8+
- Support for managing deployment target services directly in Project Explorer.
9+
<img alt="deployment targets" src="https://raw.githubusercontent.com/microsoft/azure-tools-for-java/endgame-202307/PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.assets/202307.deployment-targets.png" width="600"/>
10+
11+
### Fixed
12+
- status shows inactive after creating/refreshing spring app.
13+
- error may occur when importing document into SQL container.
14+
- error may occur when connecting to the storage emulator and running locally.
15+
- error may occur when deploy function app.
16+
417
## 3.78.0
518
### Added
619
- New UX for Azure resource connections in IntelliJ project view

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

Lines changed: 12 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -27,35 +27,18 @@
2727
<change-notes>
2828
<![CDATA[
2929
<html>
30-
<h3>3.78.1</h3>
31-
<h4 id="fixed">Fixed</h4>
32-
<ul>
33-
<li>Fix: error pops when starting/stopping/restarting spring app.</li>
34-
<li>Fix: error pops when deleting cosmos db document.</li>
35-
<li>Fix: updating firewall rules in sql database&#39;s properties editor view doesn&#39;t work.</li>
36-
</ul>
37-
<h3>3.78.0</h3>
38-
<h4>Added</h4>
39-
<ul>
40-
<li>New UX for Azure resource connections in IntelliJ project view<ul>
41-
<li>Support list/add/remove Azure resource connections in project explorer</li>
42-
<li>Support edit environment variables for Azure resource connections</li>
43-
<li>Support manage connected Azure resources in project explorer</li>
44-
</ul>
45-
</li>
46-
<li>Support IntelliJ 2023.2 EAP</li>
47-
</ul>
48-
<h4>Fixed</h4>
49-
<ul>
50-
<li>Fix: System environment variables may be missed during function run/deployment</li>
51-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/7651">#7651</a>: Uncaught Exception
52-
DeployFunctionAppAction#update, check if project is a valid function project.</li>
53-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/7653">#7653</a>: Uncaught Exception
54-
com.intellij.diagnostic.PluginException: No display name is specified for configurable
55-
com.microsoft.intellij.AzureConfigurable in xml file.</li>
56-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/7619">#7619</a>: Uncaught Exception Uncaught
57-
Exception java.lang.IllegalArgumentException: invalid arguments id/nameId.</li>
58-
</ul>
30+
<h3 id="added">Added</h3>
31+
<ul>
32+
<li>Support for creating Azure Spring apps/services of Enterprise/Standard/Basic tier in IDE. </li>
33+
<li>Support for managing deployment target services directly in Project Explorer. </li>
34+
</ul>
35+
<h3 id="fixed">Fixed</h3>
36+
<ul>
37+
<li>status shows inactive after creating/refreshing spring app.</li>
38+
<li>error may occur when importing document into SQL container.</li>
39+
<li>error may occur when connecting to the storage emulator and running locally.</li>
40+
<li>error may occur when deploy function app.</li>
41+
</ul>
5942
<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>
6043
</html>
6144
]]>

0 commit comments

Comments
 (0)