Skip to content

Commit 43db540

Browse files
kaibocaiAzureFunctionsJava
andauthored
Update Java Worker Version to 2.9.1 (#9103)
* Update Java Worker Version to 2.9.1 * Update release_notes.md --------- Co-authored-by: AzureFunctionsJava <[email protected]>
1 parent 1911230 commit 43db540

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

release_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
55
-->
6+
- Update Java Worker Version to [2.9.1](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.9.1)
67
- Update Python Worker Version to [4.10.1](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.10.1)
7-
- Update Java Worker Version to [2.9.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.9.0)
88
- Update Python Worker Version to [4.10.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.10.0)
99
- Update App Service Authentication/Authorization on Linux Consumption from 1.4.17 to 1.5.1 [Release Note](https://github.com/Azure/app-service-announcements/issues/406)
1010
- Upgraded proto files to v1.8.0-protofile release (#9057)

src/WebJobs.Script/WebJobs.Script.csproj

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

5757
<!-- Workers -->
5858
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.2.20220831.41" />
59-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.9.0" />
59+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.9.1" />
6060
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.5.2" />
6161
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2302" />
6262
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.2673" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<PackageReference Include="Microsoft.Azure.EventHubs" Version="2.1.0" />
4545
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.5.2" />
4646
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="4.0.5-11874" />
47-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.9.0" />
47+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.9.1" />
4848
<PackageReference Include="Microsoft.Azure.Mobile.Client" Version="4.0.2" />
4949
<PackageReference Include="Microsoft.Azure.ServiceBus" Version="4.2.1" />
5050
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" />

0 commit comments

Comments
 (0)