Skip to content

Commit 02d2bca

Browse files
update changelog
1 parent 7ec3376 commit 02d2bca

File tree

7 files changed

+121
-22
lines changed

7 files changed

+121
-22
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in this file.
44

55
- [Change Log](#change-log)
6+
- [3.68.0](#3680)
67
- [3.67.0](#3670)
78
- [3.66.0](#3660)
89
- [3.65.0](#3650)
@@ -85,6 +86,32 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
8586
- [3.0.8](#308)
8687
- [3.0.7](#307)
8788
- [3.0.6](#306)
89+
## 3.68.0
90+
### Added
91+
- Added support for resource management of `Azure Cosmos DB accounts` in Azure Explorer.
92+
- Added support for resource connection to `Azure Cosmos DB accounts`.
93+
- Added support for creating data source of the Mongo and Cassandra API for `Azure Cosmos DB` from both Azure Explorer and `Database` tool window (`IntelliJ IDEA Ultimate Edition` only).
94+
- Added support for connecting an `Azure Virtual Machine` using SSH directly from an `Azure Virtual Machine` resource node in Azure Explorer.
95+
- Added support for browsing files of an `Azure Virtual Machine` from an `Azure Virtual Machine` resource node in Azure Explorer (`IntelliJ IDEA Ultimate Edition` only).
96+
- Added support for adding dependencies to current local project from `Azure SDK reference book`.
97+
- Added support for jumping to corresponding Azure SDK page in `Azure SDK reference book` from Azure Explorer nodes.
98+
- Added support for configuring environment variables when deploy artifacts to an `Azure Web App`.
99+
- Added support for Java 17 for `Azure Functions`.
100+
- Added support for refreshing items (when needed) of combobox components at place.
101+
102+
### Changed
103+
- Default values of most input components in Azure resource creation/deployment dialogs are now learnt from history usage records.
104+
- Local meta-data files of Azure SDK reference book is updated to latest.
105+
106+
### Fixed
107+
- Loading spring apps take more time than normal.
108+
- Creating resources shows repeatedly in ComboBox components sometimes.
109+
- Stopped Azure Function app won't be the default app in deploy dialog.
110+
- App settings of a newly deployed Azure Function app won't be updated in Properties view until sign-out and sign-in again.
111+
- Validation error message doesn't popup when hovering on the input components.
112+
- [#6790](https://github.com/microsoft/azure-tools-for-java/issues/6790): Uncaught Exception com.intellij.serviceContainer.AlreadyDisposedException: Already disposed: Project(*) (disposed)
113+
- [#6784](https://github.com/microsoft/azure-tools-for-java/issues/6784): Uncaught Exception com.intellij.openapi.util.TraceableDisposable$DisposalException: Library LibraryId(*) already disposed
114+
- [#6813](https://github.com/microsoft/azure-tools-for-java/issues/6813): Uncaught Exception com.microsoft.azure.toolkit.lib.common.operation.OperationException: setup run configuration for Azure Functions
88115

89116
## 3.67.0
90117
### Added

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.assets/202208.datasource.gif

Loading

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.assets/202208.sdk.gif

Loading

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.assets/202208.vm.gif

Loading
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<html>
2+
<h3>3.68.0</h3>
3+
<h4>Added</h4>
4+
<ul>
5+
<li>Added support for resource management of <code>Azure Cosmos DB accounts</code> in Azure Explorer.</li>
6+
<li>Added support for resource connection to <code>Azure Cosmos DB accounts</code>.</li>
7+
<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>
8+
<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"/>
9+
</li>
10+
<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>
11+
<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>
12+
<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"/>
13+
</li>
14+
<li>Added support for adding dependencies to current local project from <code>Azure SDK reference book</code>.</li>
15+
<li>Added support for jumping to corresponding Azure SDK page in <code>Azure SDK reference book</code> from Azure Explorer nodes.<br>
16+
<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"/>
17+
</li>
18+
<li>Added support for configuring environment variables when deploy artifacts to an <code>Azure Web App</code>.</li>
19+
<li>Added support for Java 17 for <code>Azure Functions</code>.</li>
20+
<li>Added support for refreshing items (when needed) of combobox components at place.</li>
21+
</ul>
22+
<h4>Changed</h4>
23+
<ul>
24+
<li>Default values of most input components in Azure resource creation/deployment dialogs are now learnt from history usage records.</li>
25+
<li>Local meta-data files of Azure SDK reference book is updated to latest.</li>
26+
</ul>
27+
<h4>Fixed</h4>
28+
<ul>
29+
<li>Loading spring apps take more time than normal.</li>
30+
<li>Creating resources shows repeatedly in ComboBox components sometimes.</li>
31+
<li>Stopped Azure Function app won't be the default app in deploy dialog.</li>
32+
<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>
33+
<li>Validation error message doesn't popup when hovering on the input components.</li>
34+
</ul>
35+
<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>
36+
</html>

PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
1-
<!-- Version: 3.66.0 -->
1+
<!-- Version: 3.68.0 -->
22
# What's new in Azure Toolkit for IntelliJ
33

4+
## 3.68.0
5+
### Added
6+
- Added support for resource management of `Azure Cosmos DB accounts` in Azure Explorer.
7+
- Added support for resource connection to `Azure Cosmos DB accounts`.
8+
- Added support for creating data source of the Mongo and Cassandra API for `Azure Cosmos DB` from both Azure Explorer and `Database` tool window (`IntelliJ IDEA Ultimate Edition` only).
9+
<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"/>
10+
- Added support for connecting an `Azure Virtual Machine` using SSH directly from an `Azure Virtual Machine` resource node in Azure Explorer.
11+
- Added support for browsing files of an `Azure Virtual Machine` from an `Azure Virtual Machine` resource node in Azure Explorer (`IntelliJ IDEA Ultimate Edition` only).
12+
<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"/>
13+
- Added support for adding dependencies to current local project from `Azure SDK reference book`.
14+
- Added support for jumping to corresponding Azure SDK page in `Azure SDK reference book` from Azure Explorer nodes.
15+
<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"/>
16+
- Added support for configuring environment variables when deploy artifacts to an `Azure Web App`.
17+
- Added support for Java 17 for `Azure Functions`.
18+
- Added support for refreshing items (when needed) of combobox components at place.
19+
20+
### Changed
21+
- Default values of most input components in Azure resource creation/deployment dialogs are now learnt from history usage records.
22+
- Local meta-data files of Azure SDK reference book is updated to latest.
23+
24+
### Fixed
25+
- Loading spring apps take more time than normal.
26+
- Creating resources shows repeatedly in ComboBox components sometimes.
27+
- Stopped Azure Function app won't be the default app in deploy dialog.
28+
- App settings of a newly deployed Azure Function app won't be updated in Properties view until sign-out and sign-in again.
29+
- Validation error message doesn't popup when hovering on the input components.
30+
- [#6790](https://github.com/microsoft/azure-tools-for-java/issues/6790): Uncaught Exception com.intellij.serviceContainer.AlreadyDisposedException: Already disposed: Project(*) (disposed)
31+
- [#6784](https://github.com/microsoft/azure-tools-for-java/issues/6784): Uncaught Exception com.intellij.openapi.util.TraceableDisposable$DisposalException: Library LibraryId(*) already disposed
32+
- [#6813](https://github.com/microsoft/azure-tools-for-java/issues/6813): Uncaught Exception com.microsoft.azure.toolkit.lib.common.operation.OperationException: setup run configuration for Azure Functions
33+
434
## 3.67.0
535
### Added
636
- New Azure service support: Azure Kubernetes service.

PluginsAndFeatures/azure-toolkit-for-intellij/src/main/resources/META-INF/plugin.xml

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -25,35 +25,41 @@
2525
<change-notes>
2626
<![CDATA[
2727
<html>
28-
<h3>3.67.0</h3>
28+
<h3>3.68.0</h3>
2929
<h4>Added</h4>
3030
<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>
4047
</ul>
4148
<h4>Changed</h4>
4249
<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>&lt;Toolbar&gt;/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>
5252
</ul>
5353
<h4>Fixed</h4>
5454
<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>
5763
</ul>
5864
<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>
5965
</html>

0 commit comments

Comments
 (0)