Skip to content

Commit 78cec31

Browse files
authored
Host Release Prep PR 4.34.0 (#10003)
* Host Release Prep PR 4.33.1 * release notes
1 parent 766c6a2 commit 78cec31

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
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>$(MinorVersionPrefix)33</MinorVersion>
7+
<MinorVersion>$(MinorVersionPrefix)34</MinorVersion>
88
<PatchVersion>0</PatchVersion>
99
<BuildNumber Condition="'$(BuildNumber)' == '' ">0</BuildNumber>
1010
<PreviewVersion></PreviewVersion>

release_notes.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,5 @@
33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
55
-->
6-
- Update Python Worker Version to [4.27.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.27.0)
7-
- Update Java Worker Version to [2.14.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.14.0)
8-
- Update Python Worker Version to [4.26.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.26.0)
9-
- Updated `Microsoft.Azure.Functions.DotNetIsolatedNativeHost` version to 1.0.8 (#9936)
10-
- [Improvements to NetHost logging & worker.config](https://github.com/Azure/azure-functions-dotnet-worker/pull/2315)
11-
- [Pre-launching a minimal .NET app during placeholder mode](https://github.com/Azure/azure-functions-dotnet-worker/pull/2324)
12-
- [Reverting the worker.config change made in #2315 (checking for INITIALIZED_FROM_PLACEHOLDER environment variable)](https://github.com/Azure/azure-functions-dotnet-worker/pull/2351)
136
- Fixed an issue causing sporadic HTTP request failures when worker listeners were not fully initialized on first request #9954
147

0 commit comments

Comments
 (0)