Skip to content

Commit 58a3d09

Browse files
kamperiadisAzureFunctionsJava
andauthored
Update Java Worker Version to 2.16.0 (#10376)
* Update Java Worker Version to 2.16.0 * Add details for java worker release versions --------- Co-authored-by: AzureFunctionsJava <[email protected]>
1 parent 59d8da4 commit 58a3d09

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

release_notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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.16.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.16.0):
7+
- Fix thread context classloader for middleware chain
68

79
- Upgraded the following package versions (#10325):
810
- `Azure.Security.KeyVault.Secrets` updated to 4.6.0
@@ -12,3 +14,4 @@
1214
- Update PowerShell 7.4 worker to [4.0.4021](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4021)
1315
- Updated dotnet-isolated worker to [1.0.11](https://github.com/Azure/azure-functions-dotnet-worker/pull/2653) (#10379)
1416
- Update Java Worker Version to [2.15.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.15.0)
17+
- Update grpc-protobuf to 1.64.0 and application insights agent version to 3.5.2

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.1" />
5656

5757
<!-- Workers -->
58-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.15.0" />
58+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.16.0" />
5959
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.3.20240307.67" />
6060
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.10.0" />
6161
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.3148" />

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<PackageReference Include="Microsoft.Azure.EventHubs" Version="2.1.0" />
4646
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.10.0" />
4747
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="4.0.5-11874" />
48-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.15.0" />
48+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.16.0" />
4949
<PackageReference Include="Microsoft.Azure.Mobile.Client" Version="4.0.2" />
5050
<PackageReference Include="Microsoft.Azure.ServiceBus" Version="4.2.1" />
5151
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />

0 commit comments

Comments
 (0)