Skip to content

Commit 7551395

Browse files
authored
Host release prep PR v4.26.0 (#9467)
1 parent 2e3fc98 commit 7551395

File tree

2 files changed

+1
-18
lines changed

2 files changed

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

release_notes.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,4 @@
44
- My change description (#PR)
55
-->
66
- Increase timeout for http proxying requests [#9433](https://github.com/Azure/azure-functions-host/pull/9433)
7-
8-
- Update Python Worker Version to [4.14.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.14.0)
9-
- Update Java Worker Version to [2.12.1](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.12.1)
10-
- Update PowerShell Worker 7.0 to 4.0.2850 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2850)
11-
- Update Node.js Worker Version to [3.8.0](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.8.0)
12-
- Identity dependencies updated to 6.31.0:
13-
- Microsoft.IdentityModel.Tokens
14-
- System.IdentityModel.Tokens.Jwt
15-
- Microsoft.IdentityModel.Abstractions
16-
- Microsoft.IdentityModel.JsonWebTokens
17-
- Microsoft.IdentityModel.Logging
18-
- Updated Grpc.AspNetCore package to 2.55.0 (https://github.com/Azure/azure-functions-host/pull/9373)
19-
- Update protobuf file to v1.10.0 (https://github.com/Azure/azure-functions-host/pull/9405)
20-
- Send an empty RpcHttp payload if proxying the http request to the worker (https://github.com/Azure/azure-functions-host/pull/9415)
21-
- Add new Host to Worker RPC extensibility feature for out-of-proc workers. (https://github.com/Azure/azure-functions-host/pull/9292)
22-
- Apply capabilities on environment reload (placeholder mode scenarios) (https://github.com/Azure/azure-functions-host/pull/9367)
23-
- Update PowerShell Worker 7.2 to 4.0.2890 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2890)
247
- Improve host.json sanitization

0 commit comments

Comments
 (0)