Skip to content

v5.111.1 proposal - #9208

Closed
dd-octo-sts[bot] wants to merge 12 commits into
v5.xfrom
v5.111.1-proposal
Closed

v5.111.1 proposal#9208
dd-octo-sts[bot] wants to merge 12 commits into
v5.xfrom
v5.111.1-proposal

Conversation

@dd-octo-sts

@dd-octo-sts dd-octo-sts Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

Fixes

  • graphql: Make the resolve span the active scope inside resolvers #8208
  • Test Optimization: Changed DD_MAJOR guards to greater than or equal #9199
  • Test Optimization: Propagate no-worker request error tags #9189
  • Test Optimization: Report tests from custom environments #9194
  • Test Optimization: Support concurrent Vitest tests #8412

Internal (CI, Testing, Benchmarking)

  • AI Guard: Rework aiguard integrations #9185
  • AppSec: Remove dead code and fix stale comments in nosql mongodb analyzer #9168
  • Dependencies: Bump npm #9205
  • General: Reject non-string version ranges in withVersions #9187

BridgeAR and others added 4 commits July 3, 2026 06:12
…#8208)

A `tracer.startSpan(...)` call inside a graphql resolver parented under
`graphql.execute` instead of the field's `graphql.resolve` span, because the
resolver ran in whatever store was active when execute invoked it — the
resolve span was created but never entered on `storage('legacy')`.

Run the resolver inside the resolve span's store via `legacyStorage.run`, which
scopes only the synchronous resolver body: a returned promise unwinds the frame,
so its continuation still runs in the parent scope. Collapsed list siblings
re-enter the first sibling's store and share the same `graphql.resolve` scope.

The store entry is confined to the span-creating path. The fast paths — depth=0
with no IAST/AppSec subscriber, no root context, and depth- or collapse-filtered
fields — keep their bare `resolve.apply` and pay nothing for the active scope.

---------

Co-authored-by: Luciano Leggieri <lleggieri@atlassian.com>
…th 10 updates (#9204)

Bumps the cloud-and-messaging group with 10 updates in the /packages/dd-trace/test/plugins/versions directory:

| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-bedrock-runtime](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-bedrock-runtime) | `3.1075.0` | `3.1076.0` |
| [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb) | `3.1075.0` | `3.1076.0` |
| [@aws-sdk/client-kinesis](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-kinesis) | `3.1075.0` | `3.1076.0` |
| [@aws-sdk/client-lambda](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lambda) | `3.1075.0` | `3.1076.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.1075.0` | `3.1076.0` |
| [@aws-sdk/client-sfn](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sfn) | `3.1075.0` | `3.1076.0` |
| [@aws-sdk/client-sns](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sns) | `3.1075.0` | `3.1076.0` |
| [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.1075.0` | `3.1076.0` |
| [@smithy/core](https://github.com/smithy-lang/smithy-typescript/tree/HEAD/packages/core) | `3.26.0` | `3.28.0` |
| [@smithy/smithy-client](https://github.com/smithy-lang/smithy-typescript/tree/HEAD/packages/smithy-client) | `4.14.2` | `4.14.4` |



Updates `@aws-sdk/client-bedrock-runtime` from 3.1075.0 to 3.1076.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-bedrock-runtime/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1076.0/clients/client-bedrock-runtime)

Updates `@aws-sdk/client-dynamodb` from 3.1075.0 to 3.1076.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-dynamodb/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1076.0/clients/client-dynamodb)

Updates `@aws-sdk/client-kinesis` from 3.1075.0 to 3.1076.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-kinesis/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1076.0/clients/client-kinesis)

Updates `@aws-sdk/client-lambda` from 3.1075.0 to 3.1076.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-lambda/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1076.0/clients/client-lambda)

Updates `@aws-sdk/client-s3` from 3.1075.0 to 3.1076.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1076.0/clients/client-s3)

Updates `@aws-sdk/client-sfn` from 3.1075.0 to 3.1076.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sfn/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1076.0/clients/client-sfn)

Updates `@aws-sdk/client-sns` from 3.1075.0 to 3.1076.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sns/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1076.0/clients/client-sns)

Updates `@aws-sdk/client-sqs` from 3.1075.0 to 3.1076.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sqs/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1076.0/clients/client-sqs)

Updates `@smithy/core` from 3.26.0 to 3.28.0
- [Release notes](https://github.com/smithy-lang/smithy-typescript/releases)
- [Changelog](https://github.com/smithy-lang/smithy-typescript/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-typescript/commits/@smithy/core@3.28.0/packages/core)

Updates `@smithy/smithy-client` from 4.14.2 to 4.14.4
- [Release notes](https://github.com/smithy-lang/smithy-typescript/releases)
- [Changelog](https://github.com/smithy-lang/smithy-typescript/blob/main/packages/smithy-client/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-typescript/commits/@smithy/smithy-client@4.14.4/packages/smithy-client)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-bedrock-runtime"
  dependency-version: 3.1076.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-and-messaging
- dependency-name: "@aws-sdk/client-dynamodb"
  dependency-version: 3.1076.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-and-messaging
- dependency-name: "@aws-sdk/client-kinesis"
  dependency-version: 3.1076.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-and-messaging
- dependency-name: "@aws-sdk/client-lambda"
  dependency-version: 3.1076.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-and-messaging
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.1076.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-and-messaging
- dependency-name: "@aws-sdk/client-sfn"
  dependency-version: 3.1076.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-and-messaging
- dependency-name: "@aws-sdk/client-sns"
  dependency-version: 3.1076.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-and-messaging
- dependency-name: "@aws-sdk/client-sqs"
  dependency-version: 3.1076.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-and-messaging
- dependency-name: "@smithy/core"
  dependency-version: 3.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-and-messaging
- dependency-name: "@smithy/smithy-client"
  dependency-version: 4.14.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cloud-and-messaging
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the test-versions group with 1 update in the /packages/dd-trace/test/plugins/versions directory: [npm](https://github.com/npm/cli).


Updates `npm` from 11.17.0 to 11.18.0
- [Release notes](https://github.com/npm/cli/releases)
- [Changelog](https://github.com/npm/cli/blob/v11.18.0/CHANGELOG.md)
- [Commits](npm/cli@v11.17.0...v11.18.0)

---
updated-dependencies:
- dependency-name: npm
  dependency-version: 11.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@dd-octo-sts

dd-octo-sts Bot commented Jul 3, 2026

Copy link
Copy Markdown
Contributor Author

Overall package size

Self size: 6.54 MB
Deduped: 7.19 MB
No deduping: 7.19 MB

Dependency sizes | name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.3.0 | 117.14 kB | 432.47 kB | | opentracing | 0.14.7 | 194.81 kB | 194.81 kB | | dc-polyfill | 0.1.11 | 25.74 kB | 25.74 kB |

🤖 This report was automatically generated by heaviest-objects-in-the-universe

@datadog-prod-us1-3

datadog-prod-us1-3 Bot commented Jul 3, 2026

Copy link
Copy Markdown

Tests

🎉 All green!

🧪 All tests passed
❄️ No new flaky tests detected

🔄 Datadog auto-retried 1 job - 1 passed on retry View in Datadog

🎯 Code Coverage (details)
Patch Coverage: 85.64%
Overall Coverage: 88.00%

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 6fe44cb | Docs | Datadog PR Page | Give us feedback!

@pr-commenter

pr-commenter Bot commented Jul 3, 2026

Copy link
Copy Markdown

Benchmarks

Benchmark execution time: 2026-07-06 06:46:07

Comparing candidate commit 6fe44cb in PR branch v5.111.1-proposal with baseline commit 8db8e69 in branch v5.x.

📊 Benchmarking dashboard

Found 0 performance improvements and 6 performance regressions! Performance is the same for 2261 metrics, 19 unstable metrics.

Explanation

This is an A/B test comparing a candidate commit's performance against that of a baseline commit. Performance changes are noted in the tables below as:

  • 🟩 = significantly better candidate vs. baseline
  • 🟥 = significantly worse candidate vs. baseline

We compute a confidence interval (CI) over the relative difference of means between metrics from the candidate and baseline commits, considering the baseline as the reference.

If the CI is entirely outside the configured SIGNIFICANT_IMPACT_THRESHOLD (or the deprecated UNCONFIDENCE_THRESHOLD), the change is considered significant.

Feel free to reach out to #apm-benchmarking-platform on Slack if you have any questions.

More details about the CI and significant changes

You can imagine this CI as a range of values that is likely to contain the true difference of means between the candidate and baseline commits.

CIs of the difference of means are often centered around 0%, because often changes are not that big:

---------------------------------(------|---^--------)-------------------------------->
                              -0.6%    0%  0.3%     +1.2%
                                 |          |        |
         lower bound of the CI --'          |        |
sample mean (center of the CI) -------------'        |
         upper bound of the CI ----------------------'

As described above, a change is considered significant if the CI is entirely outside the configured SIGNIFICANT_IMPACT_THRESHOLD (or the deprecated UNCONFIDENCE_THRESHOLD).

For instance, for an execution time metric, this confidence interval indicates a significantly worse performance:

----------------------------------------|---------|---(---------^---------)---------->
                                       0%        1%  1.3%      2.2%      3.1%
                                                  |   |         |         |
       significant impact threshold --------------'   |         |         |
                      lower bound of CI --------------'         |         |
       sample mean (center of the CI) --------------------------'         |
                      upper bound of CI ----------------------------------'

scenario:plugin-graphql-long-with-depth-and-collapse-off-24

  • 🟥 cpu_user_time [+108.229ms; +430.258ms] or [+2.232%; +8.873%]
  • 🟥 execution_time [+112.294ms; +440.625ms] or [+2.204%; +8.647%]
  • 🟥 instructions [+540.9M instructions; +1451.5M instructions] or [+2.316%; +6.215%]
  • 🟥 throughput [-3.559op/s; -0.950op/s] or [-8.539%; -2.280%]

scenario:plugin-graphql-long-with-depth-and-collapse-off-26

  • 🟥 instructions [+507.7M instructions; +1360.6M instructions] or [+2.119%; +5.680%]

scenario:plugin-graphql-long-with-depth-on-max-20

  • 🟥 instructions [+1.3G instructions; +3.6G instructions] or [+2.593%; +7.046%]

Unstable benchmarks

These benchmarks have a confidence interval too wide to call a change; treat them as noise rather than signal.

scenario:appsec-appsec-enabled-24

  • unstable execution_time [-178.141ms; +185.670ms] or [-6.709%; +6.992%]

scenario:appsec-appsec-enabled-26

  • unstable execution_time [-206358.973µs; +207443.973µs] or [-8.244%; +8.288%]

scenario:appsec-appsec-enabled-with-attacks-26

  • unstable execution_time [-123.622ms; +170.953ms] or [-4.336%; +5.996%]

scenario:appsec-control-20

  • unstable execution_time [-151.376ms; +166.026ms] or [-8.652%; +9.489%]

scenario:appsec-control-24

  • unstable execution_time [-106303.349µs; +107709.582µs] or [-8.745%; +8.861%]

scenario:appsec-control-26

  • unstable execution_time [-115.561ms; +118.373ms] or [-9.599%; +9.833%]

scenario:debugger-line-probe-with-snapshot-minimal-24

  • unstable cpu_user_time [-2.322s; +0.316s] or [-28.035%; +3.809%]
  • unstable execution_time [-2.335s; +0.327s] or [-26.084%; +3.649%]
  • unstable instructions [-19.8G instructions; +2.7G instructions] or [-29.240%; +3.922%]
  • unstable throughput [-104.116op/s; +720.308op/s] or [-2.792%; +19.313%]

scenario:dogstatsd-with-tags-20

  • unstable cpu_user_time [-345.470ms; +331.825ms] or [-7.091%; +6.811%]
  • unstable execution_time [-345.519ms; +333.492ms] or [-6.992%; +6.748%]
  • unstable throughput [-118053.642op/s; +124339.032op/s] or [-6.952%; +7.322%]

scenario:plugin-graphql-long-with-depth-and-collapse-off-20

  • unstable max_rss_usage [-32.629MB; +44.474MB] or [-8.598%; +11.720%]

scenario:plugin-graphql-long-with-depth-off-20

  • unstable max_rss_usage [-7543.483KB; +6238.340KB] or [-5.885%; +4.867%]

scenario:plugin-graphql-long-with-depth-on-max-20

  • unstable cpu_user_time [+0.423s; +2.078s] or [+3.675%; +18.047%]
  • unstable execution_time [+0.425s; +2.086s] or [+3.601%; +17.687%]
  • unstable throughput [-11.840op/s; -2.867op/s] or [-17.166%; -4.157%]

scenario:test-optimization-large-suite-20

  • unstable max_rss_usage [-3895.161KB; +4222.828KB] or [-4.913%; +5.326%]

@codecov

codecov Bot commented Jul 3, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 96.95431% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.40%. Comparing base (6b35e7d) to head (6fe44cb).
⚠️ Report is 1733 commits behind head on v5.x.

Files with missing lines Patch % Lines
packages/datadog-instrumentations/src/jest.js 94.73% 3 Missing ⚠️
...ckages/datadog-instrumentations/src/vitest-main.js 80.00% 2 Missing ⚠️
packages/dd-trace/src/aiguard/index.js 85.71% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             v5.x    #9208       +/-   ##
===========================================
+ Coverage   83.19%   93.40%   +10.20%     
===========================================
  Files         476      899      +423     
  Lines       20153    52473    +32320     
  Branches        0    12352    +12352     
===========================================
+ Hits        16766    49011    +32245     
- Misses       3387     3462       +75     
Flag Coverage Δ
aiguard 34.73% <90.47%> (?)
aiguard-integration 41.79% <55.95%> (?)
apm-bucket-0 35.38% <0.00%> (?)
apm-bucket-1 40.25% <0.00%> (?)
apm-bucket-2 37.26% <0.00%> (?)
apm-capabilities-tracing 48.95% <56.66%> (?)
apm-integrations-aerospike 32.87% <0.00%> (?)
apm-integrations-confluentinc-kafka-javascript 39.77% <0.00%> (?)
apm-integrations-couchbase 32.99% <0.00%> (?)
apm-integrations-http 41.81% <0.00%> (?)
apm-integrations-kafkajs 39.99% <0.00%> (?)
apm-integrations-next 29.40% <0.00%> (?)
apm-integrations-prisma 34.94% <0.00%> (?)
apm-integrations-tedious 33.78% <0.00%> (?)
appsec 57.64% <12.50%> (?)
appsec-express_fastify_graphql 53.66% <38.46%> (?)
appsec-integration 35.55% <11.25%> (?)
appsec-kafka_ldapjs_lodash 43.54% <12.50%> (?)
appsec-mongodb-core_mongoose_mysql 48.70% <12.50%> (?)
appsec-next 27.60% <4.68%> (?)
appsec-node-serialize_passport_postgres 47.94% <12.50%> (?)
appsec-sourcing_stripe_template 45.44% <12.50%> (?)
debugger 44.46% <0.00%> (?)
instrumentations-bucket-0 27.92% <0.00%> (?)
instrumentations-bucket-1 37.33% <0.00%> (?)
instrumentations-bucket-10 40.29% <0.00%> (?)
instrumentations-bucket-11 27.72% <0.00%> (?)
instrumentations-bucket-12 28.56% <0.00%> (?)
instrumentations-bucket-13 27.55% <0.00%> (?)
instrumentations-bucket-2 30.13% <0.00%> (?)
instrumentations-bucket-3 35.82% <0.00%> (?)
instrumentations-bucket-4 28.33% <0.00%> (?)
instrumentations-bucket-5 36.20% <0.00%> (?)
instrumentations-bucket-6 38.18% <0.00%> (?)
instrumentations-bucket-7 35.93% <0.00%> (?)
instrumentations-bucket-8 36.88% <0.00%> (?)
instrumentations-bucket-9 39.39% <0.00%> (?)
instrumentations-instrumentation-couchbase 45.38% <ø> (?)
instrumentations-integration-esbuild 24.39% <5.40%> (?)
llmobs-ai_anthropic_bedrock 39.47% <0.00%> (?)
llmobs-google-genai_langchain_vertex-ai 36.79% <0.00%> (?)
llmobs-openai 39.51% <0.00%> (?)
llmobs-sdk 43.33% <0.00%> (?)
openfeature 37.72% <0.00%> (?)
openfeature-unit 49.92% <ø> (?)
platform-core_esbuild_instrumentations-misc 22.90% <5.40%> (?)
platform-integration 47.41% <0.00%> (?)
platform-shimmer_unit-guardrails_webpack 18.26% <5.97%> (?)
plugins-bucket-1 39.59% <0.00%> (?)
plugins-bucket-11 38.36% <0.00%> (?)
plugins-bucket-17 38.98% <0.00%> (?)
plugins-bucket-18 41.93% <0.00%> (?)
plugins-bucket-19 39.72% <41.66%> (?)
plugins-bucket-20 43.20% <0.00%> (?)
plugins-bucket-4 37.66% <0.00%> (?)
plugins-bullmq_cassandra_cookie 39.67% <0.00%> (?)
plugins-cookie-parser_crypto_dd-trace-api 32.98% <0.00%> (?)
plugins-fetch_fs_generic-pool 35.95% <0.00%> (?)
plugins-google-cloud-pubsub_grpc_handlebars 42.84% <0.00%> (?)
plugins-hapi_hono_ioredis 37.69% <0.00%> (?)
plugins-jest_knex_langgraph 32.36% <0.00%> (?)
plugins-ldapjs_light-my-request_limitd-client 27.62% <0.00%> (?)
plugins-lodash_mariadb_memcached 34.90% <0.00%> (?)
plugins-mongodb_mongodb-core_mongoose 36.20% <0.00%> (?)
plugins-multer_mysql_mysql2 34.88% <0.00%> (?)
plugins-nats_node-serialize_opensearch 37.06% <0.00%> (?)
plugins-passport-http_pino_postgres 35.28% <0.00%> (?)
plugins-process_pug_redis 34.01% <0.00%> (?)
plugins-undici_url_valkey 35.78% <0.00%> (?)
plugins-vm_winston_ws 37.47% <0.00%> (?)
profiling 43.65% <0.00%> (?)
serverless-aws-sdk-aws-sdk 33.11% <0.00%> (?)
serverless-aws-sdk-bedrockruntime 31.97% <0.00%> (?)
serverless-aws-sdk-client 36.21% <ø> (?)
serverless-aws-sdk-dynamodb 33.91% <0.00%> (?)
serverless-aws-sdk-eventbridge 27.15% <0.00%> (?)
serverless-aws-sdk-kinesis 37.32% <0.00%> (?)
serverless-aws-sdk-lambda 34.41% <0.00%> (?)
serverless-aws-sdk-s3 32.41% <0.00%> (?)
serverless-aws-sdk-serverless-peer-service 39.39% <0.00%> (?)
serverless-aws-sdk-sns 38.18% <0.00%> (?)
serverless-aws-sdk-sqs 37.92% <0.00%> (?)
serverless-aws-sdk-stepfunctions 32.99% <0.00%> (?)
serverless-aws-sdk-util 46.67% <ø> (?)
serverless-bucket-0 39.40% <0.00%> (?)
serverless-lambda 34.03% <0.00%> (?)
test-optimization-cucumber 52.56% <85.71%> (?)
test-optimization-cypress 49.12% <0.00%> (?)
test-optimization-jest 55.81% <95.31%> (?)
test-optimization-mocha 53.50% <85.71%> (?)
test-optimization-playwright-playwright-atr 43.13% <71.42%> (?)
test-optimization-playwright-playwright-efd 43.39% <71.42%> (?)
test-optimization-playwright-playwright-final-status 43.49% <85.71%> (?)
test-optimization-playwright-playwright-impacted-tests 42.93% <71.42%> (?)
test-optimization-playwright-playwright-reporting 43.25% <85.71%> (?)
test-optimization-playwright-playwright-test-management 44.51% <85.71%> (?)
test-optimization-playwright-playwright-test-span 44.25% <71.42%> (?)
test-optimization-selenium 45.44% <62.50%> (?)
test-optimization-testopt 46.74% <39.47%> (?)
test-optimization-vitest 52.73% <96.49%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

CarlesDD and others added 8 commits July 6, 2026 06:31
A Node-version gate written as `withVersions('grpc', pkg, NODE_MAJOR >= 25 &&
'>=1.3.0', cb)` collapses to `false` on older Node. The old `!range` guard in
the version filter treated `false` (and every other nullish/empty value)
identically to "no range", so the intended restriction silently vanished and
the suite ran every installed version instead of the gated subset.

withVersions now throws a TypeError when a range argument is present but not a
non-empty string, so the misuse fails loudly at collection time. Callers that
relied on the silent pass-through are updated to pass a real range:

1. The grpc ESM integration spec used the `&&` form; switched to a ternary
   yielding '*' on older Node, matching its sibling unit spec.
2. The aws-sdk version helpers forwarded an omitted range as `undefined`
   straight into withVersions; they now forward '*'. `semver.satisfies(v, '*')`
   selects the same set the `!range` short-circuit did, so the tested versions
   are unchanged.
…th 11 updates (#9214)

Bumps the cloud-and-messaging group with 11 updates in the /packages/dd-trace/test/plugins/versions directory:

| Package | From | To |
| --- | --- | --- |
| [@aws-sdk/client-bedrock-runtime](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-bedrock-runtime) | `3.1076.0` | `3.1079.0` |
| [@aws-sdk/client-dynamodb](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-dynamodb) | `3.1076.0` | `3.1079.0` |
| [@aws-sdk/client-kinesis](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-kinesis) | `3.1076.0` | `3.1079.0` |
| [@aws-sdk/client-lambda](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-lambda) | `3.1076.0` | `3.1079.0` |
| [@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3) | `3.1076.0` | `3.1079.0` |
| [@aws-sdk/client-sfn](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sfn) | `3.1076.0` | `3.1079.0` |
| [@aws-sdk/client-sns](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sns) | `3.1076.0` | `3.1079.0` |
| [@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs) | `3.1076.0` | `3.1079.0` |
| [@confluentinc/kafka-javascript](https://github.com/confluentinc/confluent-kafka-javascript) | `1.9.1` | `1.10.0` |
| [@smithy/core](https://github.com/smithy-lang/smithy-typescript/tree/HEAD/packages/core) | `3.28.0` | `3.29.1` |
| [@smithy/smithy-client](https://github.com/smithy-lang/smithy-typescript/tree/HEAD/packages/smithy-client) | `4.14.4` | `4.14.6` |



Updates `@aws-sdk/client-bedrock-runtime` from 3.1076.0 to 3.1079.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-bedrock-runtime/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1079.0/clients/client-bedrock-runtime)

Updates `@aws-sdk/client-dynamodb` from 3.1076.0 to 3.1079.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-dynamodb/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1079.0/clients/client-dynamodb)

Updates `@aws-sdk/client-kinesis` from 3.1076.0 to 3.1079.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-kinesis/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1079.0/clients/client-kinesis)

Updates `@aws-sdk/client-lambda` from 3.1076.0 to 3.1079.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-lambda/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1079.0/clients/client-lambda)

Updates `@aws-sdk/client-s3` from 3.1076.0 to 3.1079.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1079.0/clients/client-s3)

Updates `@aws-sdk/client-sfn` from 3.1076.0 to 3.1079.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sfn/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1079.0/clients/client-sfn)

Updates `@aws-sdk/client-sns` from 3.1076.0 to 3.1079.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sns/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1079.0/clients/client-sns)

Updates `@aws-sdk/client-sqs` from 3.1076.0 to 3.1079.0
- [Release notes](https://github.com/aws/aws-sdk-js-v3/releases)
- [Changelog](https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sqs/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-js-v3/commits/v3.1079.0/clients/client-sqs)

Updates `@confluentinc/kafka-javascript` from 1.9.1 to 1.10.0
- [Release notes](https://github.com/confluentinc/confluent-kafka-javascript/releases)
- [Changelog](https://github.com/confluentinc/confluent-kafka-javascript/blob/master/CHANGELOG.md)
- [Commits](confluentinc/confluent-kafka-javascript@v1.9.1...v1.10.0)

Updates `@smithy/core` from 3.28.0 to 3.29.1
- [Release notes](https://github.com/smithy-lang/smithy-typescript/releases)
- [Changelog](https://github.com/smithy-lang/smithy-typescript/blob/main/packages/core/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-typescript/commits/@smithy/core@3.29.1/packages/core)

Updates `@smithy/smithy-client` from 4.14.4 to 4.14.6
- [Release notes](https://github.com/smithy-lang/smithy-typescript/releases)
- [Changelog](https://github.com/smithy-lang/smithy-typescript/blob/main/packages/smithy-client/CHANGELOG.md)
- [Commits](https://github.com/smithy-lang/smithy-typescript/commits/@smithy/smithy-client@4.14.6/packages/smithy-client)

---
updated-dependencies:
- dependency-name: "@aws-sdk/client-bedrock-runtime"
  dependency-version: 3.1079.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-and-messaging
- dependency-name: "@aws-sdk/client-dynamodb"
  dependency-version: 3.1079.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-and-messaging
- dependency-name: "@aws-sdk/client-kinesis"
  dependency-version: 3.1079.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-and-messaging
- dependency-name: "@aws-sdk/client-lambda"
  dependency-version: 3.1079.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-and-messaging
- dependency-name: "@aws-sdk/client-s3"
  dependency-version: 3.1079.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-and-messaging
- dependency-name: "@aws-sdk/client-sfn"
  dependency-version: 3.1079.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-and-messaging
- dependency-name: "@aws-sdk/client-sns"
  dependency-version: 3.1079.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-and-messaging
- dependency-name: "@aws-sdk/client-sqs"
  dependency-version: 3.1079.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-and-messaging
- dependency-name: "@confluentinc/kafka-javascript"
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-and-messaging
- dependency-name: "@smithy/core"
  dependency-version: 3.29.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cloud-and-messaging
- dependency-name: "@smithy/smithy-client"
  dependency-version: 4.14.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cloud-and-messaging
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@dd-octo-sts
dd-octo-sts Bot force-pushed the v5.111.1-proposal branch from 1f8a1c6 to 6fe44cb Compare July 6, 2026 06:31
@dd-octo-sts

dd-octo-sts Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #9221.

@dd-octo-sts dd-octo-sts Bot closed this Jul 6, 2026
@dd-octo-sts
dd-octo-sts Bot deleted the v5.111.1-proposal branch July 6, 2026 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants