From ff0dea77c3de615a9a19f000595dc56262f47ad4 Mon Sep 17 00:00:00 2001 From: Kirstyn Amperiadis <102087132+kamperiadis@users.noreply.github.com> Date: Wed, 28 Aug 2024 14:30:07 -0500 Subject: [PATCH] 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 --- release_notes.md | 7 +++---- src/WebJobs.Script/WebJobs.Script.csproj | 2 +- .../WebJobs.Script.Tests.Integration.csproj | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/release_notes.md b/release_notes.md index 1de9a17ec1..df9fc9ab68 100644 --- a/release_notes.md +++ b/release_notes.md @@ -3,9 +3,10 @@ +- Update Java Worker Version to [2.17.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.17.0) + - Update application insights agent version to 3.5.4 + - Includes fixes from 2.16.0 - Update Python Worker Version to [4.31.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.31.0) -- Update Java Worker Version to [2.16.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.16.0): - - Fix thread context classloader for middleware chain - Upgraded the following package versions (#10325): - `Azure.Security.KeyVault.Secrets` updated to 4.6.0 - `System.Format.Asn1` updated to 6.0.1 @@ -13,8 +14,6 @@ - Update PowerShell 7.2 worker to [4.0.4020](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4020) - Update PowerShell 7.4 worker to [4.0.4021](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4021) - Updated dotnet-isolated worker to [1.0.11](https://github.com/Azure/azure-functions-dotnet-worker/pull/2653) (#10379) -- Update Java Worker Version to [2.15.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.15.0) - - Update grpc-protobuf to 1.64.0 and application insights agent version to 3.5.2 - Resolved thread safety issue in the `GrpcWorkerChannel.LoadResponse` method. (#10352) - Worker termination path updated with sanitized logging (#10367) - Avoid redundant DiagnosticEvents error message (#10395) diff --git a/src/WebJobs.Script/WebJobs.Script.csproj b/src/WebJobs.Script/WebJobs.Script.csproj index 6a594dcae1..10a24cdbbc 100644 --- a/src/WebJobs.Script/WebJobs.Script.csproj +++ b/src/WebJobs.Script/WebJobs.Script.csproj @@ -56,7 +56,7 @@ - + diff --git a/test/WebJobs.Script.Tests.Integration/WebJobs.Script.Tests.Integration.csproj b/test/WebJobs.Script.Tests.Integration/WebJobs.Script.Tests.Integration.csproj index 388c35d4f4..759ef31c16 100644 --- a/test/WebJobs.Script.Tests.Integration/WebJobs.Script.Tests.Integration.csproj +++ b/test/WebJobs.Script.Tests.Integration/WebJobs.Script.Tests.Integration.csproj @@ -45,7 +45,7 @@ - +