Skip to content

Commit

Permalink
Update release note and bump version for hot fix (#4094)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flanker32 authored Mar 6, 2020
1 parent 3483114 commit c34f2a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 27 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in this file.

- [Change Log](#change-log)
- [3.33.1](#3331)
- [3.33.0](#3330)
- [3.32.0](#3320)
- [3.31.0](#3310)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin url="https://github.com/Microsoft/azure-tools-for-java">
<id>com.microsoft.tooling.msservices.intellij.azure</id>
<name>Azure Toolkit for IntelliJ</name>
<version>3.33.0</version>
<version>3.33.1</version>
<vendor email="[email protected]" url="http://www.microsoft.com">Microsoft</vendor>

<description><![CDATA[
Expand All @@ -20,34 +20,13 @@
<change-notes>
<![CDATA[
<html>
<h3>3.32.0</h3>
<h4>Added</h4>
<ul>
<li>Support upload artifact to ADLS Gen1 storage for Spark on Cosmos Spark Pool</li>
<li>Detect authentication type automatically when user types cluster name and lost focus when link an HDInsight
cluster</li>
<li>Fetch more Livy logs when submit Spark job to HDInsight cluster failed</li>
<li>Add background task indicator to improve user experience</li>
<li>Support virtual file system on ADLS Gen2 storage for HDInsight Spark cluster and Synapse Spark pool</li>
</ul>
<h4>Changed</h4>
<ul>
<li>Seperator for multiple referenced jars and referenced files is changed from semicolon to space in Spark batch
job configuration</li>
<li>"Continue Anyway" is changed to "Cancel submit" in "Change configuration settings" dialog when validation check
failed for spark batch job</li>
<li>The behavior of "Rerun" button action for Spark batch job is changed from re-run with current selected
configuration to re-run with previous job configuration</li>
</ul>
<h3>3.33.1</h3>
<h4>Fixed</h4>
<ul>
<li><a href="https://github.com/microsoft/azure-tools-for-java/pull/3935">#3935</a> Clean up HDInsight clusters from
cache when user signs out</li>
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/3887">#3887</a>, <a
href="https://github.com/microsoft/azure-tools-for-java/pull/4023">#4023</a> Fix uncaught StackOverflowError
reported by user</li>
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4045">#4045</a> Fix uncaught
NullPointerException reported by user</li>
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4061">#4061</a> The error of Spark job remote
debugging</li>
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4079">#4079</a> The regression of Spark
console can not start</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

0 comments on commit c34f2a7

Please sign in to comment.