Skip to content

Commit ff0dea7

Browse files
kamperiadisAzureFunctionsJava
andauthored
Update Java Worker Version to 2.17.0 (#10429)
* Update Java Worker Version to 2.17.0 * Add details of changes in java version 2.17.0 * Update release_notes.md --------- Co-authored-by: AzureFunctionsJava <[email protected]>
1 parent fc5c11b commit ff0dea7

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

release_notes.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,17 @@
33
<!-- Please add your release notes in the following format:
44
- My change description (#PR)
55
-->
6+
- Update Java Worker Version to [2.17.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.17.0)
7+
- Update application insights agent version to 3.5.4
8+
- Includes fixes from 2.16.0
69
- Update Python Worker Version to [4.31.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.31.0)
7-
- Update Java Worker Version to [2.16.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.16.0):
8-
- Fix thread context classloader for middleware chain
910
- Upgraded the following package versions (#10325):
1011
- `Azure.Security.KeyVault.Secrets` updated to 4.6.0
1112
- `System.Format.Asn1` updated to 6.0.1
1213
- Update Python Worker Version to [4.30.3](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.30.3)
1314
- Update PowerShell 7.2 worker to [4.0.4020](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4020)
1415
- Update PowerShell 7.4 worker to [4.0.4021](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4021)
1516
- Updated dotnet-isolated worker to [1.0.11](https://github.com/Azure/azure-functions-dotnet-worker/pull/2653) (#10379)
16-
- 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
1817
- Resolved thread safety issue in the `GrpcWorkerChannel.LoadResponse` method. (#10352)
1918
- Worker termination path updated with sanitized logging (#10367)
2019
- Avoid redundant DiagnosticEvents error message (#10395)

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
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.1" />
5757

5858
<!-- Workers -->
59-
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.16.0" />
59+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.17.0" />
6060
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.3.20240307.67" />
6161
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.10.0" />
6262
<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.16.0" />
48+
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.17.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)