|
25 | 25 | <change-notes> |
26 | 26 | <![CDATA[ |
27 | 27 | <html> |
28 | | - <h3>3.58.0</h3> |
| 28 | + <h3>3.59.0</h3> |
29 | 29 | <h4>Added</h4> |
30 | 30 | <ul> |
31 | | - <li>Add support for Azure AD (Preview) |
32 | | - <ul> |
33 | | - <li>Register Azure AD application</li> |
34 | | - <li>View Azure AD application templates</li> |
35 | | - </ul> |
36 | | - </li> |
37 | | - <li>Support connect to Azure Redis for spring boot project</li> |
38 | | - </ul> |
| 31 | + <li>Add Support for **Azure Database for PostgreSQL**, so that user can create/manage/consume PostgreSQL directly in IntelliJ. |
| 32 | + <ul> |
| 33 | + <li>create/manage PostgreSQL server instances</li> |
| 34 | + <li>connect PostgreSQL with Intellij's DB Tools</li> |
| 35 | + <li>consume PostgreSQL from local project/Azure WebApp via Resource Connector feature. </li> |
| 36 | + </ul> |
| 37 | + </li> |
| 38 | + <li>Add `Add SSH Configuration` on **Azure Virtual Machine** instance nodes, so that user can add Azure VM to SSH Configurations by one click. </li> |
| 39 | + <li>Add dependency support for Azure SDK libs, so that our plugin will be suggested if Azure SDK is used but the plugin is not installed. </li> |
| 40 | + <li>Add support for 2021.3</li> |
| 41 | + <ul> |
| 42 | +
|
39 | 43 | <h4>Changed</h4> |
40 | 44 | <ul> |
41 | | - <li>Remove outdated spring cloud dependency management</li> |
42 | | - </ul> |
| 45 | + <li>BeforeRunTask for Azure Resource Connector will show which resources are connected to the run configuration.</li> |
| 46 | + <ul> |
| 47 | +
|
43 | 48 | <h4>Fixed</h4> |
44 | 49 | <ul> |
45 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/pull/5923">#5923</a> Fix bug: ADLA accounts can't be listed in Spark on Cosmos subscription issue</li> |
46 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/pull/5968">#5968</a> Fix bug: HDInsight project wizard accessibility issue</li> |
47 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/pull/5996">#5996</a> Fix bug: Config not applied when starting livy interactive console</li> |
48 | | - </ul> |
| 50 | + <li>CVE issues</li> |
| 51 | + <li>progress indicator shows `<unknown>.<unknow>` on menu actions.</li> |
| 52 | + <li>URL starts with 'http' instead of 'https' in Web App properties window and Open in Browser option</li> |
| 53 | + <li>Pops up com.azure.core.management.exception.ManagementException while deploying spring cloud with a creating service</li> |
| 54 | + <li>Local run the project for connector, often pops up the error "java.util.ConcurrentModificationException"</li> |
| 55 | + <li>No validation for invalid values with VNet and Public IP in Create VM dialog</li> |
| 56 | + <li>Pops up NPE error with invalid values for Quota and Retention Period in Create Web App dialog</li> |
| 57 | + <li>Web App name and Function name can't pass if it starts with numbers</li> |
| 58 | + <li>Unclear validation info for invalid values in Create new Application Insights dialog</li> |
| 59 | + <li>BeforeRunTask `Azure Resource Connector` will not be added to self-defined run configuration</li> |
| 60 | + <li>Reopen projects for connector, often pops up the error "java.lang.ClassCastException"</li> |
| 61 | + <li>Pops up NPE when searching with GET and showing hash typed key value with Redis</li> |
| 62 | + <li>Creating Web App can be successfully submitted even with an existing name</li> |
| 63 | + <ul> |
49 | 64 | <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> |
50 | 65 | </html> |
51 | 66 | ]]> |
|
0 commit comments