|
24 | 24 | <change-notes> |
25 | 25 | <![CDATA[ |
26 | 26 | <html> |
27 | | - <h3>3.38.0</h3> |
| 27 | + <h3>3.39.0</h3> |
28 | 28 | <h4>Added</h4> |
29 | 29 | <ul> |
30 | | - <li>Support create application insights connection while creating new function app</li> |
| 30 | + <li>Support Azure Functions with Java 11 runtime(Preview)</li> |
| 31 | + <li>Support authentication with Azure CLI credentials</li> |
31 | 32 | </ul> |
32 | 33 | <h4>Changed</h4> |
33 | 34 | <ul> |
34 | | - <li>Deprecate Docker Host(will be removed in v3.39.0)</li> |
| 35 | + <li>Show Apache Spark on Cosmos node by default no matter whether there are SoC clusters under user's subscription or not</li> |
| 36 | + <li>Remove Docker Host in Azure Explorer</li> |
35 | 37 | </ul> |
36 | 38 | <h4>Fixed</h4> |
37 | 39 | <ul> |
38 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4423">#4423</a> Spark local run mockfs issue |
39 | | - with Hive support enabled</li> |
40 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4410">#4410</a> The context menu |
41 | | - <code>Submit Spark Application</code> action regression issue at IDEA 2020.1</li> |
42 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4419">#4419</a> The run configuration Spark |
43 | | - config table changes didn't take effects regression</li> |
44 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4413">#4413</a> The regression issue of Spark |
45 | | - local console with Scala plugin 2020.1.36</li> |
46 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4422">#4422</a> Fixes |
47 | | - <code>ConcurrentModificationException</code> while refreshing spring cloud clusters</li> |
48 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4438">#4438</a> Fixes modality state issue |
49 | | - when open what's new document</li> |
| 40 | + <li>Fix Spark history server link broken for Azure Synapse issue</li> |
| 41 | + <li> |
| 42 | + <a href="https://github.com/microsoft/azure-tools-for-java/issues/3712">#3712</a> |
| 43 | + Fixes NPE while refreshing Azure node |
| 44 | + </li> |
| 45 | + <li> |
| 46 | + <a href="https://github.com/microsoft/azure-tools-for-java/issues/4449">#4449</a> |
| 47 | + Fixes NPE while parsing Function bindings |
| 48 | + </li> |
| 49 | + <li> |
| 50 | + <a href="https://github.com/microsoft/azure-tools-for-java/issues/2226">#2226</a> |
| 51 | + Fixes AuthException for no subscrition account |
| 52 | + </li> |
| 53 | + <li> |
| 54 | + <a href="https://github.com/microsoft/azure-tools-for-java/issues/4102">#4102</a> |
| 55 | + Fixes Exception when app service run process is terminated |
| 56 | + </li> |
| 57 | + <li> |
| 58 | + <a href="https://github.com/microsoft/azure-tools-for-java/issues/4389">#4389</a> |
| 59 | + Fixes check box UI issue when create function project |
| 60 | + </li> |
| 61 | + <li> |
| 62 | + <a href="https://github.com/microsoft/azure-tools-for-java/issues/4307">#4307</a> |
| 63 | + Selecting wrong module automatically when adding function run configuration for gradle function project |
| 64 | + </li> |
50 | 65 | </ul> |
51 | 66 | <p>You may get the full change log <a |
52 | 67 | href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p> |
|
0 commit comments