Skip to content

Commit ee0592e

Browse files
HazhzengAzureFunctionsPython
andauthored
Update v3 Python Worker Version to 1.2.1 (#7338)
Co-authored-by: AzureFunctionsPython <[email protected]>
1 parent cbf9ad1 commit ee0592e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

build/python.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<ItemGroup>
3-
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.1.2.0" />
3+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.1.2.1" />
44
</ItemGroup>
55
</Project>

release_notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<!-- Please add your release notes in the following format:
33
- My change description (#PR)
44
-->
5+
- Update Python Worker Version to [1.2.1](https://github.com/Azure/azure-functions-python-worker/releases/tag/1.2.1)
56

67
- Added a feature flag to opt out of the default behavior where the host sets the environment name to `Development` when running in debug mode. To disable the behavior, set the app setting: `AzureWebJobsFeatureFlags` to `DisableDevModeInDebug`
78
- Reorder CORS and EasyAuth middleware to prevent EasyAuth from blocking CORS requests (#7315)
@@ -12,4 +13,4 @@
1213
**Release sprint:** Sprint 100
1314
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+100%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+100%22+label%3Afeature+is%3Aclosed) ]
1415
- Update App Service Authentication/Authorization on Linux Consumption from 1.4.0 to 1.4.5. Release notes for this feature captured at https://github.com/Azure/app-service-announcements/issues. (#7205)
15-
- Add v12 Storage-dependent implementations to Functions Host to support Managed Identity integration
16+
- Add v12 Storage-dependent implementations to Functions Host to support Managed Identity integration

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<PackageReference Include="appinsights.testlogger" Version="1.0.0" />
5252
<PackageReference Include="FluentAssertions" Version="5.9.0" />
5353
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="3.1.0" />
54-
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.1.2.0" />
54+
<PackageReference Include="Microsoft.Azure.Functions.PythonWorker" Version="3.1.2.1" />
5555
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
5656
<PackageReference Include="Moq" Version="4.9.0" />
5757
<PackageReference Include="StyleCop.Analyzers" Version="1.1.0-beta004" />

0 commit comments

Comments
 (0)