|
1 | 1 | <!-- Version: 3.40.0 --> |
2 | 2 | # What's new in Azure Toolkit for IntelliJ |
3 | 3 |
|
| 4 | +## 3.42.0 |
| 5 | + |
| 6 | +### Added |
| 7 | +- Support Custom Binding for Azure Functions |
| 8 | + |
| 9 | +### Fixed |
| 10 | +- [#1110](https://github.com/microsoft/azure-maven-plugins/issues/1110) Fixes XSS issue in authentication |
| 11 | + |
4 | 12 | ## 3.41.1 |
5 | 13 |
|
6 | 14 | ### Fixed |
@@ -121,32 +129,6 @@ Azure Toolkit support Log Streaming for App Service now! You could get the live |
121 | 129 | - [#4204](https://github.com/microsoft/azure-tools-for-java/issues/4204) Deploy Azure Spring Cloud App dialog default value is apply |
122 | 130 | - [#4231](https://github.com/microsoft/azure-tools-for-java/issues/4231) Cannot use Auth file for spring cloud authentication |
123 | 131 |
|
124 | | -## 3.35.0 |
125 | | - |
126 | | -We are proud to announce the support for [Azure Spring Cloud](https://docs.microsoft.com/en-us/azure/spring-cloud/) in Azure Toolkit! |
127 | | - |
128 | | -You could have full Azure Spring Cloud experience in IntelliJ Toolkit, which cludes resolve project dependencies |
129 | | -, create/deploy and troubleshooting spring cloud apps. You may try the azure spring cloud in intellij toolkit with the [quick start](https://docs.microsoft.com/en-us/azure/spring-cloud/spring-cloud-tutorial-intellij-deploy-apps?source=intellijwhatsnew). |
130 | | - |
131 | | - |
132 | | - |
133 | | -### Added |
134 | | -- Add Azure Spring Cloud support in Azure Toolkits |
135 | | - - Manage Azure Spring Cloud project dependencies |
136 | | - - Manage Azure Spring Cloud apps in Azure Explorer |
137 | | - * Create/Delete/Start/Stop/Restart |
138 | | - * Assign/un-assign public endpoint |
139 | | - * Update environment variables |
140 | | - * Update JVM options |
141 | | - * View app properties |
142 | | - - Deploying apps from current project |
143 | | - - Monitoring and troubleshooting apps |
144 | | - * Getting public url |
145 | | - * Getting test endpoint |
146 | | - * Instance status(shown in app properties view) |
147 | | -- Support trigger function with timer trigger |
148 | | -- Support log streaming for Windows functions |
149 | | - |
150 | 132 | ### Fixed |
151 | 133 | - [#4157](https://github.com/microsoft/azure-tools-for-java/issues/4157) Can't trigger function/admin http function when click 'Trigger Function' button |
152 | 134 | - [#4160](https://github.com/microsoft/azure-tools-for-java/issues/4160) Nothing shown in function run mark |
|
0 commit comments