Skip to content

Commit d88fa2f

Browse files
chore: update changelog/whatsnew with API compatibility fix details
1 parent 6467b34 commit d88fa2f

4 files changed

Lines changed: 16 additions & 0 deletions

File tree

  • PluginsAndFeatures/azure-toolkit-for-intellij
    • azure-intellij-plugin-base/src/main/resources/META-INF
    • azure-intellij-plugin-lib-java/src/main/resources
    • src/main/resources/META-INF

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ All notable changes to "Azure Toolkit for IntelliJ IDEA" will be documented in t
125125

126126
## 3.97.3
127127
- Support IntelliJ IDEA 2026.1 EAP
128+
- Migrate 97 scheduled-for-removal APIs to new IntelliJ Platform APIs
129+
- Replace deprecated AnActionEvent, ComponentManager, LafManager, Notification APIs
130+
- Replace deprecated TerminalView, HttpConfigurable, BrowseFolderActionListener APIs
131+
- Fix registry key conflict for Cosmos DB dbtools module
132+
- Reduce reflection usage in Scala plugin and Database plugin integration
128133
- Rename GitHub Copilot app modernization to GitHub Copilot modernization.
129134

130135
## 3.97.2

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
<h4>3.97.3</h4>
2222
<ul>
2323
<li>Support IntelliJ IDEA 2026.1 EAP</li>
24+
<li>Migrate 97 scheduled-for-removal APIs to new IntelliJ Platform APIs</li>
25+
<li>Replace deprecated AnActionEvent, ComponentManager, LafManager, Notification APIs</li>
26+
<li>Fix registry key conflict for Cosmos DB dbtools module</li>
2427
</ul>
2528
<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>
2629
</html>

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33

44
## 3.97.3
55
- Support IntelliJ IDEA 2026.1 EAP
6+
- Migrate 97 scheduled-for-removal APIs to new IntelliJ Platform APIs
7+
- Replace deprecated AnActionEvent, ComponentManager, LafManager, Notification APIs
8+
- Replace deprecated TerminalView, HttpConfigurable, BrowseFolderActionListener APIs
9+
- Fix registry key conflict for Cosmos DB dbtools module
10+
- Reduce reflection usage in Scala plugin and Database plugin integration
611
- Rename GitHub Copilot app modernization to GitHub Copilot modernization.
712

813
## 3.97.2

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
<h2 id="3-97-3">3.97.3</h2>
3232
<ul>
3333
<li>Support IntelliJ IDEA 2026.1 EAP</li>
34+
<li>Migrate 97 scheduled-for-removal APIs to new IntelliJ Platform APIs</li>
35+
<li>Replace deprecated AnActionEvent, ComponentManager, LafManager, Notification APIs</li>
36+
<li>Fix registry key conflict for Cosmos DB dbtools module</li>
3437
<li>Rename GitHub Copilot app modernization to GitHub Copilot modernization.</li>
3538
</ul>
3639
<h2 id="3-97-2">3.97.2</h2>

0 commit comments

Comments
 (0)