Skip to content

Commit ebaf1af

Browse files
authored
Host release prep PR v4.27.0 (#9493)
1 parent b5a280b commit ebaf1af

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
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>26</MinorVersion>
7+
<MinorVersion>27</MinorVersion>
88
<PatchVersion>0</PatchVersion>
99
<BuildNumber Condition="'$(BuildNumber)' == '' ">0</BuildNumber>
1010
<PreviewVersion></PreviewVersion>

release_notes.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
- My change description (#PR)
55
-->
66
- Update Python Worker Version to [4.17.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.17.0)
7-
- Increase timeout for http proxying requests [#9433](https://github.com/Azure/azure-functions-host/pull/9433)
8-
- Improve host.json sanitization
97
- Increased maximum HTTP request content size to 210000000 Bytes (~200MB)
108
- Update Node.js Worker Version to [3.8.1](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.8.1)
119
- Update PowerShell 7.4 Worker Version to [4.0.2930](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2930)

0 commit comments

Comments
 (0)