Skip to content

Commit ed08c05

Browse files
Merge pull request #7150 from microsoft/changelog-202211
update changelog
2 parents 8627b08 + 9f14ba3 commit ed08c05

File tree

5 files changed

+59
-16
lines changed

5 files changed

+59
-16
lines changed

CHANGELOG.md

Lines changed: 19 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.71.0](#3710)
67
- [3.70.0](#3700)
78
- [3.69.0](#3690)
89
- [3.68.1](#3681)
@@ -90,6 +91,24 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
9091
- [3.0.7](#307)
9192
- [3.0.6](#306)
9293

94+
## 3.71.0
95+
### Added
96+
- Code samples of management SDK are now available in Azure SDK Reference Book
97+
- Function Core Tools can be installed and configured automatically inside IDE.
98+
- Data sources can be created by selecting an existing Azure Database for MySQL/PostgreSQL or Azure SQL. (Ultimate Edition only)
99+
100+
### Changed
101+
- Action icons of `Getting Started` would be highlighted for part of those who have never opened it before.
102+
- UI of `Getting Started` courses panel is changed a little bit.
103+
104+
### Fixed
105+
- [#7063](https://github.com/microsoft/azure-tools-for-java/issues/7063): ClassNotFoundException with local deployment of function app that depends on another module in the same project
106+
- [#7089](https://github.com/microsoft/azure-tools-for-java/issues/7089): Uncaught Exception Access is allowed from event dispatch thread only
107+
- [#7116](https://github.com/microsoft/azure-tools-for-java/issues/7116): IntelliJ Azure Function SQL Library is not copied to lib folder when running locally
108+
- editor names of opened CosmosDB documents is not the same as that of the document.
109+
- exception throws if invalid json is provided when signing in in Service Principal mode.
110+
- Setting dialog will open automatically when running a function locally but Azure Function Core tools is not installed.
111+
93112
## 3.70.0
94113
### Added
95114
- Added support for remote debugging of `Azure Spring Apps`.
1.63 MB
Loading
52.7 KB
Loading

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

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

4+
## 3.71.0
5+
### Added
6+
- Code samples of management SDK are now available in Azure SDK Reference Book
7+
<img src="https://raw.githubusercontent.com/microsoft/azure-tools-for-java/endgame-202211/PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.assets/202211.sdk.gif" alt="gif of examples in sdk reference book"/>
8+
- Function Core Tools can be installed and configured automatically inside IDE.
9+
- Data sources can be created by selecting an existing Azure Database for MySQL/PostgreSQL or Azure SQL. (Ultimate Edition only)<br>
10+
<img src="https://raw.githubusercontent.com/microsoft/azure-tools-for-java/endgame-202211/PluginsAndFeatures/azure-toolkit-for-intellij/azure-intellij-plugin-lib/src/main/resources/whatsnew.assets/202211.sqldatabase.png" alt="screenshot of 'creating data source'"/>
11+
12+
### Changed
13+
- Action icons of `Getting Started` would be highlighted for part of those who have never opened it before.
14+
- UI of `Getting Started` courses panel is changed a little bit.
15+
16+
### Fixed
17+
- [#7063](https://github.com/microsoft/azure-tools-for-java/issues/7063): ClassNotFoundException with local deployment of function app that depends on another module in the same project
18+
- [#7089](https://github.com/microsoft/azure-tools-for-java/issues/7089): Uncaught Exception Access is allowed from event dispatch thread only
19+
- [#7116](https://github.com/microsoft/azure-tools-for-java/issues/7116): IntelliJ Azure Function SQL Library is not copied to lib folder when running locally
20+
- editor names of opened CosmosDB documents is not the same as that of the document.
21+
- exception throws if invalid json is provided when signing in in Service Principal mode.
22+
- Setting dialog will open automatically when running a function locally but Azure Function Core tools is not installed.
23+
424
## 3.70.0
525
### Added
626
- Added support for remote debugging of `Azure Spring Apps`.<br>

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

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -25,23 +25,27 @@
2525
<change-notes>
2626
<![CDATA[
2727
<html>
28-
<h3>3.70.0</h3>
29-
<h4>Added</h4>
28+
<h3 id="3710">3.71.0</h2>
29+
<h4 id="added">Added</h3>
3030
<ul>
31-
<li>Added support for remote debugging of <code>Azure Spring Apps</code>.</li>
32-
<li>Added support for remote debugging of <code>Azure Function Apps</code>.</li>
33-
<li>Added support for data management of <code>Azure Storage Account</code> in Azure Explorer.</li>
34-
<li>Added support for data management of <code>Azure Cosmos DB account</code> in Azure Explorer.</li>
35-
<li>Added support for filtering app settings of <code>Azure Web App/ Function App</code> in properties view and run configuration dialog.</li>
31+
<li>Code samples of management SDK are now available in Azure SDK Reference Book</li>
32+
<li>Function Core Tools can be installed and configured automatically inside IDE.</li>
33+
<li>Data sources can be created by selecting an existing Azure Database for MySQL/PostgreSQL or Azure SQL. (Ultimate Edition only)</li>
34+
</ul>
35+
<h4 id="changed">Changed</h3>
36+
<ul>
37+
<li>Action icons of <code>Getting Started</code> would be highlighted for part of those who have never opened it before.</li>
38+
<li>UI of <code>Getting Started</code> courses panel is changed a little bit.</li>
39+
</ul>
40+
<h4 id="fixed">Fixed</h3>
41+
<ul>
42+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/7063">#7063</a>: ClassNotFoundException with local deployment of function app that depends on another module in the same project</li>
43+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/7089">#7089</a>: Uncaught Exception Access is allowed from event dispatch thread only</li>
44+
<li><a href="https://github.com/microsoft/azure-tools-for-java/issues/7116">#7116</a>: IntelliJ Azure Function SQL Library is not copied to lib folder when running locally</li>
45+
<li>editor names of opened CosmosDB documents is not the same as that of the document.</li>
46+
<li>exception throws if invalid json is provided when signing in in Service Principal mode.</li>
47+
<li>Setting dialog will open automatically when running a function locally but Azure Function Core tools is not installed.</li>
3648
</ul>
37-
<h4>Fixed</h4>
38-
<ul>
39-
<li>Fix <code>Open Spark History UI</code> link no reaction, when there is no job in the cluster. </li>
40-
<li>Fix local console and Livy console run failed.</li>
41-
<li>Fix error getting cluster storage configuration.</li>
42-
<li>Fix linked clusters cannot be expanded when not logged in to azure.</li>
43-
<li>Fix local console get IDE Fatal Error when the project first create.</li>
44-
</ul>
4549
<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>
4650
</html>
4751
]]>

0 commit comments

Comments
 (0)