Skip to content

Commit

Permalink
Changelog update (#3345)
Browse files Browse the repository at this point in the history
* Changelog update

* Link java issue
  • Loading branch information
nturinski committed Sep 21, 2022
1 parent a592843 commit 5a651c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,7 @@
### Added

- Support for new Python language model (set feature flag `azureFunctions.showPystienModel` to enable) [#3235](https://github.com/microsoft/vscode-azurefunctions/pull/3235)
- Support for Java 17 (Preview) [#3245](https://github.com/microsoft/vscode-azurefunctions/issues/3245)

### Changed

Expand All @@ -24,6 +25,7 @@
- Use shared azure id parsing utils [#3246](https://github.com/microsoft/vscode-azurefunctions/pull/3246)
- Add post release version bumper [#3244](https://github.com/microsoft/vscode-azurefunctions/pull/3244/files)
- Update AppInsights key [#3239](https://github.com/microsoft/vscode-azurefunctions/pull/3239)
- Update `FUNCTIONS-WORKER-RUNTIME` setting when deploying `dotnet-isolated` projects to `dotnet` remote [#3288](https://github.com/microsoft/vscode-azurefunctions/issues/3288)

### Fixed

Expand All @@ -35,6 +37,7 @@
- Fix tests to use v4 Core Tools [#3267](https://github.com/microsoft/vscode-azurefunctions/pull/3267)
- App Insights APM 2.1 Enablement and Representation [#2835](https://github.com/microsoft/vscode-azurefunctions/issues/2835)
- [Suggestion] Don't show Logic Apps in Functions Extension [#3165](https://github.com/microsoft/vscode-azurefunctions/issues/3165)
- Fix `ServiceUnavailable` error that occurs in Files and Logs node [#3188](https://github.com/microsoft/vscode-azurefunctions/issues/3188)

## 1.7.4 - 2022-07-05

Expand Down

0 comments on commit 5a651c7

Please sign in to comment.