[Test Package Versions Bump] Updating package versions#8772
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0b015c8427
ℹ️ 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".
| "maxVersionSupportedInclusive": "10.0.9", | ||
| "maxVersionAvailableInclusive": "10.0.9", |
There was a problem hiding this comment.
Keep WinHttpHandler max at an existing version
For the HttpMessageHandler integration, this now advertises System.Net.Http.WinHttpHandler 10.0.9 as both supported and available, but NuGet.org's version list for that package currently stops at stable 10.0.8 (with only 11.x previews after it). Since supported_versions.json is also loaded as previous-max input for future support-matrix generation, this pins and republishes support for a package version customers cannot restore.
Useful? React with 👍 / 👎.
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8772) and master.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Metric | Master (Mean ± 95% CI) | Current (Mean ± 95% CI) | Change | Status |
|---|---|---|---|---|
| .NET Framework 4.8 - Baseline | ||||
| duration | 196.86 ± (196.31 - 197.25) ms | 215.86 ± (215.20 - 217.34) ms | +9.6% | ❌⬆️ |
| .NET Framework 4.8 - Bailout | ||||
| duration | 201.31 ± (200.87 - 201.67) ms | 218.03 ± (217.75 - 220.65) ms | +8.3% | ❌⬆️ |
| .NET Framework 4.8 - CallTarget+Inlining+NGEN | ||||
| duration | 1184.68 ± (1185.22 - 1191.07) ms | 1370.26 ± (1374.08 - 1394.40) ms | +15.7% | ❌⬆️ |
Full Metrics Comparison
FakeDbCommand
| Metric | Master (Mean ± 95% CI) | Current (Mean ± 95% CI) | Change | Status |
|---|---|---|---|---|
| .NET Framework 4.8 - Baseline | ||||
| duration | 79.20 ± (79.30 - 80.19) ms | 72.87 ± (72.81 - 73.18) ms | -8.0% | ✅ |
| .NET Framework 4.8 - Bailout | ||||
| duration | 85.57 ± (85.14 - 85.87) ms | 76.21 ± (76.12 - 76.54) ms | -10.9% | ✅ |
| .NET Framework 4.8 - CallTarget+Inlining+NGEN | ||||
| duration | 1232.70 ± (1230.96 - 1239.94) ms | 1092.57 ± (1093.89 - 1099.77) ms | -11.4% | ✅ |
| .NET Core 3.1 - Baseline | ||||
| process.internal_duration_ms | 24.17 ± (24.03 - 24.32) ms | 22.59 ± (22.54 - 22.64) ms | -6.5% | ✅ |
| process.time_to_main_ms | 93.18 ± (92.71 - 93.65) ms | 84.40 ± (84.14 - 84.66) ms | -9.4% | ✅ |
| runtime.dotnet.exceptions.count | 0 ± (0 - 0) | 0 ± (0 - 0) | +0.0% | ✅ |
| runtime.dotnet.mem.committed | 10.94 ± (10.94 - 10.94) MB | 10.89 ± (10.89 - 10.90) MB | -0.4% | ✅ |
| runtime.dotnet.threads.count | 12 ± (12 - 12) | 12 ± (12 - 12) | +0.0% | ✅ |
| .NET Core 3.1 - Bailout | ||||
| process.internal_duration_ms | 24.16 ± (23.97 - 24.36) ms | 22.32 ± (22.29 - 22.36) ms | -7.6% | ✅ |
| process.time_to_main_ms | 92.92 ± (92.32 - 93.51) ms | 84.85 ± (84.66 - 85.04) ms | -8.7% | ✅ |
| runtime.dotnet.exceptions.count | 0 ± (0 - 0) | 0 ± (0 - 0) | +0.0% | ✅ |
| runtime.dotnet.mem.committed | 10.97 ± (10.97 - 10.97) MB | 10.92 ± (10.92 - 10.93) MB | -0.4% | ✅ |
| runtime.dotnet.threads.count | 13 ± (13 - 13) | 13 ± (13 - 13) | +0.0% | ✅ |
| .NET Core 3.1 - CallTarget+Inlining+NGEN | ||||
| process.internal_duration_ms | 214.92 ± (214.23 - 215.62) ms | 214.89 ± (213.92 - 215.87) ms | -0.0% | ✅ |
| process.time_to_main_ms | 540.13 ± (538.88 - 541.38) ms | 541.55 ± (540.33 - 542.77) ms | +0.3% | ✅⬆️ |
| runtime.dotnet.exceptions.count | 0 ± (0 - 0) | 0 ± (0 - 0) | +0.0% | ✅ |
| runtime.dotnet.mem.committed | 48.34 ± (48.31 - 48.37) MB | 48.33 ± (48.29 - 48.36) MB | -0.0% | ✅ |
| runtime.dotnet.threads.count | 28 ± (28 - 28) | 28 ± (28 - 28) | +0.1% | ✅⬆️ |
| .NET 6 - Baseline | ||||
| process.internal_duration_ms | 21.34 ± (21.30 - 21.38) ms | 21.53 ± (21.47 - 21.59) ms | +0.9% | ✅⬆️ |
| process.time_to_main_ms | 73.69 ± (73.54 - 73.85) ms | 74.64 ± (74.35 - 74.94) ms | +1.3% | ✅⬆️ |
| runtime.dotnet.exceptions.count | 0 ± (0 - 0) | 0 ± (0 - 0) | +0.0% | ✅ |
| runtime.dotnet.mem.committed | 10.62 ± (10.62 - 10.63) MB | 10.62 ± (10.62 - 10.62) MB | -0.0% | ✅ |
| runtime.dotnet.threads.count | 10 ± (10 - 10) | 10 ± (10 - 10) | +0.0% | ✅ |
| .NET 6 - Bailout | ||||
| process.internal_duration_ms | 21.51 ± (21.46 - 21.56) ms | 21.33 ± (21.28 - 21.37) ms | -0.8% | ✅ |
| process.time_to_main_ms | 76.64 ± (76.43 - 76.85) ms | 74.83 ± (74.62 - 75.04) ms | -2.4% | ✅ |
| runtime.dotnet.exceptions.count | 0 ± (0 - 0) | 0 ± (0 - 0) | +0.0% | ✅ |
| runtime.dotnet.mem.committed | 10.74 ± (10.73 - 10.74) MB | 10.75 ± (10.75 - 10.75) MB | +0.1% | ✅⬆️ |
| runtime.dotnet.threads.count | 11 ± (11 - 11) | 11 ± (11 - 11) | +0.0% | ✅ |
| .NET 6 - CallTarget+Inlining+NGEN | ||||
| process.internal_duration_ms | 369.08 ± (367.07 - 371.10) ms | 371.44 ± (369.26 - 373.62) ms | +0.6% | ✅⬆️ |
| process.time_to_main_ms | 546.60 ± (545.30 - 547.90) ms | 548.96 ± (547.62 - 550.31) ms | +0.4% | ✅⬆️ |
| runtime.dotnet.exceptions.count | 0 ± (0 - 0) | 0 ± (0 - 0) | +0.0% | ✅ |
| runtime.dotnet.mem.committed | 49.82 ± (49.80 - 49.85) MB | 49.81 ± (49.79 - 49.83) MB | -0.0% | ✅ |
| runtime.dotnet.threads.count | 28 ± (28 - 28) | 28 ± (28 - 28) | +0.0% | ✅⬆️ |
| .NET 8 - Baseline | ||||
| process.internal_duration_ms | 19.75 ± (19.70 - 19.81) ms | 19.44 ± (19.41 - 19.47) ms | -1.6% | ✅ |
| process.time_to_main_ms | 73.50 ± (73.25 - 73.74) ms | 71.69 ± (71.54 - 71.84) ms | -2.5% | ✅ |
| runtime.dotnet.exceptions.count | 0 ± (0 - 0) | 0 ± (0 - 0) | +0.0% | ✅ |
| runtime.dotnet.mem.committed | 7.66 ± (7.66 - 7.67) MB | 7.69 ± (7.68 - 7.70) MB | +0.4% | ✅⬆️ |
| runtime.dotnet.threads.count | 10 ± (10 - 10) | 10 ± (10 - 10) | +0.0% | ✅ |
| .NET 8 - Bailout | ||||
| process.internal_duration_ms | 19.50 ± (19.46 - 19.53) ms | 19.70 ± (19.66 - 19.74) ms | +1.0% | ✅⬆️ |
| process.time_to_main_ms | 72.75 ± (72.59 - 72.92) ms | 74.94 ± (74.73 - 75.15) ms | +3.0% | ✅⬆️ |
| runtime.dotnet.exceptions.count | 0 ± (0 - 0) | 0 ± (0 - 0) | +0.0% | ✅ |
| runtime.dotnet.mem.committed | 7.71 ± (7.70 - 7.71) MB | 7.73 ± (7.73 - 7.74) MB | +0.4% | ✅⬆️ |
| runtime.dotnet.threads.count | 11 ± (11 - 11) | 11 ± (11 - 11) | +0.0% | ✅ |
| .NET 8 - CallTarget+Inlining+NGEN | ||||
| process.internal_duration_ms | 298.35 ± (296.29 - 300.42) ms | 300.38 ± (297.92 - 302.84) ms | +0.7% | ✅⬆️ |
| process.time_to_main_ms | 495.50 ± (494.55 - 496.45) ms | 496.67 ± (495.45 - 497.89) ms | +0.2% | ✅⬆️ |
| runtime.dotnet.exceptions.count | 0 ± (0 - 0) | 0 ± (0 - 0) | +0.0% | ✅ |
| runtime.dotnet.mem.committed | 36.90 ± (36.87 - 36.93) MB | 36.85 ± (36.81 - 36.88) MB | -0.1% | ✅ |
| runtime.dotnet.threads.count | 27 ± (27 - 27) | 27 ± (27 - 27) | +0.5% | ✅⬆️ |
HttpMessageHandler
| Metric | Master (Mean ± 95% CI) | Current (Mean ± 95% CI) | Change | Status |
|---|---|---|---|---|
| .NET Framework 4.8 - Baseline | ||||
| duration | 196.86 ± (196.31 - 197.25) ms | 215.86 ± (215.20 - 217.34) ms | +9.6% | ❌⬆️ |
| .NET Framework 4.8 - Bailout | ||||
| duration | 201.31 ± (200.87 - 201.67) ms | 218.03 ± (217.75 - 220.65) ms | +8.3% | ❌⬆️ |
| .NET Framework 4.8 - CallTarget+Inlining+NGEN | ||||
| duration | 1184.68 ± (1185.22 - 1191.07) ms | 1370.26 ± (1374.08 - 1394.40) ms | +15.7% | ❌⬆️ |
| .NET Core 3.1 - Baseline | ||||
| process.internal_duration_ms | 190.66 ± (190.22 - 191.09) ms | 208.18 ± (207.66 - 208.71) ms | +9.2% | ✅⬆️ |
| process.time_to_main_ms | 83.06 ± (82.80 - 83.32) ms | 90.62 ± (90.18 - 91.07) ms | +9.1% | ✅⬆️ |
| runtime.dotnet.exceptions.count | 3 ± (3 - 3) | 3 ± (3 - 3) | +0.0% | ✅ |
| runtime.dotnet.mem.committed | 16.10 ± (16.07 - 16.12) MB | 16.00 ± (15.98 - 16.02) MB | -0.6% | ✅ |
| runtime.dotnet.threads.count | 20 ± (20 - 20) | 20 ± (20 - 20) | +3.7% | ✅⬆️ |
| .NET Core 3.1 - Bailout | ||||
| process.internal_duration_ms | 190.89 ± (190.45 - 191.33) ms | 206.98 ± (206.42 - 207.53) ms | +8.4% | ✅⬆️ |
| process.time_to_main_ms | 84.42 ± (84.14 - 84.70) ms | 91.26 ± (90.81 - 91.71) ms | +8.1% | ✅⬆️ |
| runtime.dotnet.exceptions.count | 3 ± (3 - 3) | 3 ± (3 - 3) | +0.0% | ✅ |
| runtime.dotnet.mem.committed | 16.19 ± (16.16 - 16.22) MB | 16.08 ± (16.06 - 16.09) MB | -0.7% | ✅ |
| runtime.dotnet.threads.count | 21 ± (20 - 21) | 21 ± (21 - 21) | +4.4% | ✅⬆️ |
| .NET Core 3.1 - CallTarget+Inlining+NGEN | ||||
| process.internal_duration_ms | 383.98 ± (382.78 - 385.18) ms | 407.94 ± (406.00 - 409.87) ms | +6.2% | ✅⬆️ |
| process.time_to_main_ms | 529.05 ± (527.88 - 530.21) ms | 595.79 ± (591.29 - 600.28) ms | +12.6% | ✅⬆️ |
| runtime.dotnet.exceptions.count | 3 ± (3 - 3) | 3 ± (3 - 3) | +0.0% | ✅ |
| runtime.dotnet.mem.committed | 57.29 ± (57.14 - 57.45) MB | 59.19 ± (59.14 - 59.25) MB | +3.3% | ✅⬆️ |
| runtime.dotnet.threads.count | 30 ± (30 - 30) | 31 ± (30 - 31) | +2.8% | ✅⬆️ |
| .NET 6 - Baseline | ||||
| process.internal_duration_ms | 195.31 ± (194.84 - 195.78) ms | 196.71 ± (196.25 - 197.18) ms | +0.7% | ✅⬆️ |
| process.time_to_main_ms | 71.57 ± (71.31 - 71.82) ms | 72.26 ± (71.98 - 72.53) ms | +1.0% | ✅⬆️ |
| runtime.dotnet.exceptions.count | 4 ± (4 - 4) | 4 ± (4 - 4) | +0.0% | ✅ |
| runtime.dotnet.mem.committed | 16.40 ± (16.37 - 16.42) MB | 16.39 ± (16.36 - 16.41) MB | -0.1% | ✅ |
| runtime.dotnet.threads.count | 19 ± (19 - 19) | 19 ± (19 - 19) | +0.5% | ✅⬆️ |
| .NET 6 - Bailout | ||||
| process.internal_duration_ms | 193.70 ± (193.30 - 194.09) ms | 196.68 ± (196.30 - 197.05) ms | +1.5% | ✅⬆️ |
| process.time_to_main_ms | 72.45 ± (72.26 - 72.63) ms | 73.28 ± (73.06 - 73.50) ms | +1.2% | ✅⬆️ |
| runtime.dotnet.exceptions.count | 4 ± (4 - 4) | 4 ± (4 - 4) | +0.0% | ✅ |
| runtime.dotnet.mem.committed | 16.45 ± (16.42 - 16.48) MB | 16.43 ± (16.40 - 16.46) MB | -0.1% | ✅ |
| runtime.dotnet.threads.count | 20 ± (20 - 20) | 20 ± (20 - 20) | +0.4% | ✅⬆️ |
| .NET 6 - CallTarget+Inlining+NGEN | ||||
| process.internal_duration_ms | 586.08 ± (583.59 - 588.57) ms | 583.06 ± (580.60 - 585.52) ms | -0.5% | ✅ |
| process.time_to_main_ms | 537.75 ± (536.86 - 538.64) ms | 543.30 ± (542.28 - 544.31) ms | +1.0% | ✅⬆️ |
| runtime.dotnet.exceptions.count | 4 ± (4 - 4) | 4 ± (4 - 4) | +0.0% | ✅ |
| runtime.dotnet.mem.committed | 61.18 ± (61.09 - 61.27) MB | 60.99 ± (60.91 - 61.07) MB | -0.3% | ✅ |
| runtime.dotnet.threads.count | 31 ± (31 - 31) | 31 ± (31 - 31) | +0.1% | ✅⬆️ |
| .NET 8 - Baseline | ||||
| process.internal_duration_ms | 193.52 ± (193.07 - 193.96) ms | 194.70 ± (194.24 - 195.16) ms | +0.6% | ✅⬆️ |
| process.time_to_main_ms | 70.81 ± (70.54 - 71.08) ms | 71.33 ± (71.11 - 71.55) ms | +0.7% | ✅⬆️ |
| runtime.dotnet.exceptions.count | 4 ± (4 - 4) | 4 ± (4 - 4) | +0.0% | ✅ |
| runtime.dotnet.mem.committed | 11.73 ± (11.70 - 11.75) MB | 11.67 ± (11.65 - 11.69) MB | -0.5% | ✅ |
| runtime.dotnet.threads.count | 18 ± (18 - 18) | 18 ± (18 - 18) | -0.0% | ✅ |
| .NET 8 - Bailout | ||||
| process.internal_duration_ms | 192.20 ± (191.68 - 192.72) ms | 194.35 ± (193.85 - 194.84) ms | +1.1% | ✅⬆️ |
| process.time_to_main_ms | 71.91 ± (71.70 - 72.11) ms | 72.53 ± (72.30 - 72.75) ms | +0.9% | ✅⬆️ |
| runtime.dotnet.exceptions.count | 4 ± (4 - 4) | 4 ± (4 - 4) | +0.0% | ✅ |
| runtime.dotnet.mem.committed | 11.81 ± (11.78 - 11.84) MB | 11.73 ± (11.71 - 11.75) MB | -0.7% | ✅ |
| runtime.dotnet.threads.count | 19 ± (19 - 19) | 19 ± (19 - 19) | -0.1% | ✅ |
| .NET 8 - CallTarget+Inlining+NGEN | ||||
| process.internal_duration_ms | 511.95 ± (509.33 - 514.56) ms | 512.74 ± (509.91 - 515.58) ms | +0.2% | ✅⬆️ |
| process.time_to_main_ms | 489.24 ± (488.45 - 490.02) ms | 490.81 ± (489.92 - 491.70) ms | +0.3% | ✅⬆️ |
| runtime.dotnet.exceptions.count | 4 ± (4 - 4) | 4 ± (4 - 4) | +0.0% | ✅ |
| runtime.dotnet.mem.committed | 50.55 ± (50.51 - 50.58) MB | 50.59 ± (50.55 - 50.62) MB | +0.1% | ✅⬆️ |
| runtime.dotnet.threads.count | 29 ± (29 - 30) | 29 ± (29 - 30) | +0.1% | ✅⬆️ |
Comparison explanation
Execution-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:
- Welch test with statistical test for significance of 5%
- Only results indicating a difference greater than 5% and 5 ms are considered.
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 charts
FakeDbCommand (.NET Framework 4.8)
gantt
title Execution time (ms) FakeDbCommand (.NET Framework 4.8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8772) - mean (73ms) : 70, 76
master - mean (80ms) : 73, 86
section Bailout
This PR (8772) - mean (76ms) : 74, 79
master - mean (86ms) : 80, 91
section CallTarget+Inlining+NGEN
This PR (8772) - mean (1,097ms) : 1055, 1139
master - mean (1,235ms) : 1168, 1303
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 (8772) - mean (114ms) : 109, 119
master - mean (126ms) : 118, 134
section Bailout
This PR (8772) - mean (114ms) : 112, 116
master - mean (126ms) : 116, 136
section CallTarget+Inlining+NGEN
This PR (8772) - mean (793ms) : 767, 819
master - mean (794ms) : 769, 819
FakeDbCommand (.NET 6)
gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8772) - mean (103ms) : 96, 109
master - mean (102ms) : 99, 105
section Bailout
This PR (8772) - mean (103ms) : 99, 107
master - mean (105ms) : 101, 109
section CallTarget+Inlining+NGEN
This PR (8772) - mean (950ms) : 913, 988
master - mean (950ms) : 920, 980
FakeDbCommand (.NET 8)
gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8772) - mean (99ms) : 95, 102
master - mean (102ms) : 97, 106
section Bailout
This PR (8772) - mean (102ms) : 98, 107
master - mean (101ms) : 98, 103
section CallTarget+Inlining+NGEN
This PR (8772) - mean (828ms) : 784, 873
master - mean (824ms) : 784, 865
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 (8772) - mean (216ms) : 201, 232
master - mean (197ms) : 191, 203
section Bailout
This PR (8772) - mean (219ms) : crit, 197, 242
master - mean (201ms) : 197, 205
section CallTarget+Inlining+NGEN
This PR (8772) - mean (1,384ms) : crit, 1238, 1531
master - mean (1,188ms) : 1146, 1230
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 (8772) - mean (310ms) : 295, 324
master - mean (283ms) : 274, 291
section Bailout
This PR (8772) - mean (309ms) : crit, 294, 325
master - mean (284ms) : 278, 290
section CallTarget+Inlining+NGEN
This PR (8772) - mean (1,048ms) : crit, 961, 1136
master - mean (953ms) : 936, 971
HttpMessageHandler (.NET 6)
gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8772) - mean (278ms) : 271, 285
master - mean (275ms) : 267, 284
section Bailout
This PR (8772) - mean (279ms) : 273, 285
master - mean (275ms) : 269, 280
section CallTarget+Inlining+NGEN
This PR (8772) - mean (1,160ms) : 1121, 1200
master - mean (1,152ms) : 1116, 1188
HttpMessageHandler (.NET 8)
gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8772) - mean (277ms) : 268, 286
master - mean (275ms) : 269, 281
section Bailout
This PR (8772) - mean (278ms) : 271, 284
master - mean (274ms) : 268, 280
section CallTarget+Inlining+NGEN
This PR (8772) - mean (1,035ms) : 996, 1074
master - mean (1,034ms) : 994, 1075
BenchmarksBenchmark execution time: 2026-06-10 02:23:17 Comparing candidate commit 0b015c8 in PR branch Found 0 performance improvements and 1 performance regressions! Performance is the same for 71 metrics, 0 unstable metrics, 60 known flaky benchmarks, 66 flaky benchmarks without significant changes.
|
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 | 4.0.7.5 | 4.0.8 | 2026-06-05 | | AWSSDK.DynamoDBv2 | AwsDynamoDb | 4.0.19.1 | 4.0.20 | 2026-06-05 | | AWSSDK.Kinesis | AwsKinesis | 4.0.9 | 4.0.9.1 | 2026-06-05 | | AWSSDK.SQS | AwsSqs | 4.0.3 | 4.0.3.1 | 2026-06-05 | | AWSSDK.SimpleNotificationService | AwsSns | 4.0.3 | 4.0.3.1 | 2026-06-05 | | AWSSDK.EventBridge | AwsEventBridge | 4.0.6.2 | 4.0.6.3 | 2026-06-05 | | AWSSDK.S3 | AwsS3 | 4.0.24 | 4.0.24.1 | 2026-06-05 | | AWSSDK.StepFunctions | AwsStepFunctions | 4.0.4 | 4.0.4.1 | 2026-06-05 | ## 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.1 | 2026-06-08 | 1 | | AWSSDK.DynamoDBv2 | AwsDynamoDb | 4.0.20.1 | 2026-06-08 | 1 | | AWSSDK.DynamoDBv2 | AwsDynamoDb | 4.0.21 | 2026-06-09 | 0 | | AWSSDK.Kinesis | AwsKinesis | 4.0.9.2 | 2026-06-08 | 1 | | AWSSDK.SQS | AwsSqs | 4.0.3.2 | 2026-06-08 | 1 | | AWSSDK.SimpleNotificationService | AwsSns | 4.0.3.2 | 2026-06-08 | 1 | | AWSSDK.EventBridge | AwsEventBridge | 4.0.6.4 | 2026-06-08 | 1 | | AWSSDK.S3 | AwsS3 | 4.0.24.2 | 2026-06-08 | 1 | | AWSSDK.StepFunctions | AwsStepFunctions | 4.0.4.2 | 2026-06-08 | 1 | | Microsoft.Data.Sqlite | MicrosoftDataSqlite | 8.0.28 | 2026-06-09 | 0 | | Microsoft.Data.Sqlite | MicrosoftDataSqlite | 9.0.17 | 2026-06-09 | 0 | | Microsoft.Data.Sqlite | MicrosoftDataSqlite | 10.0.9 | 2026-06-09 | 0 | | Microsoft.Extensions.Telemetry | ILogger | 10.7.0 | 2026-06-09 | 0 | 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.