Skip to content

Commit a042cba

Browse files
committed
Update change log for v3.51.0
1 parent d70c0fc commit a042cba

File tree

3 files changed

+62
-6
lines changed

3 files changed

+62
-6
lines changed

CHANGELOG.md

Lines changed: 16 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.51.0](#3510)
67
- [3.50.0](#3500)
78
- [3.49.0](#3490)
89
- [3.48.0](#3480)
@@ -65,6 +66,21 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
6566
- [3.0.7](#307)
6667
- [3.0.6](#306)
6768

69+
## 3.51.0
70+
### Added
71+
- Add support for IntelliJ 2021.1 EAP
72+
- Add Azure SDK reference book for spring
73+
74+
### Changed
75+
- Improve resource list performance with cache and preload
76+
77+
### Fixed
78+
- [#5008](https://github.com/microsoft/azure-tools-for-java/issues/5008) IndexOutOfBoundsException while create MySQL connection
79+
- [PR #4987](https://github.com/microsoft/azure-tools-for-java/pull/4987) InvalidParameterException occurs when close a streaming log
80+
- [PR #4987](https://github.com/microsoft/azure-tools-for-java/pull/4987) Failed when select file to deploy to Azure Web App
81+
- [PR #5014](https://github.com/microsoft/azure-tools-for-java/pull/5014) Failed to create MySQL instance as resource provider is not registered
82+
- [PR #5055](https://github.com/microsoft/azure-tools-for-java/pull/5055) Can't deploy to Azure Web App when there is "Connect Azure Resource" in before launch
83+
6884
## 3.50.0
6985

7086
### Added

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

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,38 @@
2525
<change-notes>
2626
<![CDATA[
2727
<html>
28-
<h3>3.50.1</h3>
29-
<h4>Fixes</h4>
28+
<h3>3.51.0</h3>
29+
<h4>Added</h4>
3030
<ul>
31-
<li>Fixes: Can't deploy to Azure Web App when there is "Connect Azure Resource" in before launch</li>
32-
<li>Fixes: InvalidParameterException occurs when close a streaming log</li>
33-
<li>Fixes: Failed when select file to deploy to Azure Web App</li>
34-
<li>Fixes: Failed to create MySQL instance as resource provider is not registered</li>
31+
<li>Add support for IntelliJ 2021.1 EAP</li>
32+
<li>Add Azure SDK reference book for spring</li>
33+
</ul>
34+
<h4>Changed</h4>
35+
<ul>
36+
<li>Improve resource list performance with cache and preload</li>
37+
</ul>
38+
<h4>Fixed</h4>
39+
<ul>
40+
<li>
41+
<a href="https://github.com/microsoft/azure-tools-for-java/issues/5008">#5008</a>
42+
IndexOutOfBoundsException while create MySQL connection
43+
</li>
44+
<li>
45+
<a href="https://github.com/microsoft/azure-tools-for-java/pull/4987">PR #4987</a>
46+
InvalidParameterException occurs when close a streaming log
47+
</li>
48+
<li>
49+
<a href="https://github.com/microsoft/azure-tools-for-java/pull/4987">PR #4987</a>
50+
Failed when select file to deploy to Azure Web App
51+
</li>
52+
<li>
53+
<a href="https://github.com/microsoft/azure-tools-for-java/pull/5014">PR #5014</a>
54+
Failed to create MySQL instance as resource provider is not registered
55+
</li>
56+
<li>
57+
<a href="https://github.com/microsoft/azure-tools-for-java/pull/5055">PR #5055</a>
58+
Can't deploy to Azure Web App when there is "Connect Azure Resource" in before launch
59+
</li>
3560
</ul>
3661
<p>You may get the full change log <a
3762
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
<!-- Version: 3.50.0 -->
22
# What's new in Azure Toolkit for IntelliJ
33

4+
## 3.51.0
5+
### Added
6+
- Add support for IntelliJ 2021.1 EAP
7+
- Add Azure SDK reference book for spring
8+
9+
### Changed
10+
- Improve resource list performance with cache and preload
11+
12+
### Fixed
13+
- [#5008](https://github.com/microsoft/azure-tools-for-java/issues/5008) IndexOutOfBoundsException while create MySQL connection
14+
- [PR #4987](https://github.com/microsoft/azure-tools-for-java/pull/4987) InvalidParameterException occurs when close a streaming log
15+
- [PR #4987](https://github.com/microsoft/azure-tools-for-java/pull/4987) Failed when select file to deploy to Azure Web App
16+
- [PR #5014](https://github.com/microsoft/azure-tools-for-java/pull/5014) Failed to create MySQL instance as resource provider is not registered
17+
- [PR #5055](https://github.com/microsoft/azure-tools-for-java/pull/5055) Can't deploy to Azure Web App when there is "Connect Azure Resource" in before launch
18+
419
## 3.50.0
520

621
### Added

0 commit comments

Comments
 (0)