Skip to content

Commit 6fcb874

Browse files
gavin-aguiarazure-functions-release[bot]hallvictoriaAzureFunctionsPython
authored
Python Worker 4.40.1 hotfix (#11370)
* Update version to 4.1044.200 * Clear release notes * Update Python Worker Version to 4.40.1 (#11367) --------- Co-authored-by: AzureFunctionsPython <[email protected]> Co-authored-by: Gavin Aguiar <[email protected]> * Revise release notes and update Python Worker version Updated Python Worker Version to 4.40.1 and restored release notes formatting. --------- Co-authored-by: azure-functions-release[bot] <223311270+azure-functions-release[bot]@users.noreply.github.com> Co-authored-by: hallvictoria <[email protected]> Co-authored-by: AzureFunctionsPython <[email protected]>
1 parent ea73e61 commit 6fcb874

File tree

4 files changed

+5
-23
lines changed

4 files changed

+5
-23
lines changed

eng/build/Workers.Python.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<ItemGroup>
44
<!-- Python worker does not ship with the host for windows. -->
5-
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.40.0" Condition="!$(RuntimeIdentifier.StartsWith('win'))" />
5+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.40.1" Condition="!$(RuntimeIdentifier.StartsWith('win'))" />
66
</ItemGroup>
77

88
</Project>

release_notes.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,4 @@
33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
55
-->
6-
- Rev `Microsoft.Azure.Functions.DotNetIsolatedNativeHost` to `1.0.13` (#11269)
7-
- Refactor telemetry & exporter setup: deprecations, noise reduction, and API updates (#11260)
8-
- Update Python Worker Version to [4.39.2](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.39.2)
9-
- Add JitTrace Files for v4.1043 (#11281)
10-
- Update `Microsoft.Azure.WebJobs` reference to `3.0.42` (#11309)
11-
- Adding Activity wrapper to create a function-level request telemetry when none exists (#11311)
12-
- Introduce 'configurationProfile' functionality (#11324)
13-
- Remove request size limit for Host <--> Worker communication (#11295)
14-
- Setting current activity status for failed invocations (#11313)
15-
- Adding test coverage for `Utility.IsAzureMonitorLoggingEnabled` (#11322)
16-
- Reduce allocations in `Utility.IsAzureMonitorLoggingEnabled` (#11323)
17-
- Update PowerShell worker to [4.0.4581](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4581)
18-
- Bug fix that fails in-flight invocations when a worker channel shuts down (#11159)
19-
- Adds WebHost and ScriptHost health checks. (#11341, #11183, #11178, #11173, #11161)
20-
- Update Node.js Worker Version to [3.12.0](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.12.0)
21-
- Added support for MCP custom handler. (#11355)
22-
- Update Python Worker Version to [4.40.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.40.0)
23-
- RpcException Handling (#11347)
24-
- Adding route handling configuration for custom handlers (#11345)
6+
- Update Python Worker Version to [4.40.1](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.40.1)

src/Directory.Version.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>4.1044.100</VersionPrefix>
3+
<VersionPrefix>4.1044.200</VersionPrefix>
44
<UpdateBuildNumber>true</UpdateBuildNumber>
55
</PropertyGroup>
66
</Project>

test/WebJobs.Script.Tests/WebJobs.Script.Tests.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net8.0</TargetFramework>
@@ -26,7 +26,7 @@
2626
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.22.0" />
2727
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="8.0.0" />
2828
<PackageReference Include="Microsoft.Extensions.Diagnostics.Testing" Version="8.1.0" />
29-
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.40.0" />
29+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="4.40.1" />
3030
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
3131
<PackageReference Include="Moq" Version="4.18.4" />
3232
<PackageReference Include="StyleCop.Analyzers" Version="1.2.0-beta.556" PrivateAssets="all" />

0 commit comments

Comments
 (0)