Skip to content

Commit e333691

Browse files
update version and changelog
1 parent bd1953d commit e333691

File tree

4 files changed

+31
-33
lines changed

4 files changed

+31
-33
lines changed

CHANGELOG.md

Lines changed: 11 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.1](#3681)
67
- [3.68.0](#3680)
78
- [3.67.0](#3670)
89
- [3.66.0](#3660)
@@ -86,6 +87,16 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
8687
- [3.0.8](#308)
8788
- [3.0.7](#307)
8889
- [3.0.6](#306)
90+
91+
## 3.68.1
92+
### Fixed
93+
- Fixed the data modification failure issue of `Azure Cosmos DB API for MongoDB` Data Sources.
94+
95+
### Changed
96+
- Added feature toggle for creating Data Source of `Azure Cosmos DB API for Cassandra`, the toggle is **off** by default.
97+
- Support for opening `Azure Cosmos DB API for Cassandra` with `Database and SQL tools` plugin from `Azure Explorer` is disabled by default.
98+
- Support for creating Data Source of the `Azure Cosmos DB API for Cassandra` from `Database and SQL tools` plugin is disabled by default.
99+
89100
## 3.68.0
90101
### Added
91102
- Added support for resource management of `Azure Cosmos DB accounts` in Azure Explorer.

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
<!-- Version: 3.68.0 -->
22
# What's new in Azure Toolkit for IntelliJ
3+
## 3.68.1
4+
### Fixed
5+
- Fixed the data modification failure issue of `Azure Cosmos DB API for MongoDB` Data Sources.
6+
7+
### Changed
8+
- Added feature toggle for creating Data Source of `Azure Cosmos DB API for Cassandra`, the toggle is **off** by default.
9+
- Support for opening `Azure Cosmos DB API for Cassandra` with `Database and SQL tools` plugin from `Azure Explorer` is disabled by default.
10+
- Support for creating Data Source of the `Azure Cosmos DB API for Cassandra` from `Database and SQL tools` plugin is disabled by default.
311

412
## 3.68.0
513
### Added

PluginsAndFeatures/azure-toolkit-for-intellij/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pluginVersion=3.68.0
1+
pluginVersion=3.68.1
22
intellijDisplayVersion=2022.1
33
needPatchVersion=true
44
javaVersion=11

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

Lines changed: 11 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
xmlns:xi="http://www.w3.org/2001/XInclude">
33
<id>com.microsoft.tooling.msservices.intellij.azure</id>
44
<name>Azure Toolkit for IntelliJ</name>
5-
<version>3.68.0</version>
5+
<version>3.68.1</version>
66
<vendor email="[email protected]" url="http://www.microsoft.com">Microsoft</vendor>
77

88
<description><![CDATA[
@@ -25,41 +25,20 @@
2525
<change-notes>
2626
<![CDATA[
2727
<html>
28-
<h3>3.68.0</h3>
29-
<h4>Added</h4>
28+
<h3>3.68.1</h3>
29+
<h4>Fixed</h4>
3030
<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>
4732
</ul>
4833
<h4>Changed</h4>
4934
<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>
6342
</ul>
6443
<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>
6544
</html>

0 commit comments

Comments
 (0)