[Test Package Versions Bump] Updating package versions#8764
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 77b9356c11
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| @@ -205,13 +205,13 @@ NOTE: This code was generated by the GeneratePackageVersions tool. To safely | |||
| <SampleName>Samples.AWS.DynamoDBv2</SampleName> | |||
| </PackageVersionSample> | |||
| <PackageVersionSample Include="test\test-applications\integrations\Samples.AWS.DynamoDBv2\Samples.AWS.DynamoDBv2.csproj"> | |||
| <Properties>ApiVersion=3.7.501;RestoreRecursive=false;BuildProjectReferences=false</Properties> | |||
| <Properties>ApiVersion=3.7.501.1;RestoreRecursive=false;BuildProjectReferences=false</Properties> | |||
There was a problem hiding this comment.
Keep AwsSdk sample versions restoreable
These AwsSdk rows are generated from the AWSSDK.Core bump, but the sample project they build uses $(ApiVersion) for its AWSSDK.DynamoDBv2 PackageReference, not for AWSSDK.Core. The newly selected Core-only versions such as 3.7.501.1/4.0.7.5 are not the DynamoDB package versions being bumped later in this file, so the AwsSdk matrix entries will fail at NuGet restore before the integration tests can run.
Useful? React with 👍 / 👎.
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8764) and master. ✅ No regressions detected - check the details below Full Metrics ComparisonFakeDbCommand
HttpMessageHandler
Comparison explanationExecution-time benchmarks measure the whole time it takes to execute a program, and are intended to measure the one-off costs. Cases where the execution time results for the PR are worse than latest master results are highlighted in **red**. The following thresholds were used for comparing the execution times:
Note that these results are based on a single point-in-time result for each branch. For full results, see the dashboard. Graphs show the p99 interval based on the mean and StdDev of the test run, as well as the mean value of the run (shown as a diamond below the graph). Duration chartsFakeDbCommand (.NET Framework 4.8)gantt
title Execution time (ms) FakeDbCommand (.NET Framework 4.8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8764) - mean (75ms) : 71, 79
master - mean (73ms) : 69, 76
section Bailout
This PR (8764) - mean (79ms) : 75, 82
master - mean (79ms) : 75, 84
section CallTarget+Inlining+NGEN
This PR (8764) - mean (1,116ms) : 1048, 1184
master - mean (1,107ms) : 1055, 1159
FakeDbCommand (.NET Core 3.1)gantt
title Execution time (ms) FakeDbCommand (.NET Core 3.1)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8764) - mean (115ms) : 109, 122
master - mean (116ms) : 109, 122
section Bailout
This PR (8764) - mean (114ms) : 110, 117
master - mean (117ms) : 113, 120
section CallTarget+Inlining+NGEN
This PR (8764) - mean (797ms) : 772, 823
master - mean (790ms) : 765, 814
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8764) - mean (101ms) : 96, 106
master - mean (104ms) : 97, 110
section Bailout
This PR (8764) - mean (104ms) : 98, 111
master - mean (101ms) : 99, 104
section CallTarget+Inlining+NGEN
This PR (8764) - mean (943ms) : 907, 979
master - mean (948ms) : 905, 991
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8764) - mean (100ms) : 95, 105
master - mean (100ms) : 95, 105
section Bailout
This PR (8764) - mean (100ms) : 98, 103
master - mean (102ms) : 98, 107
section CallTarget+Inlining+NGEN
This PR (8764) - mean (821ms) : 780, 863
master - mean (819ms) : 784, 855
HttpMessageHandler (.NET Framework 4.8)gantt
title Execution time (ms) HttpMessageHandler (.NET Framework 4.8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8764) - mean (197ms) : 192, 202
master - mean (196ms) : 189, 202
section Bailout
This PR (8764) - mean (201ms) : 196, 206
master - mean (201ms) : 196, 205
section CallTarget+Inlining+NGEN
This PR (8764) - mean (1,186ms) : 1150, 1223
master - mean (1,191ms) : 1148, 1234
HttpMessageHandler (.NET Core 3.1)gantt
title Execution time (ms) HttpMessageHandler (.NET Core 3.1)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8764) - mean (283ms) : 277, 289
master - mean (284ms) : 275, 294
section Bailout
This PR (8764) - mean (283ms) : 278, 287
master - mean (284ms) : 279, 289
section CallTarget+Inlining+NGEN
This PR (8764) - mean (951ms) : 932, 969
master - mean (958ms) : 940, 976
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8764) - mean (274ms) : 268, 280
master - mean (278ms) : 270, 287
section Bailout
This PR (8764) - mean (274ms) : 270, 277
master - mean (277ms) : 267, 287
section CallTarget+Inlining+NGEN
This PR (8764) - mean (1,146ms) : 1107, 1184
master - mean (1,155ms) : 1116, 1193
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8764) - mean (272ms) : 267, 277
master - mean (278ms) : 272, 284
section Bailout
This PR (8764) - mean (274ms) : 269, 279
master - mean (276ms) : 268, 284
section CallTarget+Inlining+NGEN
This PR (8764) - mean (1,030ms) : 992, 1067
master - mean (1,035ms) : 992, 1079
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
BenchmarksBenchmark execution time: 2026-06-07 01:49:01 Comparing candidate commit 77b9356 in PR branch Found 0 performance improvements and 1 performance regressions! Performance is the same for 71 metrics, 0 unstable metrics, 59 known flaky benchmarks, 67 flaky benchmarks without significant changes.
|
andrewlock
left a comment
There was a problem hiding this comment.
LGTM, the broken azure functions tests seem to be unrelated
Updates the package versions for integration tests. See below for a summary of the changes. ## Package Version Updates Bold entries indicate **major**-version bumps. `(new)` means no previous version existed. | Package | Integration | Previous | New | Published | |---------|-------------|----------|-----|-----------| | AWSSDK.Core | AwsSdk | 3.7.501 | 3.7.501.1 | 2026-06-02 | | AWSSDK.Core | AwsSdk | 4.0.7.4 | 4.0.7.5 | 2026-06-02 | | AWSSDK.DynamoDBv2 | AwsDynamoDb | 3.7.513.3 | 3.7.513.4 | 2026-06-02 | | AWSSDK.DynamoDBv2 | AwsDynamoDb | 4.0.18.6 | 4.0.19.1 | 2026-06-04 | | AWSSDK.Kinesis | AwsKinesis | 3.7.506.20 | 3.7.506.21 | 2026-06-02 | | AWSSDK.Kinesis | AwsKinesis | 4.0.8.19 | 4.0.9 | 2026-06-03 | | AWSSDK.SQS | AwsSqs | 3.7.502.56 | 3.7.502.57 | 2026-06-02 | | AWSSDK.SQS | AwsSqs | 4.0.2.33 | 4.0.3 | 2026-06-02 | | AWSSDK.SimpleNotificationService | AwsSns | 3.7.502.60 | 3.7.502.61 | 2026-06-02 | | AWSSDK.SimpleNotificationService | AwsSns | 4.0.2.35 | 4.0.3 | 2026-06-04 | | AWSSDK.EventBridge | AwsEventBridge | 3.7.502.61 | 3.7.502.62 | 2026-06-02 | | AWSSDK.EventBridge | AwsEventBridge | 4.0.6.1 | 4.0.6.2 | 2026-06-02 | | AWSSDK.S3 | AwsS3 | 3.7.511.7 | 3.7.511.8 | 2026-06-02 | | AWSSDK.S3 | AwsS3 | 4.0.23.5 | 4.0.24 | 2026-06-02 | | AWSSDK.StepFunctions | AwsStepFunctions | 3.7.502.49 | 3.7.502.50 | 2026-06-02 | | AWSSDK.StepFunctions | AwsStepFunctions | 4.0.3.4 | 4.0.4 | 2026-06-02 | | MySqlConnector | MySqlConnector | 2.5.0 | 2.6.0 | 2026-06-02 | | Confluent.Kafka | Kafka | 2.14.0 | 2.14.2 | 2026-06-02 | | Microsoft.Azure.Cosmos | CosmosDb | 3.60.0 | 3.61.0 | 2026-06-02 | | Microsoft.Azure.Cosmos | CosmosDbVnext | 3.60.0 | 3.61.0 | 2026-06-02 | | CouchbaseNetClient | Couchbase3 | 3.9.2 | 3.9.3 | 2026-06-04 | ## Package Version Cooldown Report The following versions were published less than **2 days** ago and have been overridden. These require manual review before inclusion. | Package | Integration | Overridden Version | Published | Age (days) | |---------|-------------|--------------------|-----------|------------| | AWSSDK.Core | AwsSdk | 4.0.8 | 2026-06-05 | 1 | | AWSSDK.DynamoDBv2 | AwsDynamoDb | 4.0.20 | 2026-06-05 | 1 | | AWSSDK.Kinesis | AwsKinesis | 4.0.9.1 | 2026-06-05 | 1 | | AWSSDK.SQS | AwsSqs | 4.0.3.1 | 2026-06-05 | 1 | | AWSSDK.SimpleNotificationService | AwsSns | 4.0.3.1 | 2026-06-05 | 1 | | AWSSDK.EventBridge | AwsEventBridge | 4.0.6.3 | 2026-06-05 | 1 | | AWSSDK.S3 | AwsS3 | 4.0.24.1 | 2026-06-05 | 1 | | AWSSDK.StepFunctions | AwsStepFunctions | 4.0.4.1 | 2026-06-05 | 1 | Co-authored-by: bouwkast <[email protected]>
Updates the package versions for integration tests. See below for a summary of the changes.
Package Version Updates
Bold entries indicate major-version bumps.
(new)means no previous version existed.Package Version Cooldown Report
The following versions were published less than 2 days ago and have been overridden.
These require manual review before inclusion.