|
2 | 2 | xmlns:xi="http://www.w3.org/2001/XInclude"> |
3 | 3 | <id>com.microsoft.tooling.msservices.intellij.azure</id> |
4 | 4 | <name>Azure Toolkit for IntelliJ</name> |
5 | | - <version>3.68.0</version> |
| 5 | + <version>3.68.1</version> |
6 | 6 | < vendor email= "[email protected]" url= "http://www.microsoft.com">Microsoft</ vendor> |
7 | 7 |
|
8 | 8 | <description><![CDATA[ |
|
25 | 25 | <change-notes> |
26 | 26 | <![CDATA[ |
27 | 27 | <html> |
28 | | - <h3>3.68.0</h3> |
29 | | - <h4>Added</h4> |
| 28 | + <h3>3.68.1</h3> |
| 29 | + <h4>Fixed</h4> |
30 | 30 | <ul> |
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="1200"/> |
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="1200"/> |
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="1200"/> |
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> |
| 31 | + <li>Fixed the data modification failure issue of <code>Azure Cosmos DB API for Mongo</code> Data Sources.</li> |
47 | 32 | </ul> |
48 | 33 | <h4>Changed</h4> |
49 | 34 | <ul> |
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 | | - </ul> |
53 | | - <h4>Fixed</h4> |
54 | | - <ul> |
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> |
| 35 | + <li> |
| 36 | + Added feature toggle for creating Data Source of <code>Azure Cosmos DB API for Cassandra</code>, the toggle is <b>off</b> in default. |
| 37 | + <ul> |
| 38 | + <li>Support for opening <code>Azure Cosmos DB API for Cassandra</code> with <code>Database Tools and SQL</code> plugin from <code>Azure Explorer</code> is disabled by default.</li> |
| 39 | + <li>Support for creating Data Source of the <code>Azure Cosmos DB API for Cassandra</code> from <code>Database Tools and SQL</code> plugin is disabled by default.</li> |
| 40 | + </ul> |
| 41 | + </li> |
63 | 42 | </ul> |
64 | 43 | <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> |
65 | 44 | </html> |
|
0 commit comments