Skip to content

Commit 9c3bd12

Browse files
test: Dotty instrumentation library updates for 2026-Feb-01 (#3435)
1 parent 72a0414 commit 9c3bd12

5 files changed

Lines changed: 44 additions & 44 deletions

File tree

tests/Agent/IntegrationTests/Applications/LambdaSelfExecutingAssembly/LambdaSelfExecutingAssembly.csproj

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,32 @@
1212
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.7.3" Condition="'$(TargetFramework)' == 'net8.0'" />
1313
<PackageReference Include="Amazon.Lambda.APIGatewayEvents" Version="2.7.3" Condition="'$(TargetFramework)' == 'net10.0'" />
1414
<!-- 2.0.0 is from April 2020 -->
15-
<PackageReference Include="Amazon.Lambda.ApplicationLoadBalancerEvents" Version="2.0.0" Condition="'$(TargetFramework)' == 'net8.0'" />
16-
<PackageReference Include="Amazon.Lambda.ApplicationLoadBalancerEvents" Version="2.2.0" Condition="'$(TargetFramework)' == 'net10.0'" />
15+
<PackageReference Include="Amazon.Lambda.ApplicationLoadBalancerEvents" Version="2.2.1" Condition="'$(TargetFramework)' == 'net8.0'" />
16+
<PackageReference Include="Amazon.Lambda.ApplicationLoadBalancerEvents" Version="2.2.1" Condition="'$(TargetFramework)' == 'net10.0'" />
1717
<!-- 2.1.0 is from October 2020 -->
18-
<PackageReference Include="Amazon.Lambda.CloudWatchEvents" Version="2.1.0" Condition="'$(TargetFramework)' == 'net8.0'" />
19-
<PackageReference Include="Amazon.Lambda.CloudWatchEvents" Version="4.4.0" Condition="'$(TargetFramework)' == 'net10.0'" />
18+
<PackageReference Include="Amazon.Lambda.CloudWatchEvents" Version="4.4.1" Condition="'$(TargetFramework)' == 'net8.0'" />
19+
<PackageReference Include="Amazon.Lambda.CloudWatchEvents" Version="4.4.1" Condition="'$(TargetFramework)' == 'net10.0'" />
2020
<!-- 2.3.0 is from September 2023. DynamoDBTimeWindowEvent not available until 2.3.0 -->
21-
<PackageReference Include="Amazon.Lambda.DynamoDBEvents" Version="2.3.0" Condition="'$(TargetFramework)' == 'net8.0'" />
22-
<PackageReference Include="Amazon.Lambda.DynamoDBEvents" Version="3.1.1" Condition="'$(TargetFramework)' == 'net10.0'" />
21+
<PackageReference Include="Amazon.Lambda.DynamoDBEvents" Version="3.1.2" Condition="'$(TargetFramework)' == 'net8.0'" />
22+
<PackageReference Include="Amazon.Lambda.DynamoDBEvents" Version="3.1.2" Condition="'$(TargetFramework)' == 'net10.0'" />
2323
<!-- 2.1.0 is from August 2023. KinesisTimeWindowEvent not available until 2.1 -->
2424
<PackageReference Include="Amazon.Lambda.KinesisEvents" Version="2.1.0" Condition="'$(TargetFramework)' == 'net8.0'" />
25-
<PackageReference Include="Amazon.Lambda.KinesisEvents" Version="3.0.0" Condition="'$(TargetFramework)' == 'net10.0'" />
25+
<PackageReference Include="Amazon.Lambda.KinesisEvents" Version="3.0.1" Condition="'$(TargetFramework)' == 'net10.0'" />
2626
<!-- 2.0.0 is from March 2020 -->
27-
<PackageReference Include="Amazon.Lambda.KinesisFirehoseEvents" Version="2.0.0" Condition="'$(TargetFramework)' == 'net8.0'" />
28-
<PackageReference Include="Amazon.Lambda.KinesisFirehoseEvents" Version="2.3.0" Condition="'$(TargetFramework)' == 'net10.0'" />
27+
<PackageReference Include="Amazon.Lambda.KinesisFirehoseEvents" Version="2.3.1" Condition="'$(TargetFramework)' == 'net8.0'" />
28+
<PackageReference Include="Amazon.Lambda.KinesisFirehoseEvents" Version="2.3.1" Condition="'$(TargetFramework)' == 'net10.0'" />
2929
<!-- 2.0.0 is from March 2021 -->
30-
<PackageReference Include="Amazon.Lambda.S3Events" Version="2.0.0" Condition="'$(TargetFramework)' == 'net8.0'" />
31-
<PackageReference Include="Amazon.Lambda.S3Events" Version="3.1.0" Condition="'$(TargetFramework)' == 'net10.0'" />
30+
<PackageReference Include="Amazon.Lambda.S3Events" Version="3.1.2" Condition="'$(TargetFramework)' == 'net8.0'" />
31+
<PackageReference Include="Amazon.Lambda.S3Events" Version="3.1.2" Condition="'$(TargetFramework)' == 'net10.0'" />
3232
<!-- 2.1.0 is from October 2020 -->
33-
<PackageReference Include="Amazon.Lambda.SimpleEmailEvents" Version="2.1.0" Condition="'$(TargetFramework)' == 'net8.0'" />
34-
<PackageReference Include="Amazon.Lambda.SimpleEmailEvents" Version="3.1.0" Condition="'$(TargetFramework)' == 'net10.0'" />
33+
<PackageReference Include="Amazon.Lambda.SimpleEmailEvents" Version="3.1.1" Condition="'$(TargetFramework)' == 'net8.0'" />
34+
<PackageReference Include="Amazon.Lambda.SimpleEmailEvents" Version="3.1.1" Condition="'$(TargetFramework)' == 'net10.0'" />
3535
<!-- 1.2.0 is from October 2020 -->
36-
<PackageReference Include="Amazon.Lambda.SNSEvents" Version="1.2.0" Condition="'$(TargetFramework)' == 'net8.0'" />
37-
<PackageReference Include="Amazon.Lambda.SNSEvents" Version="2.1.0" Condition="'$(TargetFramework)' == 'net10.0'" />
36+
<PackageReference Include="Amazon.Lambda.SNSEvents" Version="2.1.1" Condition="'$(TargetFramework)' == 'net8.0'" />
37+
<PackageReference Include="Amazon.Lambda.SNSEvents" Version="2.1.1" Condition="'$(TargetFramework)' == 'net10.0'" />
3838
<!-- 1.2.0 is from October 2020 -->
39-
<PackageReference Include="Amazon.Lambda.SQSEvents" Version="1.2.0" Condition="'$(TargetFramework)' == 'net8.0'" />
40-
<PackageReference Include="Amazon.Lambda.SQSEvents" Version="2.2.0" Condition="'$(TargetFramework)' == 'net10.0'" />
39+
<PackageReference Include="Amazon.Lambda.SQSEvents" Version="2.2.1" Condition="'$(TargetFramework)' == 'net8.0'" />
40+
<PackageReference Include="Amazon.Lambda.SQSEvents" Version="2.2.1" Condition="'$(TargetFramework)' == 'net10.0'" />
4141
<!-- Non-event libraries -->
4242
<PackageReference Include="Amazon.Lambda.RuntimeSupport" Version="1.11.0" />
4343
<PackageReference Include="Amazon.Lambda.Serialization.SystemTextJson" Version="2.4.3" />

tests/Agent/IntegrationTests/ContainerApplications/AwsSdkTestApp/AwsSdkTestApp.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
<DockerfileContext>.</DockerfileContext>
66
</PropertyGroup>
77
<ItemGroup>
8-
<PackageReference Include="AWSSDK.Kinesis" Version="4.0.7.11" />
9-
<PackageReference Include="AWSSDK.KinesisFirehose" Version="4.0.3.10" />
10-
<PackageReference Include="AWSSDK.S3" Version="4.0.17.1" />
8+
<PackageReference Include="AWSSDK.Kinesis" Version="4.0.7.14" />
9+
<PackageReference Include="AWSSDK.KinesisFirehose" Version="4.0.3.13" />
10+
<PackageReference Include="AWSSDK.S3" Version="4.0.18.1" />
1111
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.22.1" />
1212
<PackageReference Include="Microsoft.VisualStudio.Threading.Analyzers" Version="17.14.15">
1313
<PrivateAssets>all</PrivateAssets>
1414
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1515
</PackageReference>
16-
<PackageReference Include="AWSSDK.SQS" Version="4.0.2.11" />
17-
<PackageReference Include="AWSSDK.DynamoDBv2" Version="4.0.10.7" />
18-
<PackageReference Include="NewRelic.Agent.Api" Version="10.48.0" />
16+
<PackageReference Include="AWSSDK.SQS" Version="4.0.2.14" />
17+
<PackageReference Include="AWSSDK.DynamoDBv2" Version="4.0.13" />
18+
<PackageReference Include="NewRelic.Agent.Api" Version="10.48.1" />
1919
</ItemGroup>
2020
</Project>

tests/Agent/IntegrationTests/ContainerApplications/KafkaTestApp/KafkaTestApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
<PrivateAssets>all</PrivateAssets>
1313
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1414
</PackageReference>
15-
<PackageReference Include="NewRelic.Agent.Api" Version="10.48.0" />
15+
<PackageReference Include="NewRelic.Agent.Api" Version="10.48.1" />
1616
</ItemGroup>
1717
</Project>

tests/Agent/IntegrationTests/ContainerApplications/SmokeTestApp/SmokeTestApp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<PrivateAssets>all</PrivateAssets>
1111
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1212
</PackageReference>
13-
<PackageReference Include="NewRelic.Agent.Api" Version="10.48.0" />
13+
<PackageReference Include="NewRelic.Agent.Api" Version="10.48.1" />
1414
</ItemGroup>
1515
</Project>

tests/Agent/IntegrationTests/SharedApplications/Common/MFALatestPackages/MFALatestPackages.csproj

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
</PropertyGroup>
55
<ItemGroup>
66
<!-- retain alphabetical order please! -->
7-
<PackageReference Include="AWSSDK.BedrockRuntime" Version="4.0.14.5" Condition="'$(TargetFramework)' == 'net481'" />
8-
<PackageReference Include="AWSSDK.BedrockRuntime" Version="4.0.14.5" Condition="'$(TargetFramework)' == 'net10.0'" />
7+
<PackageReference Include="AWSSDK.BedrockRuntime" Version="4.0.15.1" Condition="'$(TargetFramework)' == 'net481'" />
8+
<PackageReference Include="AWSSDK.BedrockRuntime" Version="4.0.15.1" Condition="'$(TargetFramework)' == 'net10.0'" />
99
<PackageReference Include="AWSSDK.Lambda" Version="4.0.0.1" Condition="'$(TargetFramework)' == 'net481'" />
1010
<PackageReference Include="AWSSDK.Lambda" Version="4.0.0.1" Condition="'$(TargetFramework)' == 'net10.0'" />
11-
<PackageReference Include="AWSSDK.SecurityToken" Version="4.0.5.6" Condition="'$(TargetFramework)' == 'net481'" />
12-
<PackageReference Include="AWSSDK.SecurityToken" Version="4.0.5.6" Condition="'$(TargetFramework)' == 'net10.0'" />
11+
<PackageReference Include="AWSSDK.SecurityToken" Version="4.0.5.9" Condition="'$(TargetFramework)' == 'net481'" />
12+
<PackageReference Include="AWSSDK.SecurityToken" Version="4.0.5.9" Condition="'$(TargetFramework)' == 'net10.0'" />
1313
<PackageReference Include="Azure.AI.OpenAI" Version="2.8.0-beta.1" Condition="'$(TargetFramework)' == 'net481'" />
1414
<PackageReference Include="Azure.AI.OpenAI" Version="2.8.0-beta.1" Condition="'$(TargetFramework)' == 'net10.0'" />
1515
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.18.2" Condition="'$(TargetFramework)' == 'net481'" />
@@ -30,46 +30,46 @@
3030
<PackageReference Include="log4net.Ext.Json" Version="3.0.3" Condition="'$(TargetFramework)' == 'net10.0'" />
3131
<PackageReference Include="MassTransit" Version="8.5.7" Condition="'$(TargetFramework)' == 'net481'" />
3232
<PackageReference Include="MassTransit" Version="8.5.7" Condition="'$(TargetFramework)' == 'net10.0'" />
33-
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.56.0" Condition="'$(TargetFramework)' == 'net481'" />
34-
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.56.0" Condition="'$(TargetFramework)' == 'net10.0'" />
35-
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.3" Condition="'$(TargetFramework)' == 'net481'" />
36-
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.3" Condition="'$(TargetFramework)' == 'net10.0'" />
33+
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.57.0" Condition="'$(TargetFramework)' == 'net481'" />
34+
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.57.0" Condition="'$(TargetFramework)' == 'net10.0'" />
35+
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.4" Condition="'$(TargetFramework)' == 'net481'" />
36+
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.4" Condition="'$(TargetFramework)' == 'net10.0'" />
3737
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.2" Condition="'$(TargetFramework)' == 'net481'" />
3838
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.2" Condition="'$(TargetFramework)' == 'net10.0'" />
3939
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="10.0.2" Condition="'$(TargetFramework)' == 'net481'" />
4040
<PackageReference Include="Microsoft.Extensions.Logging.Configuration" Version="10.0.2" Condition="'$(TargetFramework)' == 'net10.0'" />
4141
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.2" Condition="'$(TargetFramework)' == 'net481'" />
4242
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="10.0.2" Condition="'$(TargetFramework)' == 'net10.0'" />
43-
<PackageReference Include="MongoDB.Driver" Version="3.5.2" Condition="'$(TargetFramework)' == 'net481'" />
44-
<PackageReference Include="MongoDB.Driver" Version="3.5.2" Condition="'$(TargetFramework)' == 'net10.0'" />
45-
<PackageReference Include="MySql.Data" Version="9.4.0" Condition="'$(TargetFramework)' == 'net481'" />
46-
<PackageReference Include="MySql.Data" Version="9.4.0" Condition="'$(TargetFramework)' == 'net10.0'" />
43+
<PackageReference Include="MongoDB.Driver" Version="3.6.0" Condition="'$(TargetFramework)' == 'net481'" />
44+
<PackageReference Include="MongoDB.Driver" Version="3.6.0" Condition="'$(TargetFramework)' == 'net10.0'" />
45+
<PackageReference Include="MySql.Data" Version="9.6.0" Condition="'$(TargetFramework)' == 'net481'" />
46+
<PackageReference Include="MySql.Data" Version="9.6.0" Condition="'$(TargetFramework)' == 'net10.0'" />
4747
<PackageReference Include="MySqlConnector" Version="2.5.0" Condition="'$(TargetFramework)' == 'net481'" />
4848
<PackageReference Include="MySqlConnector" Version="2.5.0" Condition="'$(TargetFramework)' == 'net10.0'" />
4949
<PackageReference Include="NEST" Version="7.17.5" Condition="'$(TargetFramework)' == 'net481'" />
5050
<PackageReference Include="NEST" Version="7.17.5" Condition="'$(TargetFramework)' == 'net10.0'" />
5151
<!-- required by Microsoft.Azure.Cosmos -->
5252
<PackageReference Include="Newtonsoft.Json" Version="13.0.4" Condition="'$(TargetFramework)' == 'net481'" />
5353
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" Condition="'$(TargetFramework)' == 'net10.0'" />
54-
<PackageReference Include="NLog" Version="6.0.7" Condition="'$(TargetFramework)' == 'net481'" />
55-
<PackageReference Include="NLog" Version="6.0.7" Condition="'$(TargetFramework)' == 'net10.0'" />
56-
<PackageReference Include="NLog.Extensions.Logging" Version="6.1.0" Condition="'$(TargetFramework)' == 'net481'" />
57-
<PackageReference Include="NLog.Extensions.Logging" Version="6.1.0" Condition="'$(TargetFramework)' == 'net10.0'" />
54+
<PackageReference Include="NLog" Version="6.1.0" Condition="'$(TargetFramework)' == 'net481'" />
55+
<PackageReference Include="NLog" Version="6.1.0" Condition="'$(TargetFramework)' == 'net10.0'" />
56+
<PackageReference Include="NLog.Extensions.Logging" Version="6.1.1" Condition="'$(TargetFramework)' == 'net481'" />
57+
<PackageReference Include="NLog.Extensions.Logging" Version="6.1.1" Condition="'$(TargetFramework)' == 'net10.0'" />
5858
<!-- npgsql is on version 8, but we don't (currently) support it -->
5959
<PackageReference Include="npgsql" Version="7.0.7" Condition="'$(TargetFramework)' == 'net481'" />
6060
<PackageReference Include="npgsql" Version="7.0.7" Condition="'$(TargetFramework)' == 'net10.0'" />
6161
<!-- NServiceBus v9+ only supports .NET8+, so constrain FW target to the latest 8.x version -->
6262
<PackageReference Include="NServiceBus" Version="8.2.4" Condition="'$(TargetFramework)' == 'net481'" />
63-
<PackageReference Include="NServiceBus" Version="9.2.8" Condition="'$(TargetFramework)' == 'net10.0'" />
63+
<PackageReference Include="NServiceBus" Version="10.0.0" Condition="'$(TargetFramework)' == 'net10.0'" />
6464
<!--OpenAI -->
6565
<PackageReference Include="OpenAI" Version="2.8.0" Condition="'$(TargetFramework)' == 'net481'" />
6666
<PackageReference Include="OpenAI" Version="2.8.0" Condition="'$(TargetFramework)' == 'net10.0'" />
6767
<!-- OpenSearch -->
6868
<PackageReference Include="OpenSearch.Client" Version="1.8.0" Condition="'$(TargetFramework)' == 'net481'" />
6969
<PackageReference Include="OpenSearch.Client" Version="1.8.0" Condition="'$(TargetFramework)' == 'net10.0'" />
7070
<!-- modern oracle only supports net472+ and net6.0+ -->
71-
<PackageReference Include="Oracle.ManagedDataAccess" Version="23.9.1" Condition="'$(TargetFramework)' == 'net481'" />
72-
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="23.9.1" Condition="'$(TargetFramework)' == 'net10.0'" />
71+
<PackageReference Include="Oracle.ManagedDataAccess" Version="23.26.100" Condition="'$(TargetFramework)' == 'net481'" />
72+
<PackageReference Include="Oracle.ManagedDataAccess.Core" Version="23.26.100" Condition="'$(TargetFramework)' == 'net10.0'" />
7373
<!-- RabbitMQ v8+ only supports .NET+, so constrain FW target to the latest 6.x version -->
7474
<PackageReference Include="RabbitMQ.Client" Version="6.8.1" Condition="'$(TargetFramework)' == 'net481'" />
7575
<PackageReference Include="RabbitMQ.Client" Version="7.1.2" Condition="'$(TargetFramework)' == 'net10.0'" />

0 commit comments

Comments
 (0)