|
1 | 1 | <idea-plugin url="https://github.com/Microsoft/azure-tools-for-java"> |
2 | 2 | <id>com.microsoft.tooling.msservices.intellij.azure</id> |
3 | 3 | <name>Azure Toolkit for IntelliJ</name> |
4 | | - <version>3.47.0</version> |
| 4 | + <version>3.48.0</version> |
5 | 5 | < vendor email= "[email protected]" url= "http://www.microsoft.com">Microsoft</ vendor> |
6 | 6 |
|
7 | 7 | <description><![CDATA[ |
|
24 | 24 | <change-notes> |
25 | 25 | <![CDATA[ |
26 | 26 | <html> |
27 | | - <h3>3.47.0</h3> |
28 | | - <h4>Added</h4> |
29 | | - <ul> |
30 | | - <li>Add Azure MySQL support in Azure Toolkits |
31 | | - <ul> |
32 | | - <li>Manage Azure Database for MySQL instance (create/start/stop/restart/configure/show properties)</li> |
33 | | - <li>Configure Azure Database for MySQL to allow access it from azure services and local PC</li> |
34 | | - <li>Show sample of JDBC connection strings on Azure Database for MySQL</li> |
35 | | - <li>Open and connect to Azure Database for MySQL server by Intellij database tools</li> |
36 | | - </ul> |
37 | | - </li> |
38 | | - <li>Add Stacktrace filter in Spark console</li> |
39 | | - <li>Enable speed search in subscription table</li> |
40 | | - <li>Enable speed search in Azure explorer tree</li> |
41 | | - </ul> |
| 27 | + <h3>3.48.0</h3> |
42 | 28 | <h4>Changed</h4> |
43 | 29 | <ul> |
44 | | - <li>Upgrade Azure Blob batch SDK to 12.7.0</li> |
45 | | - <li>Enhance App Service file explorer in Azure explorer</li> |
46 | | - </ul> |
47 | | - <h4>Fixed</h4> |
48 | | - <ul> |
49 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4801">#4801</a> Spark tools library serializer |
50 | | - potential issues</li> |
51 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4808">#4808</a> Fixes unable to attach |
52 | | - function host while running functions</li> |
53 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4814">#4814</a> Spark livy console staring |
54 | | - being blocked by artifacts uploading failure</li> |
55 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4823">#4823</a> Compiling warnings of |
56 | | - ConfigurationFactory.getId being deprecated</li> |
57 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4827">#4827</a> Fix HDInsight cluster can't |
58 | | - link non-cluster-default Azure Blob storage account issue</li> |
59 | | - <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/4829">#4829</a> UI hang issue with changing |
60 | | - Spark Synapse run configuration ADLS Gen2 storage key settings</li> |
| 30 | + <li>Update icons in Azure toolkits</li> |
| 31 | + <li>Update Tomcat base images</li> |
| 32 | + <li>Using non-blocking UI to replace blocking progress indicator</li> |
| 33 | + <li>Remove non-functional "cancel" buttons in foreground operations</li> |
61 | 34 | </ul> |
62 | 35 | <p>You may get the full change log <a |
63 | 36 | href="https://github.com/Microsoft/azure-tools-for-java/blob/develop/CHANGELOG.md">here</a></p> |
|
0 commit comments