-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update release note and bump version for hot fix (#4094)
- Loading branch information
Showing
2 changed files
with
7 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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[ | ||
|
@@ -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> | ||
|