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 @@ - +