Skip to content

Commit 1f3a707

Browse files
authored
Merge pull request #6012 from microsoft/update-release-notes
Add release notes for IntelliJ Toolkit v3.58.0
2 parents 1b112f3 + a651aea commit 1f3a707

File tree

3 files changed

+59
-171
lines changed

3 files changed

+59
-171
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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.58.0](#3580)
7+
- [3.57.1](#3571)
68
- [3.57.0](#3570)
79
- [3.56.0](#3560)
810
- [3.55.0](#3550)
@@ -72,6 +74,25 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
7274
- [3.0.7](#307)
7375
- [3.0.6](#306)
7476

77+
## 3.58.0
78+
### Added
79+
- Add support for Azure AD (Preview)
80+
- Register Azure AD application
81+
- View Azure AD application templates
82+
- Support connect to Azure Redis for spring boot project
83+
84+
### Changed
85+
- Remove outdated spring cloud dependency management
86+
87+
### Fixed
88+
- [#5923](https://github.com/microsoft/azure-tools-for-java/pull/5923) Fix bug: ADLA accounts can't be listed in Spark on Cosmos subscription issue
89+
- [#5968](https://github.com/microsoft/azure-tools-for-java/pull/5968) Fix bug: HDInsight project wizard accessibility issue
90+
- [#5996](https://github.com/microsoft/azure-tools-for-java/pull/5996) Fix bug: Config not applied when starting livy interactive console
91+
92+
## 3.57.1
93+
### Fixed
94+
- [#5888](https://github.com/microsoft/azure-tools-for-java/issues/5888) Fix bug: Conflicting component name 'RunManager'
95+
7596
## 3.57.0
7697
### Added
7798
- Support connect to Azure Storage account for spring boot project

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

Lines changed: 26 additions & 159 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
1-
<!-- Version: 3.57.0 -->
1+
<!-- Version: 3.58.0 -->
22
# What's new in Azure Toolkit for IntelliJ
33

4+
## 3.58.0
5+
We are pround to annouce the support for Azure AD in Azure Toolkit for IntelliJ! You may create your Azure AD application in IntelliJ and view the AD application templates as well as correspond code snippets. All the features could be founded in menu `Tools` -> `Azure`
6+
7+
<img src="https://user-images.githubusercontent.com/12445236/139086423-8e6257f6-ae4b-4250-8347-8fba2b3cd077.png" alt="Register Azure AD Application" width="600"/>
8+
9+
<img src="https://user-images.githubusercontent.com/12445236/139086065-e4ff319a-f974-4c1c-bd47-e4768f531f76.png" alt="Azure AD Application Templates" width="600"/>
10+
11+
### Added
12+
- Add support for Azure AD (Preview)
13+
- Register Azure AD application
14+
- View Azure AD application templates
15+
- Support connect to Azure Redis for spring boot project
16+
17+
### Changed
18+
- Remove outdated spring cloud dependency management
19+
20+
### Fixed
21+
- [#5923](https://github.com/microsoft/azure-tools-for-java/pull/5923) Fix bug: ADLA accounts can't be listed in Spark on Cosmos subscription issue
22+
- [#5968](https://github.com/microsoft/azure-tools-for-java/pull/5968) Fix bug: HDInsight project wizard accessibility issue
23+
- [#5996](https://github.com/microsoft/azure-tools-for-java/pull/5996) Fix bug: Config not applied when starting livy interactive console
24+
25+
## 3.57.1
26+
### Fixed
27+
- [#5888](https://github.com/microsoft/azure-tools-for-java/issues/5888) Fix bug: Conflicting component name 'RunManager'
28+
429
## 3.57.0
530
### Added
631
- Support connect to Azure Storage account for spring boot project
@@ -146,164 +171,6 @@
146171
- Update the status text on progress indicator.
147172
- Update context menu icons in Azure Explorer.
148173

149-
## 3.48.0
150-
151-
### Changed
152-
- Update icons in Azure toolkits
153-
- Update Tomcat base images
154-
- Using non-blocking UI to replace blocking progress indicator
155-
- Remove non-functional "cancel" buttons in foreground operations
156-
157-
## 3.47.0
158-
159-
### Added
160-
<img src="https://user-images.githubusercontent.com/19339116/102885897-15b30d00-448f-11eb-9733-ecbf77ee9760.gif" width="840" height="525" />
161-
162-
- Add Azure Database for MySQL support in Azure Toolkits
163-
- Manage Azure Database for MySQL instance (create/start/stop/restart/configure/show properties)
164-
- Configure Azure Database for MySQL to allow access it from azure services and local PC
165-
- Show sample of JDBC connection strings on Azure Database for MySQL
166-
- Open and connect to Azure Database for MySQL server by Intellij database tools
167-
- Add Stacktrace filter in Spark console
168-
- Enable speed search in subscription table
169-
- Enable speed search in Azure explorer tree
170-
171-
### Changed
172-
- Upgrade Azure Blob batch SDK to 12.7.0
173-
- Enhance App Service file explorer in Azure explorer
174-
175-
### Fixed
176-
- [#4801](https://github.com/microsoft/azure-tools-for-java/issues/4801) Spark tools library serializer potential issues
177-
- [#4808](https://github.com/microsoft/azure-tools-for-java/issues/4808) Fixes unable to attach function host while running functions
178-
- [#4814](https://github.com/microsoft/azure-tools-for-java/issues/4814) Spark livy console staring being blocked by artifacts uploading failure
179-
- [#4823](https://github.com/microsoft/azure-tools-for-java/issues/4823) Compiling warnings of ConfigurationFactory.getId being deprecated
180-
- [#4827](https://github.com/microsoft/azure-tools-for-java/issues/4827) Fix HDInsight cluster can't link non-cluster-default Azure Blob storage account issue
181-
- [#4829](https://github.com/microsoft/azure-tools-for-java/issues/4829) UI hang issue with changing Spark Synapse run configuration ADLS Gen2 storage key settings
182-
183-
## 3.46.0
184-
185-
### Added
186-
- Support IntelliJ 2020.3 RC
187-
188-
### Changed
189-
- Refactor error handling, unify the error notifications
190-
191-
### Fixed
192-
- [#4764](https://github.com/microsoft/azure-tools-for-java/pull/4764) Fixes HDInsights clusters of all subscriptions(instead of the selected subscription) is listed
193-
- [#4766](https://github.com/microsoft/azure-tools-for-java/pull/4766) Fixes duplicate before run task for Spring Cloud deployment run configuration
194-
- [#4784](https://github.com/microsoft/azure-tools-for-java/pull/4784) Fixes failed to auth with Azure CLI with multi Azure environment enabled
195-
196-
197-
## 3.45.1
198-
### Fixed
199-
- [#4765](https://github.com/microsoft/azure-tools-for-java/pull/4765) Fixes no before run tasks when deploy Spring Cloud app in project menu
200-
201-
202-
## 3.45.0
203-
Flight recorder support was added in the latest Azure Toolkit for IntelliJ v3.45.0! You may monitor your online app
204-
service in Azure explorer with single click and analyze the report with [Zulu Mission Control](https://www.azul.com/products/zulu-mission-control/) or IntelliJ (requires 2020.2 above Ultimate).
205-
206-
<img src="https://user-images.githubusercontent.com/12445236/98444079-b0a79000-214a-11eb-8015-51cd2a05a1c1.gif" width="800" height="600" />
207-
208-
Besides, file explorer is also added to Azure explorer, you could view and manage your files and logs in app service
209-
with this new feature.
210-
211-
![File Explorer](https://user-images.githubusercontent.com/12445236/98444253-93bf8c80-214b-11eb-8759-8176b520d515.png)
212-
213-
For all the updates and fixes in this release, please refer the release notes below.
214-
215-
### Added
216-
- Add file explorer for Web App and Function App in Azure explorer
217-
- Support flight recorder for Web App
218-
219-
### Changed
220-
- New creation wizard for Function App with basic and advanced mode
221-
- More monitoring configuration in Web App/Function App creation wizard
222-
- Update template for function project
223-
224-
### Fixed
225-
- [#4703](https://github.com/microsoft/azure-tools-for-java/pull/4703) Fix NPE issue in Function creation/deployment
226-
- [#4707](https://github.com/microsoft/azure-tools-for-java/pull/4707) Enhace error handling for azure cli token expires
227-
- [#4710](https://github.com/microsoft/azure-tools-for-java/pull/4710) Register service provider for insights before get insights client
228-
229-
## 3.44.0
230-
We are proud to announce the support for JBoss in IntelliJ Toolkit! You can now create JBoss Linux app service with totally new resource creation experience. You may create Web App more easily in the simple mode, while you could still set all the parameters in advance mode if necessary.
231-
232-
<img src="https://user-images.githubusercontent.com/12445236/96878853-e2172f00-14ad-11eb-99d2-05b2b61b0bb1.gif" width="800" height="600" />
233-
234-
Besides, file deploy is also added to Web App support, you could deploy your artifact directly with new entrance in Azure explorer.
235-
236-
<img src="https://user-images.githubusercontent.com/12445236/96880775-29062400-14b0-11eb-8fee-523fe164c333.png" width="700" height="600" />
237-
238-
For all the updates and fixes in this release, please refer the release notes below.
239-
240-
### Added
241-
- Support new runtime JBOSS 7.2 for Linux Web App
242-
- Support Gradle projects for Web App and Spring Cloud
243-
- Support file deploy for Web App
244-
245-
### Changed
246-
- New creation wizard for Web App with basic and advanced mode
247-
248-
### Fixed
249-
- [#2975](https://github.com/microsoft/azure-tools-for-java/issues/2975) ,[#4600](https://github.com/microsoft/azure-tools-for-java/issues/4600) ,[#4605](https://github.com/microsoft/azure-tools-for-java/issues/4605), [#4544](https://github.com/microsoft/azure-tools-for-java/issues/4544) Enhance error handling for network issues
250-
- [#4545](https://github.com/microsoft/azure-tools-for-java/issues/4545), [#4566](https://github.com/microsoft/azure-tools-for-java/issues/4566) Unhandled ProcessCanceledException while start up
251-
- [#4530](https://github.com/microsoft/azure-tools-for-java/issues/4530) Unhandled exception in whats new document
252-
- [#4591](https://github.com/microsoft/azure-tools-for-java/issues/4591) ,[#4599](https://github.com/microsoft/azure-tools-for-java/issues/4599) Fix Spring Cloud deployment error handling
253-
- [#4558](https://github.com/microsoft/azure-tools-for-java/pull/4604) Unhandled exception in device login
254-
255-
256-
## 3.43.0
257-
258-
### Added
259-
- Support SSH into Linux web app
260-
261-
### Changed
262-
- Update Spring Cloud dependency constraint rule for spring-cloud-starter-azure-spring-cloud-client
263-
264-
### Fixed
265-
- [#4555](https://github.com/microsoft/azure-tools-for-java/issues/4555) Azure CLI authentication does not show subscriptions for all tenants
266-
- [#4558](https://github.com/microsoft/azure-tools-for-java/issues/4558) Unhandled exception in device login
267-
- [#4560](https://github.com/microsoft/azure-tools-for-java/issues/4560) Unhandled exception while create application insights
268-
- [#4595](https://github.com/microsoft/azure-tools-for-java/pull/4595) Unhandled exception in Docker Run/Run on Web App for Containers
269-
- [#4601](https://github.com/microsoft/azure-tools-for-java/issues/4601) Fixed customized configuration are wrongly cleared after blob storage is slected for Synapse batch job issue
270-
- [#4607](https://github.com/microsoft/azure-tools-for-java/pull/4607) Fixed regression in service principal authentication
271-
272-
## 3.42.0
273-
274-
### Added
275-
- Support Custom Binding for Azure Functions
276-
277-
### Fixed
278-
- [#1110](https://github.com/microsoft/azure-maven-plugins/issues/1110) Fixes XSS issue in authentication
279-
280-
## 3.41.1
281-
282-
### Fixed
283-
- [#4576](https://github.com/microsoft/azure-tools-for-java/issues/4576) Can not list webapps in web app deployment panel
284-
285-
## 3.41.0
286-
287-
### Changed
288-
- Changed default tomcat version for app service to tomcat 9.0
289-
- Scaling Spring Cloud deployment before deploy artifacts
290-
291-
### Fixed
292-
- [#4490](https://github.com/microsoft/azure-tools-for-java/issues/4490) Fix plugin initialization exceptions while parsing configuration
293-
- [#4511](https://github.com/microsoft/azure-tools-for-java/issues/4511) Fix `AuthMethodManager` initialization issues
294-
- [#4532](https://github.com/microsoft/azure-tools-for-java/issues/4532) Fix NPE in FunctionRunState and add validation for function run time
295-
- [#4534](https://github.com/microsoft/azure-tools-for-java/pull/4534) Create temp folder as function run/deploy staging folder in case staging folder conflict
296-
- [#4552](https://github.com/microsoft/azure-tools-for-java/issues/4552) Fix thread issues while prompt tooltips for deployment slot
297-
- [#4553](https://github.com/microsoft/azure-tools-for-java/pull/4553) Fix deployment target selection issue after create new webapp
298-
299-
## 3.40.0
300-
301-
### Added
302-
- Support IntelliJ 2020.2
303-
304-
### Changed
305-
- Show non-anonymous HTTP trigger urls after function deployment
306-
307174
## Summary
308175

309176
The plugin allows Java developers to easily develop, configure, test, and deploy highly available and scalable Java web apps. It also supports Azure Synapse data engineers, Azure HDInsight developers and Apache Spark on SQL Server users to create, test and submit Apache Spark/Hadoop jobs to Azure from IntelliJ on all supported platforms.

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,26 @@
2525
<change-notes>
2626
<![CDATA[
2727
<html>
28-
<h3>3.57.0</h3>
28+
<h3>3.58.0</h3>
2929
<h4>Added</h4>
3030
<ul>
31-
<li>Support connect to Azure Storage account for spring boot project</li>
31+
<li>Add support for Azure AD (Preview)
32+
<ul>
33+
<li>Register Azure AD application</li>
34+
<li>View Azure AD application templates</li>
35+
</ul>
36+
</li>
37+
<li>Support connect to Azure Redis for spring boot project</li>
3238
</ul>
3339
<h4>Changed</h4>
3440
<ul>
35-
<li>Redesign the creation UI of VM</li>
36-
<li>Redesign the creation UI of Redis</li>
37-
<li>Show supported regions only for Redis/MySql/Sql Server/Storage account in creation dialog</li>
38-
<li>Remove JBoss 7.2 from webapp since it is deprecated</li>
39-
<li>Show intermediate status for login restore</li>
41+
<li>Remove outdated spring cloud dependency management</li>
4042
</ul>
4143
<h4>Fixed</h4>
4244
<ul>
43-
<li><a href="https://github.com/microsoft/azure-tools-for-java/pull/5857">#5857</a> Fix bug: fail to load plugin error</li>
44-
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/5761">#5761</a> Fix bug: generated funciton
45-
jar cannot be started</li>
46-
<li><a href="https://github.com/microsoft/azure-maven-plugins/pull/1781">#1781</a> Fix bug: blank Sql Server version
47-
in property view</li>
45+
<li><a href="https://github.com/microsoft/azure-tools-for-java/pull/5923">#5923</a> Fix bug: ADLA accounts can't be listed in Spark on Cosmos subscription issue</li>
46+
<li><a href="https://github.com/microsoft/azure-tools-for-java/pull/5968">#5968</a> Fix bug: HDInsight project wizard accessibility issue</li>
47+
<li><a href="https://github.com/microsoft/azure-tools-for-java/pull/5996">#5996</a> Fix bug: Config not applied when starting livy interactive console</li>
4848
</ul>
4949
<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>
5050
</html>

0 commit comments

Comments
 (0)