|
25 | 25 | <change-notes> |
26 | 26 | <![CDATA[ |
27 | 27 | <html> |
28 | | - <h3>3.67.0</h3> |
| 28 | + <h3>3.68.0</h3> |
29 | 29 | <h4>Added</h4> |
30 | 30 | <ul> |
31 | | - <li>New Azure service support: Azure Kubernetes service. |
32 | | - <ul> |
33 | | - <li>direct resource management in Azure Explorer.</li> |
34 | | - <li>connection to other K8s plugins.</li> |
35 | | - </ul> |
36 | | - </li> |
37 | | - <li>Support for running or debugging local projects directly on Azure Virtual Machine by leveraging <a |
38 | | - href="https://www.jetbrains.com/help/idea/run-targets.html"><code>Run Targets</code></a>. |
39 | | - </li> |
| 31 | + <li>Added support for resource management of <code>Azure Cosmos DB accounts</code> in Azure Explorer.</li> |
| 32 | + <li>Added support for resource connection to <code>Azure Cosmos DB accounts</code>.</li> |
| 33 | + <li>Added support for creating data source of the Mongo and Cassandra API for <code>Azure Cosmos DB</code> from both Azure Explorer and <code>Database</code> tool window (<code>IntelliJ IDEA Ultimate Edition</code> only).<br> |
| 34 | + <img src="https://raw.githubusercontent.com/microsoft/azure-tools-for-java/endgame-202208/PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.assets/202208.datasource.gif" alt="screenshot of 'cosmos datasource'" width="500"/> |
| 35 | + </li> |
| 36 | + <li>Added support for connecting an <code>Azure Virtual Machine</code> using SSH directly from an <code>Azure Virtual Machine</code> resource node in Azure Explorer.</li> |
| 37 | + <li>Added support for browsing files of an <code>Azure Virtual Machine</code> from an <code>Azure Virtual Machine</code> resource node in Azure Explorer (<code>IntelliJ IDEA Ultimate Edition</code> only).<br> |
| 38 | + <img src="https://raw.githubusercontent.com/microsoft/azure-tools-for-java/endgame-202208/PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.assets/202208.vm.gif" alt="screenshot of 'virtual machine'" width="500"/> |
| 39 | + </li> |
| 40 | + <li>Added support for adding dependencies to current local project from <code>Azure SDK reference book</code>.</li> |
| 41 | + <li>Added support for jumping to corresponding Azure SDK page in <code>Azure SDK reference book</code> from Azure Explorer nodes.<br> |
| 42 | + <img src="https://raw.githubusercontent.com/microsoft/azure-tools-for-java/endgame-202208/PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.assets/202208.sdk.gif" alt="screenshot of 'sdk reference book'" width="500"/> |
| 43 | + </li> |
| 44 | + <li>Added support for configuring environment variables when deploy artifacts to an <code>Azure Web App</code>.</li> |
| 45 | + <li>Added support for Java 17 for <code>Azure Functions</code>.</li> |
| 46 | + <li>Added support for refreshing items (when needed) of combobox components at place.</li> |
40 | 47 | </ul> |
41 | 48 | <h4>Changed</h4> |
42 | 49 | <ul> |
43 | | - <li>Most Tool Windows will hide by default and show only when they are triggered by related actions.</li> |
44 | | - <li>An explicit search box is added on subscription dialog to filter subscriptions more conveniently. |
45 | | - <ul> |
46 | | - <li>support for toggling selection of subscriptions by `space` key even checkbox is not focused.</li> |
47 | | - </ul> |
48 | | - </li> |
49 | | - <li>A loading spinner would show first when the feedback page is loading.</li> |
50 | | - <li>Entries of some common actions in <code><Toolbar>/Tools/Azure</code> are also added into the gear actions group of Azure Explorer. |
51 | | - </li> |
| 50 | + <li>Default values of most input components in Azure resource creation/deployment dialogs are now learnt from history usage records.</li> |
| 51 | + <li>Local meta-data files of Azure SDK reference book is updated to latest.</li> |
52 | 52 | </ul> |
53 | 53 | <h4>Fixed</h4> |
54 | 54 | <ul> |
55 | | - <li>Error occurs if expand or download files/logs of a stopped function app.</li> |
56 | | - <li>Known CVE issues.</li> |
| 55 | + <li>Loading spring apps take more time than normal.</li> |
| 56 | + <li>Creating resources shows repeatedly in ComboBox components sometimes.</li> |
| 57 | + <li>Stopped Azure Function app won't be the default app in deploy dialog.</li> |
| 58 | + <li>App settings of a newly deployed Azure Function app won't be updated in Properties view until sign-out and sign-in again.</li> |
| 59 | + <li>Validation error message doesn't popup when hovering on the input components.</li> |
| 60 | + <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6790">#6790</a>: Uncaught Exception com.intellij.serviceContainer.AlreadyDisposedException: Already disposed: Project(*) (disposed).</li> |
| 61 | + <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6784">#6784</a>: Uncaught Exception com.intellij.openapi.util.TraceableDisposable$DisposalException: Library LibraryId(*) already disposed.</li> |
| 62 | + <li><a href="https://github.com/microsoft/azure-tools-for-java/issues/6813">#6813</a>: Uncaught Exception com.microsoft.azure.toolkit.lib.common.operation.OperationException: setup run configuration for Azure Functions.</li> |
57 | 63 | </ul> |
58 | 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> |
59 | 65 | </html> |
|
0 commit comments