Skip to content

Commit 81e301a

Browse files
authored
Updating System.Memory.Data reference (#10610)
1 parent 74e3ca7 commit 81e301a

File tree

3 files changed

+71
-64
lines changed

3 files changed

+71
-64
lines changed

release_notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
- My change description (#PR)
55
-->
66
- Introduced proper handling in environments where .NET in-proc is not supported.
7+
- Updated System.Memory.Data reference to 8.0.1

src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@
9292
See https://github.com/Azure/azure-functions-host/pull/10002
9393
-->
9494
<PackageReference Include="System.IO.FileSystem.AccessControl" Version="5.0.0" />
95+
<PackageReference Include="System.Memory.Data" Version="8.0.1" />
9596
<PackageReference Include="System.Net.NameResolution" Version="4.3.0" />
9697
</ItemGroup>
9798

test/WebJobs.Script.Tests/Microsoft.Azure.WebJobs.Script.WebHost.deps.json

Lines changed: 69 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"compilationOptions": {},
77
"targets": {
88
".NETCoreApp,Version=v8.0": {
9-
"Microsoft.Azure.WebJobs.Script.WebHost/4.1036.2": {
9+
"Microsoft.Azure.WebJobs.Script.WebHost/4.1037.0": {
1010
"dependencies": {
1111
"Azure.Data.Tables": "12.8.3",
1212
"Azure.Identity": "1.11.4",
@@ -21,12 +21,12 @@
2121
"Microsoft.AspNetCore.Mvc.NewtonsoftJson": "8.0.1",
2222
"Microsoft.Azure.AppService.Middleware.Functions": "1.5.5",
2323
"Microsoft.Azure.AppService.Proxy.Client": "2.3.20240307.67",
24-
"Microsoft.Azure.Functions.PythonWorker": "4.33.0",
24+
"Microsoft.Azure.Functions.PythonWorker": "4.34.0",
2525
"Microsoft.Azure.Storage.File": "11.1.7",
2626
"Microsoft.Azure.WebJobs": "3.0.41",
2727
"Microsoft.Azure.WebJobs.Host.Storage": "5.0.1",
28-
"Microsoft.Azure.WebJobs.Script": "4.1036.2",
29-
"Microsoft.Azure.WebJobs.Script.Grpc": "4.1036.2",
28+
"Microsoft.Azure.WebJobs.Script": "4.1037.0",
29+
"Microsoft.Azure.WebJobs.Script.Grpc": "4.1037.0",
3030
"Microsoft.Azure.WebSites.DataProtection": "2.1.91-alpha",
3131
"Microsoft.IdentityModel.Protocols.OpenIdConnect": "6.35.0",
3232
"Microsoft.IdentityModel.Tokens": "6.35.0",
@@ -35,9 +35,11 @@
3535
"StyleCop.Analyzers": "1.2.0-beta.435",
3636
"System.IO.FileSystem.AccessControl": "5.0.0",
3737
"System.IdentityModel.Tokens.Jwt": "6.35.0",
38+
"System.Memory.Data": "8.0.1",
3839
"System.Net.NameResolution": "4.3.0",
39-
"Microsoft.Azure.WebJobs.Script.Reference": "4.1036.0.0",
40-
"Microsoft.Azure.WebJobs.Script.Grpc.Reference": "4.1036.0.0"
40+
"System.Text.Json": "8.0.5",
41+
"Microsoft.Azure.WebJobs.Script.Reference": "4.1037.0.0",
42+
"Microsoft.Azure.WebJobs.Script.Grpc.Reference": "4.1037.0.0"
4143
},
4244
"runtime": {
4345
"Microsoft.Azure.WebJobs.Script.WebHost.dll": {}
@@ -60,7 +62,7 @@
6062
"Microsoft.Bcl.AsyncInterfaces": "1.1.1",
6163
"System.ClientModel": "1.0.0",
6264
"System.Diagnostics.DiagnosticSource": "8.0.0",
63-
"System.Memory.Data": "1.0.2",
65+
"System.Memory.Data": "8.0.1",
6466
"System.Numerics.Vectors": "4.5.0",
6567
"System.Text.Encodings.Web": "8.0.0",
6668
"System.Text.Json": "8.0.5",
@@ -850,9 +852,9 @@
850852
"Microsoft.Azure.Functions.JavaWorker/2.17.0": {},
851853
"Microsoft.Azure.Functions.NodeJsWorker/3.10.1": {},
852854
"Microsoft.Azure.Functions.PowerShellWorker.PS7.0/4.0.3148": {},
853-
"Microsoft.Azure.Functions.PowerShellWorker.PS7.2/4.0.4020": {},
854-
"Microsoft.Azure.Functions.PowerShellWorker.PS7.4/4.0.4021": {},
855-
"Microsoft.Azure.Functions.PythonWorker/4.33.0": {},
855+
"Microsoft.Azure.Functions.PowerShellWorker.PS7.2/4.0.4025": {},
856+
"Microsoft.Azure.Functions.PowerShellWorker.PS7.4/4.0.4026": {},
857+
"Microsoft.Azure.Functions.PythonWorker/4.34.0": {},
856858
"Microsoft.Azure.KeyVault.Core/2.0.4": {
857859
"dependencies": {
858860
"System.Runtime": "4.3.1",
@@ -902,7 +904,7 @@
902904
"Microsoft.Extensions.Logging.Abstractions": "8.0.0",
903905
"Microsoft.Extensions.Logging.Configuration": "8.0.0",
904906
"Newtonsoft.Json": "13.0.3",
905-
"System.Memory.Data": "1.0.2",
907+
"System.Memory.Data": "8.0.1",
906908
"System.Threading.Tasks.Dataflow": "4.8.0"
907909
},
908910
"runtime": {
@@ -916,7 +918,7 @@
916918
"dependencies": {
917919
"System.ComponentModel.Annotations": "4.5.0",
918920
"System.Diagnostics.TraceSource": "4.3.0",
919-
"System.Memory.Data": "1.0.2"
921+
"System.Memory.Data": "8.0.1"
920922
},
921923
"runtime": {
922924
"lib/netstandard2.0/Microsoft.Azure.WebJobs.dll": {
@@ -979,7 +981,7 @@
979981
}
980982
}
981983
},
982-
"Microsoft.Azure.WebJobs.Logging.ApplicationInsights/3.0.41-11331": {
984+
"Microsoft.Azure.WebJobs.Logging.ApplicationInsights/3.0.42-12121": {
983985
"dependencies": {
984986
"Azure.Identity": "1.11.4",
985987
"Microsoft.ApplicationInsights": "2.22.0",
@@ -999,8 +1001,8 @@
9991001
},
10001002
"runtime": {
10011003
"lib/netstandard2.0/Microsoft.Azure.WebJobs.Logging.ApplicationInsights.dll": {
1002-
"assemblyVersion": "3.0.41.0",
1003-
"fileVersion": "3.0.41.0"
1004+
"assemblyVersion": "3.0.42.0",
1005+
"fileVersion": "3.0.42.0"
10041006
}
10051007
}
10061008
},
@@ -2086,7 +2088,7 @@
20862088
"System.Buffers/4.5.0": {},
20872089
"System.ClientModel/1.0.0": {
20882090
"dependencies": {
2089-
"System.Memory.Data": "1.0.2",
2091+
"System.Memory.Data": "8.0.1",
20902092
"System.Text.Json": "8.0.5"
20912093
},
20922094
"runtime": {
@@ -2333,15 +2335,11 @@
23332335
}
23342336
},
23352337
"System.Memory/4.5.4": {},
2336-
"System.Memory.Data/1.0.2": {
2337-
"dependencies": {
2338-
"System.Text.Encodings.Web": "8.0.0",
2339-
"System.Text.Json": "8.0.5"
2340-
},
2338+
"System.Memory.Data/8.0.1": {
23412339
"runtime": {
2342-
"lib/netstandard2.0/System.Memory.Data.dll": {
2343-
"assemblyVersion": "1.0.2.0",
2344-
"fileVersion": "1.0.221.20802"
2340+
"lib/net8.0/System.Memory.Data.dll": {
2341+
"assemblyVersion": "8.0.0.1",
2342+
"fileVersion": "8.0.1024.46610"
23452343
}
23462344
}
23472345
},
@@ -2871,7 +2869,7 @@
28712869
}
28722870
}
28732871
},
2874-
"Microsoft.Azure.WebJobs.Script/4.1036.2": {
2872+
"Microsoft.Azure.WebJobs.Script/4.1037.0": {
28752873
"dependencies": {
28762874
"Azure.Core": "1.38.0",
28772875
"Azure.Data.Tables": "12.8.3",
@@ -2889,14 +2887,14 @@
28892887
"Microsoft.Azure.Functions.JavaWorker": "2.17.0",
28902888
"Microsoft.Azure.Functions.NodeJsWorker": "3.10.1",
28912889
"Microsoft.Azure.Functions.PowerShellWorker.PS7.0": "4.0.3148",
2892-
"Microsoft.Azure.Functions.PowerShellWorker.PS7.2": "4.0.4020",
2893-
"Microsoft.Azure.Functions.PowerShellWorker.PS7.4": "4.0.4021",
2890+
"Microsoft.Azure.Functions.PowerShellWorker.PS7.2": "4.0.4025",
2891+
"Microsoft.Azure.Functions.PowerShellWorker.PS7.4": "4.0.4026",
28942892
"Microsoft.Azure.WebJobs": "3.0.41",
28952893
"Microsoft.Azure.WebJobs.Extensions": "5.1.0-12067",
28962894
"Microsoft.Azure.WebJobs.Extensions.Http": "3.2.0",
28972895
"Microsoft.Azure.WebJobs.Extensions.Timers.Storage": "1.0.0-beta.1",
28982896
"Microsoft.Azure.WebJobs.Host.Storage": "5.0.1",
2899-
"Microsoft.Azure.WebJobs.Logging.ApplicationInsights": "3.0.41-11331",
2897+
"Microsoft.Azure.WebJobs.Logging.ApplicationInsights": "3.0.42-12121",
29002898
"Microsoft.Azure.WebJobs.Script.Abstractions": "1.0.4-preview",
29012899
"Microsoft.CodeAnalysis.CSharp.Scripting": "3.3.1",
29022900
"Microsoft.Extensions.Azure": "1.7.1",
@@ -2921,13 +2919,17 @@
29212919
"System.Security.Cryptography.Xml": "4.7.1",
29222920
"System.Text.Encodings.Web": "8.0.0",
29232921
"System.Text.Json": "8.0.5",
2924-
"System.Text.RegularExpressions": "4.3.1"
2922+
"System.Text.RegularExpressions": "4.3.1",
2923+
"System.Threading.Channels": "8.0.0"
29252924
},
29262925
"runtime": {
2927-
"Microsoft.Azure.WebJobs.Script.dll": {}
2926+
"Microsoft.Azure.WebJobs.Script.dll": {
2927+
"assemblyVersion": "4.1037.0",
2928+
"fileVersion": ""
2929+
}
29282930
}
29292931
},
2930-
"Microsoft.Azure.WebJobs.Script.Grpc/4.1036.2": {
2932+
"Microsoft.Azure.WebJobs.Script.Grpc/4.1037.0": {
29312933
"dependencies": {
29322934
"Grpc.AspNetCore": "2.55.0",
29332935
"Microsoft.ApplicationInsights": "2.22.0",
@@ -2936,35 +2938,38 @@
29362938
"Microsoft.ApplicationInsights.WindowsServer": "2.22.0",
29372939
"Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel": "2.22.0",
29382940
"Microsoft.Azure.WebJobs.Rpc.Core": "3.0.37",
2939-
"Microsoft.Azure.WebJobs.Script": "4.1036.2",
2941+
"Microsoft.Azure.WebJobs.Script": "4.1037.0",
29402942
"System.IO.FileSystem.Primitives": "4.3.0",
29412943
"System.Threading.Channels": "8.0.0",
29422944
"Yarp.ReverseProxy": "2.0.1"
29432945
},
29442946
"runtime": {
2945-
"Microsoft.Azure.WebJobs.Script.Grpc.dll": {}
2947+
"Microsoft.Azure.WebJobs.Script.Grpc.dll": {
2948+
"assemblyVersion": "4.1037.0",
2949+
"fileVersion": ""
2950+
}
29462951
}
29472952
},
2948-
"Microsoft.Azure.WebJobs.Script.Reference/4.1036.0.0": {
2953+
"Microsoft.Azure.WebJobs.Script.Reference/4.1037.0.0": {
29492954
"runtime": {
29502955
"Microsoft.Azure.WebJobs.Script.dll": {
2951-
"assemblyVersion": "4.1036.0.0",
2952-
"fileVersion": "4.1036.2.43"
2956+
"assemblyVersion": "4.1037.0.0",
2957+
"fileVersion": "4.1037.0.0"
29532958
}
29542959
}
29552960
},
2956-
"Microsoft.Azure.WebJobs.Script.Grpc.Reference/4.1036.0.0": {
2961+
"Microsoft.Azure.WebJobs.Script.Grpc.Reference/4.1037.0.0": {
29572962
"runtime": {
29582963
"Microsoft.Azure.WebJobs.Script.Grpc.dll": {
2959-
"assemblyVersion": "4.1036.0.0",
2960-
"fileVersion": "4.1036.2.43"
2964+
"assemblyVersion": "4.1037.0.0",
2965+
"fileVersion": "4.1037.0.0"
29612966
}
29622967
}
29632968
}
29642969
}
29652970
},
29662971
"libraries": {
2967-
"Microsoft.Azure.WebJobs.Script.WebHost/4.1036.2": {
2972+
"Microsoft.Azure.WebJobs.Script.WebHost/4.1037.0": {
29682973
"type": "project",
29692974
"serviceable": false,
29702975
"sha512": ""
@@ -3557,26 +3562,26 @@
35573562
"path": "microsoft.azure.functions.powershellworker.ps7.0/4.0.3148",
35583563
"hashPath": "microsoft.azure.functions.powershellworker.ps7.0.4.0.3148.nupkg.sha512"
35593564
},
3560-
"Microsoft.Azure.Functions.PowerShellWorker.PS7.2/4.0.4020": {
3565+
"Microsoft.Azure.Functions.PowerShellWorker.PS7.2/4.0.4025": {
35613566
"type": "package",
35623567
"serviceable": true,
3563-
"sha512": "sha512-Z7FOzT8/bYmDUuPCiEJ2toUZyUPI6mOde7EGuvMn0sXuAGiX/s3GQBSvp0iCp7F0lZzxpqwY0HlzpOveV0JiMA==",
3564-
"path": "microsoft.azure.functions.powershellworker.ps7.2/4.0.4020",
3565-
"hashPath": "microsoft.azure.functions.powershellworker.ps7.2.4.0.4020.nupkg.sha512"
3568+
"sha512": "sha512-tQz7f1244TPiZ0aDhLAWCgrDUKG+zTpeUZZBz9gmtWX4hTm8BxYAjvtU24AdywbPbrNSrF5/Nr6IAPrljUySYw==",
3569+
"path": "microsoft.azure.functions.powershellworker.ps7.2/4.0.4025",
3570+
"hashPath": "microsoft.azure.functions.powershellworker.ps7.2.4.0.4025.nupkg.sha512"
35663571
},
3567-
"Microsoft.Azure.Functions.PowerShellWorker.PS7.4/4.0.4021": {
3572+
"Microsoft.Azure.Functions.PowerShellWorker.PS7.4/4.0.4026": {
35683573
"type": "package",
35693574
"serviceable": true,
3570-
"sha512": "sha512-myTRe4lkgwqyPPau0SniW7jYBsNMGaEw48+egZUC7RsDEKmtNmW3/Uchro8KE5QtR1lWcttpf5TcGXDiI0Povw==",
3571-
"path": "microsoft.azure.functions.powershellworker.ps7.4/4.0.4021",
3572-
"hashPath": "microsoft.azure.functions.powershellworker.ps7.4.4.0.4021.nupkg.sha512"
3575+
"sha512": "sha512-dMwqrTYe14LZSm8C613iXpe7ePjxj5L/REZ4reC4fVComPzbCbQDheW5bjF+/o0DJ9gY3AwHHqTTQlpFkNGfzA==",
3576+
"path": "microsoft.azure.functions.powershellworker.ps7.4/4.0.4026",
3577+
"hashPath": "microsoft.azure.functions.powershellworker.ps7.4.4.0.4026.nupkg.sha512"
35733578
},
3574-
"Microsoft.Azure.Functions.PythonWorker/4.33.0": {
3579+
"Microsoft.Azure.Functions.PythonWorker/4.34.0": {
35753580
"type": "package",
35763581
"serviceable": true,
3577-
"sha512": "sha512-QnV3AVR3CyQsHWqn2+cldNEqP5TpgxnOSUQRgH/eZia88klSBgZwfe46TdTH5qk5YyYSD6beRV3VfkqhEV8lsA==",
3578-
"path": "microsoft.azure.functions.pythonworker/4.33.0",
3579-
"hashPath": "microsoft.azure.functions.pythonworker.4.33.0.nupkg.sha512"
3582+
"sha512": "sha512-ZaajWrJPy/AQ4TFWdTyZVqTURSNzAVMt5Qq93YTsMKuEK/dP3m/rI7HipdieTy/R600dBhBmv6fihCCVBMhfuA==",
3583+
"path": "microsoft.azure.functions.pythonworker/4.34.0",
3584+
"hashPath": "microsoft.azure.functions.pythonworker.4.34.0.nupkg.sha512"
35803585
},
35813586
"Microsoft.Azure.KeyVault.Core/2.0.4": {
35823587
"type": "package",
@@ -3641,12 +3646,12 @@
36413646
"path": "microsoft.azure.webjobs.host.storage/5.0.1",
36423647
"hashPath": "microsoft.azure.webjobs.host.storage.5.0.1.nupkg.sha512"
36433648
},
3644-
"Microsoft.Azure.WebJobs.Logging.ApplicationInsights/3.0.41-11331": {
3649+
"Microsoft.Azure.WebJobs.Logging.ApplicationInsights/3.0.42-12121": {
36453650
"type": "package",
36463651
"serviceable": true,
3647-
"sha512": "sha512-agWPox2EMKpk+/ZNfuCJe3YWa6sj5rmMzMIzYNCPXF2V7kd5qBTUijSImviLqrb1jPfE+jLdQExaFQdoqCWThQ==",
3648-
"path": "microsoft.azure.webjobs.logging.applicationinsights/3.0.41-11331",
3649-
"hashPath": "microsoft.azure.webjobs.logging.applicationinsights.3.0.41-11331.nupkg.sha512"
3652+
"sha512": "sha512-0I0IKdDvxucoxwQpBjxkRbJpBiFbDeGQfoVzqSe9xUOyp/hNLbX54Wmt1DmYf7SMbY3HL/I7xAFAsujkOpWJwA==",
3653+
"path": "microsoft.azure.webjobs.logging.applicationinsights/3.0.42-12121",
3654+
"hashPath": "microsoft.azure.webjobs.logging.applicationinsights.3.0.42-12121.nupkg.sha512"
36503655
},
36513656
"Microsoft.Azure.WebJobs.Rpc.Core/3.0.37": {
36523657
"type": "package",
@@ -4565,12 +4570,12 @@
45654570
"path": "system.memory/4.5.4",
45664571
"hashPath": "system.memory.4.5.4.nupkg.sha512"
45674572
},
4568-
"System.Memory.Data/1.0.2": {
4573+
"System.Memory.Data/8.0.1": {
45694574
"type": "package",
45704575
"serviceable": true,
4571-
"sha512": "sha512-JGkzeqgBsiZwKJZ1IxPNsDFZDhUvuEdX8L8BDC8N3KOj+6zMcNU28CNN59TpZE/VJYy9cP+5M+sbxtWJx3/xtw==",
4572-
"path": "system.memory.data/1.0.2",
4573-
"hashPath": "system.memory.data.1.0.2.nupkg.sha512"
4576+
"sha512": "sha512-BVYuec3jV23EMRDeR7Dr1/qhx7369dZzJ9IWy2xylvb4YfXsrUxspWc4UWYid/tj4zZK58uGZqn2WQiaDMhmAg==",
4577+
"path": "system.memory.data/8.0.1",
4578+
"hashPath": "system.memory.data.8.0.1.nupkg.sha512"
45744579
},
45754580
"System.Net.Http/4.3.4": {
45764581
"type": "package",
@@ -4971,22 +4976,22 @@
49714976
"path": "yarp.reverseproxy/2.0.1",
49724977
"hashPath": "yarp.reverseproxy.2.0.1.nupkg.sha512"
49734978
},
4974-
"Microsoft.Azure.WebJobs.Script/4.1036.2": {
4979+
"Microsoft.Azure.WebJobs.Script/4.1037.0": {
49754980
"type": "project",
49764981
"serviceable": false,
49774982
"sha512": ""
49784983
},
4979-
"Microsoft.Azure.WebJobs.Script.Grpc/4.1036.2": {
4984+
"Microsoft.Azure.WebJobs.Script.Grpc/4.1037.0": {
49804985
"type": "project",
49814986
"serviceable": false,
49824987
"sha512": ""
49834988
},
4984-
"Microsoft.Azure.WebJobs.Script.Reference/4.1036.0.0": {
4989+
"Microsoft.Azure.WebJobs.Script.Reference/4.1037.0.0": {
49854990
"type": "reference",
49864991
"serviceable": false,
49874992
"sha512": ""
49884993
},
4989-
"Microsoft.Azure.WebJobs.Script.Grpc.Reference/4.1036.0.0": {
4994+
"Microsoft.Azure.WebJobs.Script.Grpc.Reference/4.1037.0.0": {
49904995
"type": "reference",
49914996
"serviceable": false,
49924997
"sha512": ""

0 commit comments

Comments
 (0)