You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,7 @@
3
3
All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in this file.
4
4
5
5
-[Change Log](#change-log)
6
+
-[3.51.0](#3510)
6
7
-[3.50.0](#3500)
7
8
-[3.49.0](#3490)
8
9
-[3.48.0](#3480)
@@ -65,6 +66,21 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
65
66
-[3.0.7](#307)
66
67
-[3.0.6](#306)
67
68
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
Copy file name to clipboardExpand all lines: PluginsAndFeatures/azure-toolkit-for-intellij/resources/whatsnew/whatsnew.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,21 @@
1
1
<!-- Version: 3.50.0 -->
2
2
# What's new in Azure Toolkit for IntelliJ
3
3
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
0 commit comments