From 5c13376d813e5960a3778669baf60b1ec8b70a06 Mon Sep 17 00:00:00 2001 From: AzureFunctionsJava Date: Fri, 15 Sep 2023 22:56:49 +0000 Subject: [PATCH 1/2] Update Java Worker Version to 2.13.0 --- release_notes.md | 1 + src/WebJobs.Script/WebJobs.Script.csproj | 4 ++-- .../WebJobs.Script.Tests.Integration.csproj | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/release_notes.md b/release_notes.md index 9f3bd8bf57..1b0d7e5d1c 100644 --- a/release_notes.md +++ b/release_notes.md @@ -3,6 +3,7 @@ +- Update Java Worker Version to [2.13.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.13.0) - Update Java Worker Version to [2.12.2](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.12.2) - Update Python Worker Version to [4.17.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.17.0) - Increased maximum HTTP request content size to 210000000 Bytes (~200MB) diff --git a/src/WebJobs.Script/WebJobs.Script.csproj b/src/WebJobs.Script/WebJobs.Script.csproj index 1b708bfce1..f4edb6a779 100644 --- a/src/WebJobs.Script/WebJobs.Script.csproj +++ b/src/WebJobs.Script/WebJobs.Script.csproj @@ -1,4 +1,4 @@ - + Microsoft.Azure.WebJobs.Script @@ -57,7 +57,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 9a884dbb32..48052e5676 100644 --- a/test/WebJobs.Script.Tests.Integration/WebJobs.Script.Tests.Integration.csproj +++ b/test/WebJobs.Script.Tests.Integration/WebJobs.Script.Tests.Integration.csproj @@ -44,7 +44,7 @@ - + From 17fc45cbf9b9b2d0aa093c27e653f22a2c6a92f1 Mon Sep 17 00:00:00 2001 From: Shreyas Gopalakrishna <11889130+shreyas-gopalakrishna@users.noreply.github.com> Date: Fri, 15 Sep 2023 17:58:26 -0500 Subject: [PATCH 2/2] Update release_notes.md for Java worker --- release_notes.md | 1 - 1 file changed, 1 deletion(-) diff --git a/release_notes.md b/release_notes.md index 1b0d7e5d1c..a7e5b261ca 100644 --- a/release_notes.md +++ b/release_notes.md @@ -4,7 +4,6 @@ - My change description (#PR) --> - Update Java Worker Version to [2.13.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.13.0) -- Update Java Worker Version to [2.12.2](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.12.2) - Update Python Worker Version to [4.17.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.17.0) - Increased maximum HTTP request content size to 210000000 Bytes (~200MB) - Update Node.js Worker Version to [3.8.1](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.8.1)