From 32071880655b20cc1c028b402473df0fa439ac1c Mon Sep 17 00:00:00 2001 From: Shyju Krishnankutty Date: Fri, 29 Sep 2023 11:50:18 -0700 Subject: [PATCH 1/2] Updating Microsoft.Azure.Functions.DotNetIsolatedNativeHost package to 1.0.0 --- src/WebJobs.Script/WebJobs.Script.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/WebJobs.Script/WebJobs.Script.csproj b/src/WebJobs.Script/WebJobs.Script.csproj index f4edb6a779..3fb8a160d0 100644 --- a/src/WebJobs.Script/WebJobs.Script.csproj +++ b/src/WebJobs.Script/WebJobs.Script.csproj @@ -47,7 +47,7 @@ - + From c2c13ee6bc7f4ed74a24e9be591649fedf5da5af Mon Sep 17 00:00:00 2001 From: Shyju Krishnankutty Date: Fri, 29 Sep 2023 11:54:58 -0700 Subject: [PATCH 2/2] Update release notes. --- release_notes.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/release_notes.md b/release_notes.md index 6139d02073..38f72aa2a2 100644 --- a/release_notes.md +++ b/release_notes.md @@ -16,4 +16,6 @@ - This fixes a bug with worker indexing where we are shutting down worker channels and creating a new channel that never gets properly initialized as the invocation buffers are not created - this leads to a "Did not find initialized workers" error. - Check if a blob container or table exists before trying to create it (#9555) -- Limit dotnet-isolated specialization to 64 bit host process (#9548) \ No newline at end of file +- Limit dotnet-isolated specialization to 64 bit host process (#9548) +- Update DotNetIsolatedNativeHost worker version to 1.0.0 + - [Updated FunctionsNetHost to handle the new "functions-" prefix command line arguments.](https://github.com/Azure/azure-functions-dotnet-worker/pull/1901)