Skip to content

Commit c9debc4

Browse files
Reset release notes and updated host version to 4.4.0 (#8282)
* Reset release notes and updated host version to 4 * Reset release notes and updated host version to 4 Co-authored-by: Jameson Z <[email protected]>
1 parent 08d54df commit c9debc4

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

build/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<LangVersion>latest</LangVersion>
66
<MajorVersion>4</MajorVersion>
7-
<MinorVersion>3</MinorVersion>
7+
<MinorVersion>4</MinorVersion>
88
<PatchVersion>0</PatchVersion>
99
<BuildNumber Condition="'$(BuildNumber)' == '' ">0</BuildNumber>
1010
<PreviewVersion></PreviewVersion>

release_notes.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@
22
<!-- Please add your release notes in the following format:
33
- My change description (#PR)
44
-->
5-
- Add admin/host/config API (#7394)
6-
- Updated Java Worker Version to [2.2.2-SNAPSHOT](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.2.2-SNAPSHOT)
7-
- Added support for no storage account scenarios (#8083)
8-
- Updated Node.js Worker Version to [3.2.0](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.2.0)
9-
- Read FuncitonsHostingConfigurations to enable worker concurrency feature (#8125)
105

116
**Release sprint:** Sprint 118
12-
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+118%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+118%22+label%3Afeature+is%3Aclosed) ]
13-
- Update App Service Authentication/Authorization on Linux Consumption from 1.4.13 to 1.4.14 [Release Note](https://github.com/Azure/app-service-announcements/issues/358)
14-
- Update App Service Authentication/Authorization on Linux Consumption from 1.4.14 to 1.4.15 [Release Note](https://github.com/Azure/app-service-announcements/issues/360)
7+
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+118%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+118%22+label%3Afeature+is%3Aclosed) ]

0 commit comments

Comments
 (0)