diff --git a/release_notes.md b/release_notes.md index f90d54ad1e..6525cfaab6 100644 --- a/release_notes.md +++ b/release_notes.md @@ -18,3 +18,4 @@ - Updating Microsoft.Azure.WebJobs.Logging.ApplicationInsights to 3.0.42-12121 - Updated retry logic in Worker HTTP proxy to allow for longer worker HTTP listener initialization times (#10566). - Introduced proper handling in environments where .NET in-proc is not supported. +- Updated System.Memory.Data reference to 8.0.1 diff --git a/src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj b/src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj index 5cf8a163b3..eb0aff83a5 100644 --- a/src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj +++ b/src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj @@ -92,6 +92,7 @@ See https://github.com/Azure/azure-functions-host/pull/10002 --> + diff --git a/test/WebJobs.Script.Tests/Microsoft.Azure.WebJobs.Script.WebHost.deps.json b/test/WebJobs.Script.Tests/Microsoft.Azure.WebJobs.Script.WebHost.deps.json index 25ae30252c..895659c3bd 100644 --- a/test/WebJobs.Script.Tests/Microsoft.Azure.WebJobs.Script.WebHost.deps.json +++ b/test/WebJobs.Script.Tests/Microsoft.Azure.WebJobs.Script.WebHost.deps.json @@ -6,7 +6,7 @@ "compilationOptions": {}, "targets": { ".NETCoreApp,Version=v8.0": { - "Microsoft.Azure.WebJobs.Script.WebHost/4.1036.2": { + "Microsoft.Azure.WebJobs.Script.WebHost/4.1037.0": { "dependencies": { "Azure.Data.Tables": "12.8.3", "Azure.Identity": "1.11.4", @@ -21,12 +21,12 @@ "Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.1", "Microsoft.Azure.AppService.Middleware.Functions": "1.5.5", "Microsoft.Azure.AppService.Proxy.Client": "2.3.20240307.67", - "Microsoft.Azure.Functions.PythonWorker": "4.33.0", + "Microsoft.Azure.Functions.PythonWorker": "4.34.0", "Microsoft.Azure.Storage.File": "11.1.7", "Microsoft.Azure.WebJobs": "3.0.41", "Microsoft.Azure.WebJobs.Host.Storage": "5.0.1", - "Microsoft.Azure.WebJobs.Script": "4.1036.2", - "Microsoft.Azure.WebJobs.Script.Grpc": "4.1036.2", + "Microsoft.Azure.WebJobs.Script": "4.1037.0", + "Microsoft.Azure.WebJobs.Script.Grpc": "4.1037.0", "Microsoft.Azure.WebSites.DataProtection": "2.1.91-alpha", "Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0", "Microsoft.IdentityModel.Tokens": "6.35.0", @@ -35,9 +35,11 @@ "StyleCop.Analyzers": "1.2.0-beta.435", "System.IO.FileSystem.AccessControl": "5.0.0", "System.IdentityModel.Tokens.Jwt": "6.35.0", + "System.Memory.Data": "8.0.1", "System.Net.NameResolution": "4.3.0", - "Microsoft.Azure.WebJobs.Script.Reference": "4.1036.0.0", - "Microsoft.Azure.WebJobs.Script.Grpc.Reference": "4.1036.0.0" + "System.Text.Json": "8.0.5", + "Microsoft.Azure.WebJobs.Script.Reference": "4.1037.0.0", + "Microsoft.Azure.WebJobs.Script.Grpc.Reference": "4.1037.0.0" }, "runtime": { "Microsoft.Azure.WebJobs.Script.WebHost.dll": {} @@ -60,7 +62,7 @@ "Microsoft.Bcl.AsyncInterfaces": "1.1.1", "System.ClientModel": "1.0.0", "System.Diagnostics.DiagnosticSource": "8.0.0", - "System.Memory.Data": "1.0.2", + "System.Memory.Data": "8.0.1", "System.Numerics.Vectors": "4.5.0", "System.Text.Encodings.Web": "8.0.0", "System.Text.Json": "8.0.5", @@ -850,9 +852,9 @@ "Microsoft.Azure.Functions.JavaWorker/2.17.0": {}, "Microsoft.Azure.Functions.NodeJsWorker/3.10.1": {}, "Microsoft.Azure.Functions.PowerShellWorker.PS7.0/4.0.3148": {}, - "Microsoft.Azure.Functions.PowerShellWorker.PS7.2/4.0.4020": {}, - "Microsoft.Azure.Functions.PowerShellWorker.PS7.4/4.0.4021": {}, - "Microsoft.Azure.Functions.PythonWorker/4.33.0": {}, + "Microsoft.Azure.Functions.PowerShellWorker.PS7.2/4.0.4025": {}, + "Microsoft.Azure.Functions.PowerShellWorker.PS7.4/4.0.4026": {}, + "Microsoft.Azure.Functions.PythonWorker/4.34.0": {}, "Microsoft.Azure.KeyVault.Core/2.0.4": { "dependencies": { "System.Runtime": "4.3.1", @@ -902,7 +904,7 @@ "Microsoft.Extensions.Logging.Abstractions": "8.0.0", "Microsoft.Extensions.Logging.Configuration": "8.0.0", "Newtonsoft.Json": "13.0.3", - "System.Memory.Data": "1.0.2", + "System.Memory.Data": "8.0.1", "System.Threading.Tasks.Dataflow": "4.8.0" }, "runtime": { @@ -916,7 +918,7 @@ "dependencies": { "System.ComponentModel.Annotations": "4.5.0", "System.Diagnostics.TraceSource": "4.3.0", - "System.Memory.Data": "1.0.2" + "System.Memory.Data": "8.0.1" }, "runtime": { "lib/netstandard2.0/Microsoft.Azure.WebJobs.dll": { @@ -979,7 +981,7 @@ } } }, - "Microsoft.Azure.WebJobs.Logging.ApplicationInsights/3.0.41-11331": { + "Microsoft.Azure.WebJobs.Logging.ApplicationInsights/3.0.42-12121": { "dependencies": { "Azure.Identity": "1.11.4", "Microsoft.ApplicationInsights": "2.22.0", @@ -999,8 +1001,8 @@ }, "runtime": { "lib/netstandard2.0/Microsoft.Azure.WebJobs.Logging.ApplicationInsights.dll": { - "assemblyVersion": "3.0.41.0", - "fileVersion": "3.0.41.0" + "assemblyVersion": "3.0.42.0", + "fileVersion": "3.0.42.0" } } }, @@ -2086,7 +2088,7 @@ "System.Buffers/4.5.0": {}, "System.ClientModel/1.0.0": { "dependencies": { - "System.Memory.Data": "1.0.2", + "System.Memory.Data": "8.0.1", "System.Text.Json": "8.0.5" }, "runtime": { @@ -2333,15 +2335,11 @@ } }, "System.Memory/4.5.4": {}, - "System.Memory.Data/1.0.2": { - "dependencies": { - "System.Text.Encodings.Web": "8.0.0", - "System.Text.Json": "8.0.5" - }, + "System.Memory.Data/8.0.1": { "runtime": { - "lib/netstandard2.0/System.Memory.Data.dll": { - "assemblyVersion": "1.0.2.0", - "fileVersion": "1.0.221.20802" + "lib/net8.0/System.Memory.Data.dll": { + "assemblyVersion": "8.0.0.1", + "fileVersion": "8.0.1024.46610" } } }, @@ -2871,7 +2869,7 @@ } } }, - "Microsoft.Azure.WebJobs.Script/4.1036.2": { + "Microsoft.Azure.WebJobs.Script/4.1037.0": { "dependencies": { "Azure.Core": "1.38.0", "Azure.Data.Tables": "12.8.3", @@ -2889,14 +2887,14 @@ "Microsoft.Azure.Functions.JavaWorker": "2.17.0", "Microsoft.Azure.Functions.NodeJsWorker": "3.10.1", "Microsoft.Azure.Functions.PowerShellWorker.PS7.0": "4.0.3148", - "Microsoft.Azure.Functions.PowerShellWorker.PS7.2": "4.0.4020", - "Microsoft.Azure.Functions.PowerShellWorker.PS7.4": "4.0.4021", + "Microsoft.Azure.Functions.PowerShellWorker.PS7.2": "4.0.4025", + "Microsoft.Azure.Functions.PowerShellWorker.PS7.4": "4.0.4026", "Microsoft.Azure.WebJobs": "3.0.41", "Microsoft.Azure.WebJobs.Extensions": "5.1.0-12067", "Microsoft.Azure.WebJobs.Extensions.Http": "3.2.0", "Microsoft.Azure.WebJobs.Extensions.Timers.Storage": "1.0.0-beta.1", "Microsoft.Azure.WebJobs.Host.Storage": "5.0.1", - "Microsoft.Azure.WebJobs.Logging.ApplicationInsights": "3.0.41-11331", + "Microsoft.Azure.WebJobs.Logging.ApplicationInsights": "3.0.42-12121", "Microsoft.Azure.WebJobs.Script.Abstractions": "1.0.4-preview", "Microsoft.CodeAnalysis.CSharp.Scripting": "3.3.1", "Microsoft.Extensions.Azure": "1.7.1", @@ -2921,13 +2919,17 @@ "System.Security.Cryptography.Xml": "4.7.1", "System.Text.Encodings.Web": "8.0.0", "System.Text.Json": "8.0.5", - "System.Text.RegularExpressions": "4.3.1" + "System.Text.RegularExpressions": "4.3.1", + "System.Threading.Channels": "8.0.0" }, "runtime": { - "Microsoft.Azure.WebJobs.Script.dll": {} + "Microsoft.Azure.WebJobs.Script.dll": { + "assemblyVersion": "4.1037.0", + "fileVersion": "" + } } }, - "Microsoft.Azure.WebJobs.Script.Grpc/4.1036.2": { + "Microsoft.Azure.WebJobs.Script.Grpc/4.1037.0": { "dependencies": { "Grpc.AspNetCore": "2.55.0", "Microsoft.ApplicationInsights": "2.22.0", @@ -2936,35 +2938,38 @@ "Microsoft.ApplicationInsights.WindowsServer": "2.22.0", "Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0", "Microsoft.Azure.WebJobs.Rpc.Core": "3.0.37", - "Microsoft.Azure.WebJobs.Script": "4.1036.2", + "Microsoft.Azure.WebJobs.Script": "4.1037.0", "System.IO.FileSystem.Primitives": "4.3.0", "System.Threading.Channels": "8.0.0", "Yarp.ReverseProxy": "2.0.1" }, "runtime": { - "Microsoft.Azure.WebJobs.Script.Grpc.dll": {} + "Microsoft.Azure.WebJobs.Script.Grpc.dll": { + "assemblyVersion": "4.1037.0", + "fileVersion": "" + } } }, - "Microsoft.Azure.WebJobs.Script.Reference/4.1036.0.0": { + "Microsoft.Azure.WebJobs.Script.Reference/4.1037.0.0": { "runtime": { "Microsoft.Azure.WebJobs.Script.dll": { - "assemblyVersion": "4.1036.0.0", - "fileVersion": "4.1036.2.43" + "assemblyVersion": "4.1037.0.0", + "fileVersion": "4.1037.0.0" } } }, - "Microsoft.Azure.WebJobs.Script.Grpc.Reference/4.1036.0.0": { + "Microsoft.Azure.WebJobs.Script.Grpc.Reference/4.1037.0.0": { "runtime": { "Microsoft.Azure.WebJobs.Script.Grpc.dll": { - "assemblyVersion": "4.1036.0.0", - "fileVersion": "4.1036.2.43" + "assemblyVersion": "4.1037.0.0", + "fileVersion": "4.1037.0.0" } } } } }, "libraries": { - "Microsoft.Azure.WebJobs.Script.WebHost/4.1036.2": { + "Microsoft.Azure.WebJobs.Script.WebHost/4.1037.0": { "type": "project", "serviceable": false, "sha512": "" @@ -3557,26 +3562,26 @@ "path": "microsoft.azure.functions.powershellworker.ps7.0/4.0.3148", "hashPath": "microsoft.azure.functions.powershellworker.ps7.0.4.0.3148.nupkg.sha512" }, - "Microsoft.Azure.Functions.PowerShellWorker.PS7.2/4.0.4020": { + "Microsoft.Azure.Functions.PowerShellWorker.PS7.2/4.0.4025": { "type": "package", "serviceable": true, - "sha512": "sha512-Z7FOzT8/bYmDUuPCiEJ2toUZyUPI6mOde7EGuvMn0sXuAGiX/s3GQBSvp0iCp7F0lZzxpqwY0HlzpOveV0JiMA==", - "path": "microsoft.azure.functions.powershellworker.ps7.2/4.0.4020", - "hashPath": "microsoft.azure.functions.powershellworker.ps7.2.4.0.4020.nupkg.sha512" + "sha512": "sha512-tQz7f1244TPiZ0aDhLAWCgrDUKG+zTpeUZZBz9gmtWX4hTm8BxYAjvtU24AdywbPbrNSrF5/Nr6IAPrljUySYw==", + "path": "microsoft.azure.functions.powershellworker.ps7.2/4.0.4025", + "hashPath": "microsoft.azure.functions.powershellworker.ps7.2.4.0.4025.nupkg.sha512" }, - "Microsoft.Azure.Functions.PowerShellWorker.PS7.4/4.0.4021": { + "Microsoft.Azure.Functions.PowerShellWorker.PS7.4/4.0.4026": { "type": "package", "serviceable": true, - "sha512": "sha512-myTRe4lkgwqyPPau0SniW7jYBsNMGaEw48+egZUC7RsDEKmtNmW3/Uchro8KE5QtR1lWcttpf5TcGXDiI0Povw==", - "path": "microsoft.azure.functions.powershellworker.ps7.4/4.0.4021", - "hashPath": "microsoft.azure.functions.powershellworker.ps7.4.4.0.4021.nupkg.sha512" + "sha512": "sha512-dMwqrTYe14LZSm8C613iXpe7ePjxj5L/REZ4reC4fVComPzbCbQDheW5bjF+/o0DJ9gY3AwHHqTTQlpFkNGfzA==", + "path": "microsoft.azure.functions.powershellworker.ps7.4/4.0.4026", + "hashPath": "microsoft.azure.functions.powershellworker.ps7.4.4.0.4026.nupkg.sha512" }, - "Microsoft.Azure.Functions.PythonWorker/4.33.0": { + "Microsoft.Azure.Functions.PythonWorker/4.34.0": { "type": "package", "serviceable": true, - "sha512": "sha512-QnV3AVR3CyQsHWqn2+cldNEqP5TpgxnOSUQRgH/eZia88klSBgZwfe46TdTH5qk5YyYSD6beRV3VfkqhEV8lsA==", - "path": "microsoft.azure.functions.pythonworker/4.33.0", - "hashPath": "microsoft.azure.functions.pythonworker.4.33.0.nupkg.sha512" + "sha512": "sha512-ZaajWrJPy/AQ4TFWdTyZVqTURSNzAVMt5Qq93YTsMKuEK/dP3m/rI7HipdieTy/R600dBhBmv6fihCCVBMhfuA==", + "path": "microsoft.azure.functions.pythonworker/4.34.0", + "hashPath": "microsoft.azure.functions.pythonworker.4.34.0.nupkg.sha512" }, "Microsoft.Azure.KeyVault.Core/2.0.4": { "type": "package", @@ -3641,12 +3646,12 @@ "path": "microsoft.azure.webjobs.host.storage/5.0.1", "hashPath": "microsoft.azure.webjobs.host.storage.5.0.1.nupkg.sha512" }, - "Microsoft.Azure.WebJobs.Logging.ApplicationInsights/3.0.41-11331": { + "Microsoft.Azure.WebJobs.Logging.ApplicationInsights/3.0.42-12121": { "type": "package", "serviceable": true, - "sha512": "sha512-agWPox2EMKpk+/ZNfuCJe3YWa6sj5rmMzMIzYNCPXF2V7kd5qBTUijSImviLqrb1jPfE+jLdQExaFQdoqCWThQ==", - "path": "microsoft.azure.webjobs.logging.applicationinsights/3.0.41-11331", - "hashPath": "microsoft.azure.webjobs.logging.applicationinsights.3.0.41-11331.nupkg.sha512" + "sha512": "sha512-0I0IKdDvxucoxwQpBjxkRbJpBiFbDeGQfoVzqSe9xUOyp/hNLbX54Wmt1DmYf7SMbY3HL/I7xAFAsujkOpWJwA==", + "path": "microsoft.azure.webjobs.logging.applicationinsights/3.0.42-12121", + "hashPath": "microsoft.azure.webjobs.logging.applicationinsights.3.0.42-12121.nupkg.sha512" }, "Microsoft.Azure.WebJobs.Rpc.Core/3.0.37": { "type": "package", @@ -4565,12 +4570,12 @@ "path": "system.memory/4.5.4", "hashPath": "system.memory.4.5.4.nupkg.sha512" }, - "System.Memory.Data/1.0.2": { + "System.Memory.Data/8.0.1": { "type": "package", "serviceable": true, - "sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==", - "path": "system.memory.data/1.0.2", - "hashPath": "system.memory.data.1.0.2.nupkg.sha512" + "sha512": "sha512-BVYuec3jV23EMRDeR7Dr1/qhx7369dZzJ9IWy2xylvb4YfXsrUxspWc4UWYid/tj4zZK58uGZqn2WQiaDMhmAg==", + "path": "system.memory.data/8.0.1", + "hashPath": "system.memory.data.8.0.1.nupkg.sha512" }, "System.Net.Http/4.3.4": { "type": "package", @@ -4971,22 +4976,22 @@ "path": "yarp.reverseproxy/2.0.1", "hashPath": "yarp.reverseproxy.2.0.1.nupkg.sha512" }, - "Microsoft.Azure.WebJobs.Script/4.1036.2": { + "Microsoft.Azure.WebJobs.Script/4.1037.0": { "type": "project", "serviceable": false, "sha512": "" }, - "Microsoft.Azure.WebJobs.Script.Grpc/4.1036.2": { + "Microsoft.Azure.WebJobs.Script.Grpc/4.1037.0": { "type": "project", "serviceable": false, "sha512": "" }, - "Microsoft.Azure.WebJobs.Script.Reference/4.1036.0.0": { + "Microsoft.Azure.WebJobs.Script.Reference/4.1037.0.0": { "type": "reference", "serviceable": false, "sha512": "" }, - "Microsoft.Azure.WebJobs.Script.Grpc.Reference/4.1036.0.0": { + "Microsoft.Azure.WebJobs.Script.Grpc.Reference/4.1037.0.0": { "type": "reference", "serviceable": false, "sha512": ""