Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in this file.

- [Change Log](#change-log)
- [3.57.0](#3570)
- [3.56.0](#3560)
- [3.55.0](#3550)
- [3.54.0](#3540)
- [3.53.0](#3530)
Expand Down Expand Up @@ -70,6 +72,22 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
- [3.0.7](#307)
- [3.0.6](#306)

## 3.57.0
### Added
- Support connect to Azure Storage account for spring boot project

### Changed
- Redesign the creation UI of VM
- Redesign the creation UI of Redis
- Show supported regions only for Redis/MySql/Sql Server/Storage account in creation dialog
- Remove JBoss 7.2 from webapp since it is deprecated
- Show intermediate status for login restore

### Fixed
- [#5857](https://github.com/microsoft/azure-tools-for-java/pull/5857) Fix bug: fail to load plugin error
- [#5761](https://github.com/microsoft/azure-tools-for-java/issues/5761) Fix bug: generated funciton jar cannot be started
- [#1781](https://github.com/microsoft/azure-maven-plugins/pull/1781) Fix bug: blank Sql Server version in property view

Comment thread
Flanker32 marked this conversation as resolved.
## 3.56.0
### Added
- Support proxy with credential(username, password)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
<!-- Version: 3.56.0 -->
<!-- Version: 3.57.0 -->
# What's new in Azure Toolkit for IntelliJ

## 3.57.0
### Added
- Support connect to Azure Storage account for spring boot project

<img src="https://user-images.githubusercontent.com/12445236/135217488-09cbbc7a-620d-4d4b-9c91-5cbcb649dd32.png" />

<img src="https://user-images.githubusercontent.com/12445236/135217769-4a411f20-ceee-4d44-9c16-33b80a1b19bd.png" />

### Changed
- Redesign the creation UI of VM
- Redesign the creation UI of Redis
- Show supported regions only for Redis/MySql/Sql Server/Storage account in creation dialog
- Remove JBoss 7.2 from webapp since it is deprecated
- Show intermediate status for login restore

### Fixed
- [#5857](https://github.com/microsoft/azure-tools-for-java/pull/5857) Fix bug: fail to load plugin error
- [#5761](https://github.com/microsoft/azure-tools-for-java/issues/5761) Fix bug: generated funciton jar cannot be started
- [#1781](https://github.com/microsoft/azure-maven-plugins/pull/1781) Fix bug: blank Sql Server version in property view

## 3.56.0
### Added
- Support proxy with credential(username, password)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,26 @@
<change-notes>
<![CDATA[
<html>
<h3>3.56.0</h3>
<h3>3.57.0</h3>
<h4>Added</h4>
<ul>
<li>Support proxy with credential(username, password)</li>
<li>Add `Samples` link for SDK libs on Azure SDK reference book</li>
<li>Support connect to Azure Storage account for spring boot project</li>
</ul>
<h4>Changed</h4>
<ul>
<li>Fix the high failure rate problem for SSH into Linux Webapp operation</li>
<li>List all local-installed function core tools for function core tools path setting</li>
<li>Synchronize status on storage account in different views</li>
<li>Synchronize status on Azure Database for MySQL in different views</li>
<li>Synchronize status on SQL Server in different views</li>
<li>Redesign the creation UI of storage account</li>
<li>Redesign the creation UI of VM</li>
<li>Redesign the creation UI of Redis</li>
<li>Show supported regions only for Redis/MySql/Sql Server/Storage account in creation dialog</li>
<li>Remove JBoss 7.2 from webapp since it is deprecated</li>
<li>Show intermediate status for login restore</li>
</ul>
<h4>Fixed</h4>
<ul>
<li><a href="https://github.com/microsoft/azure-tools-for-java/pull/5857">#5857</a> Fix bug: fail to load plugin error</li>
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/5761">#5761</a> Fix bug: generated funciton
jar cannot be started</li>
<li><a href="https://github.com/microsoft/azure-maven-plugins/pull/1781">#1781</a> Fix bug: blank Sql Server version
in property view</li>
</ul>
<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>
</html>
Expand Down