Skip to content

Commit 1540dac

Browse files
authored
in-proc hotfix 4.37.1 (#10867)
* bumping extensions version (for timer) (#10863) * preparing hotfix
1 parent 60fc38c commit 1540dac

File tree

3 files changed

+3
-14
lines changed

3 files changed

+3
-14
lines changed

build/common.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<LangVersion>latest</LangVersion>
55
<MajorVersion>4</MajorVersion>
66
<MinorVersion>$(MinorVersionPrefix)37</MinorVersion>
7-
<PatchVersion>0</PatchVersion>
7+
<PatchVersion>1</PatchVersion>
88
<BuildNumber Condition="'$(BuildNumber)' == '' ">0</BuildNumber>
99
<PreviewVersion></PreviewVersion>
1010

release_notes.md

+1-12
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,4 @@
33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
55
-->
6-
- Updated System.Memory.Data reference to 6.0.0 and 8.0.1 for .NET 6 and .NET 8, respectively.
7-
- Update Python Worker Version to [4.34.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.34.0)
8-
- Added fallback behavior to ensure in-proc payload compatibility with "dotnet-isolated" as the `FUNCTIONS_WORKER_RUNTIME` value (#10439)
9-
- Update Node.js Worker Version to [3.10.1](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.10.1)
10-
- Implement host configuration property to allow configuration of the metadata provider timeout period (#10526)
11-
- The value can be set via `metadataProviderTimeout` in host.json and defaults to "00:00:30" (30 seconds).
12-
- For logic apps, unless configured via the host.json, the timeout is disabled by default.
13-
- Added support for identity-based connections to Diagnostic Events (#10438)
14-
- Update PowerShell 7.2 worker to [4.0.4025](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4025)
15-
- Update PowerShell 7.4 worker to [4.0.4026](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4026)
16-
- Do not unregister gRPC extension endpoints on host shutdown.
17-
- Updated System.Memory.Data reference to 6.0.0 and 8.0.1 for .NET 6 and .NET 8, respectively.
6+
- Fixing ArgumentOutOfRangeException with timers (#10862)

src/WebJobs.Script/WebJobs.Script.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.4026" />
6969
<!-- /Workers -->
7070

71-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="5.1.0-12151" />
71+
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="5.2.0-12235" />
7272
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.2.0" />
7373
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Timers.Storage" Version="1.0.0-beta.1" />
7474
<PackageReference Include="Microsoft.Azure.WebJobs.Script.Abstractions" Version="1.0.4-preview" />

0 commit comments

Comments
 (0)