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
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t

- [Change Log](#change-log)

- [3.24.0](#3240)
- [3.23.0](#3230)
- [3.22.0](#3220)
- [3.21.1](#3211)
Expand Down Expand Up @@ -36,6 +37,27 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
- [3.0.7](#307)
- [3.0.6](#306)

## 3.24.0

### Added

- Support EAP 2019.2
- Support parameter file for Azure Resource Manager
- Integrate intelliJ virtual file system with ADLS Gen2 storage on reference text field in HDI configuration
- Show Yarn log for jobs submitted to Spark on SQL Server cluster

### Changed

- Change app service deploy method to war/jar deploy.
- Given more cluster detail when refreshing Azure explorer encounters exceptions on report dialog
- Better format JSON text of Spark serverless job detail

### Fixed
- [#3230](https://github.com/microsoft/azure-tools-for-java/issues/3230),[#3159](https://github.com/microsoft/azure-tools-for-java/issues/3159) Fix related issues for upload path refresh is not ready scenario
- [#3223](https://github.com/microsoft/azure-tools-for-java/issues/3223),[#3256](https://github.com/microsoft/azure-tools-for-java/issues/3256) Fix main class and cluster info missing on Aris configuration after reopen
- [#3190](https://github.com/microsoft/azure-tools-for-java/issues/3190),[#3234](https://github.com/microsoft/azure-tools-for-java/issues/3234) Fix Spark on Cosmos node disappear after sign in account of dogfood environment
- [#3198](https://github.com/microsoft/azure-tools-for-java/issues/3198) Fix misclassified service exception

## 3.23.0

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,33 @@
<change-notes>
<![CDATA[
<html>
<h3>3.23.0</h3>
<h3>3.24.0</h3>
<h4>Added</h4>
<ul>
<li>Support Azure Resource Manager, you can deploy and manage azure resource template with toolkit</li>
<li>Support choosing remote reference jars through folder browser button for HDI cluster with ADLS Gen2 account</li>
<li>Support EAP 2019.2</li>
<li>Support parameter file for Azure Resource Manager</li>
<li>Integrate intelliJ virtual file system with ADLS Gen2 storage on reference text field in HDI configuration</li>
<li>Show Yarn log for jobs submitted to Spark on SQL Server cluster</li>
</ul>
<h4>Changed</h4>
<ul>
<li>Optimize refreshing HDInsight clusters performance</li>
<li>Handle access related exceptions for linked reader role cluster</li>
<li>Change app service deploy method to war/jar deploy.</li>
<li>Given more cluster detail when refreshing Azure explorer encounters exceptions on report dialog</li>
<li>Better format JSON text of Spark serverless job detail</li>
</ul>
<h4>Fixed</h4>
<ul>
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3104">#3104</a> Fix linked role reader cluster issue</li>
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/2895">#2895</a> Fix unnecessarily killing finalizing or ended state job for serverless job</li>
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3230">#3230</a>,<a
href="https://github.com/microsoft/azure-tools-for-java/issues/3159">#3159</a> Fix related issues for upload
path refresh is not ready scenario</li>
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3223">#3223</a>,<a
href="https://github.com/microsoft/azure-tools-for-java/issues/3256">#3256</a> Fix main class and cluster
info missing on Aris configuration after reopen</li>
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3190">#3190</a>,<a
href="https://github.com/microsoft/azure-tools-for-java/issues/3234">#3234</a> Fix Spark on Cosmos node
disappear after sign in account of dogfood environment</li>
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3198">#3198</a> Fix misclassified service
exception</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>
Expand Down