|
1 | | -<!-- Version: 3.57.0 --> |
| 1 | +<!-- Version: 3.58.0 --> |
2 | 2 | # What's new in Azure Toolkit for IntelliJ |
3 | 3 |
|
| 4 | +## 3.58.0 |
| 5 | +We are pround to annouce the support for Azure AD in Azure Toolkit for IntelliJ! You may create your Azure AD application in IntelliJ and view the AD application templates as well as correspond code snippets. All the features could be founded in menu `Tools` -> `Azure` |
| 6 | + |
| 7 | + <img src="https://user-images.githubusercontent.com/12445236/139086423-8e6257f6-ae4b-4250-8347-8fba2b3cd077.png" alt="Register Azure AD Application" width="600"/> |
| 8 | + |
| 9 | + <img src="https://user-images.githubusercontent.com/12445236/139086065-e4ff319a-f974-4c1c-bd47-e4768f531f76.png" alt="Azure AD Application Templates" width="600"/> |
| 10 | + |
| 11 | +### Added |
| 12 | +- Add support for Azure AD (Preview) |
| 13 | + - Register Azure AD application |
| 14 | + - View Azure AD application templates |
| 15 | +- Support connect to Azure Redis for spring boot project |
| 16 | + |
| 17 | +### Changed |
| 18 | +- Remove outdated spring cloud dependency management |
| 19 | + |
| 20 | +### Fixed |
| 21 | +- [#5923](https://github.com/microsoft/azure-tools-for-java/pull/5923) Fix bug: ADLA accounts can't be listed in Spark on Cosmos subscription issue |
| 22 | +- [#5968](https://github.com/microsoft/azure-tools-for-java/pull/5968) Fix bug: HDInsight project wizard accessibility issue |
| 23 | +- [#5996](https://github.com/microsoft/azure-tools-for-java/pull/5996) Fix bug: Config not applied when starting livy interactive console |
| 24 | + |
| 25 | +## 3.57.1 |
| 26 | +### Fixed |
| 27 | +- [#5888](https://github.com/microsoft/azure-tools-for-java/issues/5888) Fix bug: Conflicting component name 'RunManager' |
| 28 | + |
4 | 29 | ## 3.57.0 |
5 | 30 | ### Added |
6 | 31 | - Support connect to Azure Storage account for spring boot project |
|
146 | 171 | - Update the status text on progress indicator. |
147 | 172 | - Update context menu icons in Azure Explorer. |
148 | 173 |
|
149 | | -## 3.48.0 |
150 | | - |
151 | | -### Changed |
152 | | -- Update icons in Azure toolkits |
153 | | -- Update Tomcat base images |
154 | | -- Using non-blocking UI to replace blocking progress indicator |
155 | | -- Remove non-functional "cancel" buttons in foreground operations |
156 | | - |
157 | | -## 3.47.0 |
158 | | - |
159 | | -### Added |
160 | | -<img src="https://user-images.githubusercontent.com/19339116/102885897-15b30d00-448f-11eb-9733-ecbf77ee9760.gif" width="840" height="525" /> |
161 | | - |
162 | | -- Add Azure Database for MySQL support in Azure Toolkits |
163 | | - - Manage Azure Database for MySQL instance (create/start/stop/restart/configure/show properties) |
164 | | - - Configure Azure Database for MySQL to allow access it from azure services and local PC |
165 | | - - Show sample of JDBC connection strings on Azure Database for MySQL |
166 | | - - Open and connect to Azure Database for MySQL server by Intellij database tools |
167 | | -- Add Stacktrace filter in Spark console |
168 | | -- Enable speed search in subscription table |
169 | | -- Enable speed search in Azure explorer tree |
170 | | - |
171 | | -### Changed |
172 | | -- Upgrade Azure Blob batch SDK to 12.7.0 |
173 | | -- Enhance App Service file explorer in Azure explorer |
174 | | - |
175 | | -### Fixed |
176 | | -- [#4801](https://github.com/microsoft/azure-tools-for-java/issues/4801) Spark tools library serializer potential issues |
177 | | -- [#4808](https://github.com/microsoft/azure-tools-for-java/issues/4808) Fixes unable to attach function host while running functions |
178 | | -- [#4814](https://github.com/microsoft/azure-tools-for-java/issues/4814) Spark livy console staring being blocked by artifacts uploading failure |
179 | | -- [#4823](https://github.com/microsoft/azure-tools-for-java/issues/4823) Compiling warnings of ConfigurationFactory.getId being deprecated |
180 | | -- [#4827](https://github.com/microsoft/azure-tools-for-java/issues/4827) Fix HDInsight cluster can't link non-cluster-default Azure Blob storage account issue |
181 | | -- [#4829](https://github.com/microsoft/azure-tools-for-java/issues/4829) UI hang issue with changing Spark Synapse run configuration ADLS Gen2 storage key settings |
182 | | - |
183 | | -## 3.46.0 |
184 | | - |
185 | | -### Added |
186 | | -- Support IntelliJ 2020.3 RC |
187 | | - |
188 | | -### Changed |
189 | | -- Refactor error handling, unify the error notifications |
190 | | - |
191 | | -### Fixed |
192 | | -- [#4764](https://github.com/microsoft/azure-tools-for-java/pull/4764) Fixes HDInsights clusters of all subscriptions(instead of the selected subscription) is listed |
193 | | -- [#4766](https://github.com/microsoft/azure-tools-for-java/pull/4766) Fixes duplicate before run task for Spring Cloud deployment run configuration |
194 | | -- [#4784](https://github.com/microsoft/azure-tools-for-java/pull/4784) Fixes failed to auth with Azure CLI with multi Azure environment enabled |
195 | | - |
196 | | - |
197 | | -## 3.45.1 |
198 | | -### Fixed |
199 | | -- [#4765](https://github.com/microsoft/azure-tools-for-java/pull/4765) Fixes no before run tasks when deploy Spring Cloud app in project menu |
200 | | - |
201 | | - |
202 | | -## 3.45.0 |
203 | | -Flight recorder support was added in the latest Azure Toolkit for IntelliJ v3.45.0! You may monitor your online app |
204 | | - service in Azure explorer with single click and analyze the report with [Zulu Mission Control](https://www.azul.com/products/zulu-mission-control/) or IntelliJ (requires 2020.2 above Ultimate). |
205 | | - |
206 | | -<img src="https://user-images.githubusercontent.com/12445236/98444079-b0a79000-214a-11eb-8015-51cd2a05a1c1.gif" width="800" height="600" /> |
207 | | - |
208 | | -Besides, file explorer is also added to Azure explorer, you could view and manage your files and logs in app service |
209 | | - with this new feature. |
210 | | - |
211 | | - |
212 | | - |
213 | | -For all the updates and fixes in this release, please refer the release notes below. |
214 | | - |
215 | | -### Added |
216 | | -- Add file explorer for Web App and Function App in Azure explorer |
217 | | -- Support flight recorder for Web App |
218 | | - |
219 | | -### Changed |
220 | | -- New creation wizard for Function App with basic and advanced mode |
221 | | -- More monitoring configuration in Web App/Function App creation wizard |
222 | | -- Update template for function project |
223 | | - |
224 | | -### Fixed |
225 | | -- [#4703](https://github.com/microsoft/azure-tools-for-java/pull/4703) Fix NPE issue in Function creation/deployment |
226 | | -- [#4707](https://github.com/microsoft/azure-tools-for-java/pull/4707) Enhace error handling for azure cli token expires |
227 | | -- [#4710](https://github.com/microsoft/azure-tools-for-java/pull/4710) Register service provider for insights before get insights client |
228 | | - |
229 | | -## 3.44.0 |
230 | | -We are proud to announce the support for JBoss in IntelliJ Toolkit! You can now create JBoss Linux app service with totally new resource creation experience. You may create Web App more easily in the simple mode, while you could still set all the parameters in advance mode if necessary. |
231 | | - |
232 | | -<img src="https://user-images.githubusercontent.com/12445236/96878853-e2172f00-14ad-11eb-99d2-05b2b61b0bb1.gif" width="800" height="600" /> |
233 | | - |
234 | | -Besides, file deploy is also added to Web App support, you could deploy your artifact directly with new entrance in Azure explorer. |
235 | | - |
236 | | -<img src="https://user-images.githubusercontent.com/12445236/96880775-29062400-14b0-11eb-8fee-523fe164c333.png" width="700" height="600" /> |
237 | | - |
238 | | -For all the updates and fixes in this release, please refer the release notes below. |
239 | | - |
240 | | -### Added |
241 | | -- Support new runtime JBOSS 7.2 for Linux Web App |
242 | | -- Support Gradle projects for Web App and Spring Cloud |
243 | | -- Support file deploy for Web App |
244 | | - |
245 | | -### Changed |
246 | | -- New creation wizard for Web App with basic and advanced mode |
247 | | - |
248 | | -### Fixed |
249 | | -- [#2975](https://github.com/microsoft/azure-tools-for-java/issues/2975) ,[#4600](https://github.com/microsoft/azure-tools-for-java/issues/4600) ,[#4605](https://github.com/microsoft/azure-tools-for-java/issues/4605), [#4544](https://github.com/microsoft/azure-tools-for-java/issues/4544) Enhance error handling for network issues |
250 | | -- [#4545](https://github.com/microsoft/azure-tools-for-java/issues/4545), [#4566](https://github.com/microsoft/azure-tools-for-java/issues/4566) Unhandled ProcessCanceledException while start up |
251 | | -- [#4530](https://github.com/microsoft/azure-tools-for-java/issues/4530) Unhandled exception in whats new document |
252 | | -- [#4591](https://github.com/microsoft/azure-tools-for-java/issues/4591) ,[#4599](https://github.com/microsoft/azure-tools-for-java/issues/4599) Fix Spring Cloud deployment error handling |
253 | | -- [#4558](https://github.com/microsoft/azure-tools-for-java/pull/4604) Unhandled exception in device login |
254 | | - |
255 | | - |
256 | | -## 3.43.0 |
257 | | - |
258 | | -### Added |
259 | | -- Support SSH into Linux web app |
260 | | - |
261 | | -### Changed |
262 | | -- Update Spring Cloud dependency constraint rule for spring-cloud-starter-azure-spring-cloud-client |
263 | | - |
264 | | -### Fixed |
265 | | -- [#4555](https://github.com/microsoft/azure-tools-for-java/issues/4555) Azure CLI authentication does not show subscriptions for all tenants |
266 | | -- [#4558](https://github.com/microsoft/azure-tools-for-java/issues/4558) Unhandled exception in device login |
267 | | -- [#4560](https://github.com/microsoft/azure-tools-for-java/issues/4560) Unhandled exception while create application insights |
268 | | -- [#4595](https://github.com/microsoft/azure-tools-for-java/pull/4595) Unhandled exception in Docker Run/Run on Web App for Containers |
269 | | -- [#4601](https://github.com/microsoft/azure-tools-for-java/issues/4601) Fixed customized configuration are wrongly cleared after blob storage is slected for Synapse batch job issue |
270 | | -- [#4607](https://github.com/microsoft/azure-tools-for-java/pull/4607) Fixed regression in service principal authentication |
271 | | - |
272 | | -## 3.42.0 |
273 | | - |
274 | | -### Added |
275 | | -- Support Custom Binding for Azure Functions |
276 | | - |
277 | | -### Fixed |
278 | | -- [#1110](https://github.com/microsoft/azure-maven-plugins/issues/1110) Fixes XSS issue in authentication |
279 | | - |
280 | | -## 3.41.1 |
281 | | - |
282 | | -### Fixed |
283 | | -- [#4576](https://github.com/microsoft/azure-tools-for-java/issues/4576) Can not list webapps in web app deployment panel |
284 | | - |
285 | | -## 3.41.0 |
286 | | - |
287 | | -### Changed |
288 | | -- Changed default tomcat version for app service to tomcat 9.0 |
289 | | -- Scaling Spring Cloud deployment before deploy artifacts |
290 | | - |
291 | | -### Fixed |
292 | | -- [#4490](https://github.com/microsoft/azure-tools-for-java/issues/4490) Fix plugin initialization exceptions while parsing configuration |
293 | | -- [#4511](https://github.com/microsoft/azure-tools-for-java/issues/4511) Fix `AuthMethodManager` initialization issues |
294 | | -- [#4532](https://github.com/microsoft/azure-tools-for-java/issues/4532) Fix NPE in FunctionRunState and add validation for function run time |
295 | | -- [#4534](https://github.com/microsoft/azure-tools-for-java/pull/4534) Create temp folder as function run/deploy staging folder in case staging folder conflict |
296 | | -- [#4552](https://github.com/microsoft/azure-tools-for-java/issues/4552) Fix thread issues while prompt tooltips for deployment slot |
297 | | -- [#4553](https://github.com/microsoft/azure-tools-for-java/pull/4553) Fix deployment target selection issue after create new webapp |
298 | | - |
299 | | -## 3.40.0 |
300 | | - |
301 | | -### Added |
302 | | -- Support IntelliJ 2020.2 |
303 | | - |
304 | | -### Changed |
305 | | -- Show non-anonymous HTTP trigger urls after function deployment |
306 | | - |
307 | 174 | ## Summary |
308 | 175 |
|
309 | 176 | The plugin allows Java developers to easily develop, configure, test, and deploy highly available and scalable Java web apps. It also supports Azure Synapse data engineers, Azure HDInsight developers and Apache Spark on SQL Server users to create, test and submit Apache Spark/Hadoop jobs to Azure from IntelliJ on all supported platforms. |
|
0 commit comments