Skip to content

v6.0.1 proposal - #9207

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

v6.0.1 proposal#9207
dd-octo-sts[bot] wants to merge 12 commits into
v6.xfrom
v6.0.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.53 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-datadog-us1-prod

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

Copy link
Copy Markdown

Tests

🎉 All green!

🧪 All tests passed
❄️ No new flaky tests detected

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

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 96daffc | 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:47:47

Comparing candidate commit 96daffc in PR branch v6.0.1-proposal with baseline commit 4f3d8bb in branch v6.x.

📊 Benchmarking dashboard

Found 0 performance improvements and 3 performance regressions! Performance is the same for 2252 metrics, 31 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

  • 🟥 instructions [+488.0M instructions; +1302.9M instructions] or [+2.098%; +5.601%]

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

  • 🟥 instructions [+523.2M instructions; +1392.5M instructions] or [+2.183%; +5.810%]

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

  • 🟥 instructions [+1.3G instructions; +3.5G instructions] or [+2.521%; +6.857%]

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 [-181711.770µs; +180634.737µs] or [-6.917%; +6.876%]

scenario:appsec-appsec-enabled-26

  • unstable execution_time [-205613.616µs; +206088.450µs] or [-8.173%; +8.191%]

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

  • unstable execution_time [-148.824ms; +156.735ms] or [-5.178%; +5.454%]

scenario:appsec-control-20

  • unstable execution_time [-110689.046µs; +111693.913µs] or [-6.845%; +6.907%]

scenario:appsec-control-24

  • unstable execution_time [-105599.313µs; +107191.346µs] or [-8.694%; +8.825%]

scenario:appsec-control-26

  • unstable execution_time [-114009.645µs; +112546.279µs] or [-9.427%; +9.306%]

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

  • unstable cpu_user_time [-1332.913ms; +649.009ms] or [-15.710%; +7.650%]
  • unstable execution_time [-1385.698ms; +676.464ms] or [-15.125%; +7.384%]
  • unstable instructions [-11.5G instructions; +5.5G instructions] or [-16.669%; +7.918%]
  • unstable throughput [-235.021op/s; +394.213op/s] or [-6.584%; +11.043%]

scenario:debugger-line-probe-with-snapshot-default-26

  • unstable cpu_user_time [-2860.853ms; +2996.837ms] or [-28.741%; +30.108%]
  • unstable execution_time [-2960.374ms; +3078.598ms] or [-27.773%; +28.882%]
  • unstable instructions [-25151.3M instructions; +26453.1M instructions] or [-30.272%; +31.839%]
  • unstable max_rss_usage [-9977.565KB; +8472.765KB] or [-6.176%; +5.245%]
  • unstable throughput [-670.611op/s; +633.143op/s] or [-21.332%; +20.141%]

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

  • unstable cpu_user_time [-1448.655ms; +700.527ms] or [-17.242%; +8.338%]
  • unstable execution_time [-1441.199ms; +699.681ms] or [-15.867%; +7.703%]
  • unstable instructions [-12.1G instructions; +5.9G instructions] or [-17.611%; +8.576%]
  • unstable throughput [-259.773op/s; +435.875op/s] or [-7.203%; +12.086%]

scenario:debugger-line-probe-without-snapshot-26

  • unstable cpu_user_time [-2306.161ms; +3416.621ms] or [-24.645%; +36.512%]
  • unstable execution_time [-2310.350ms; +3427.001ms] or [-22.984%; +34.092%]
  • unstable instructions [-20.5G instructions; +30.6G instructions] or [-26.376%; +39.292%]
  • unstable max_rss_usage [-7.513MB; +11.194MB] or [-4.732%; +7.050%]
  • unstable throughput [-734.543op/s; +524.430op/s] or [-22.437%; +16.019%]

scenario:dogstatsd-with-tags-20

  • unstable cpu_user_time [-424.286ms; +265.647ms] or [-8.834%; +5.531%]
  • unstable execution_time [-422.205ms; +263.871ms] or [-8.652%; +5.407%]
  • unstable throughput [-89070.476op/s; +145321.157op/s] or [-5.178%; +8.448%]

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

  • unstable max_rss_usage [-7146.109KB; +8359.824KB] or [-5.462%; +6.390%]

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

  • unstable cpu_user_time [+0.389s; +1.951s] or [+3.379%; +16.962%]
  • unstable execution_time [+0.388s; +1.954s] or [+3.290%; +16.582%]
  • unstable throughput [-11.220op/s; -2.620op/s] or [-16.277%; -3.800%]

@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.
⚠️ Please upload report for BASE (v6.x@4f3d8bb). Learn more about missing BASE report.

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           @@
##             v6.x    #9207   +/-   ##
=======================================
  Coverage        ?   93.65%           
=======================================
  Files           ?      899           
  Lines           ?    52473           
  Branches        ?    12352           
=======================================
  Hits            ?    49142           
  Misses          ?     3331           
  Partials        ?        0           
Flag Coverage Δ
aiguard 34.98% <90.47%> (?)
aiguard-integration 41.98% <55.95%> (?)
apm-bucket-0 35.63% <0.00%> (?)
apm-bucket-1 40.51% <0.00%> (?)
apm-bucket-2 37.50% <0.00%> (?)
apm-capabilities-tracing 48.93% <56.66%> (?)
apm-integrations-aerospike 33.13% <0.00%> (?)
apm-integrations-confluentinc-kafka-javascript 40.03% <0.00%> (?)
apm-integrations-couchbase 33.24% <0.00%> (?)
apm-integrations-http 42.05% <0.00%> (?)
apm-integrations-kafkajs 40.26% <0.00%> (?)
apm-integrations-next 29.59% <0.00%> (?)
apm-integrations-prisma 35.18% <0.00%> (?)
apm-integrations-tedious 34.04% <0.00%> (?)
appsec 57.83% <12.50%> (?)
appsec-express_fastify_graphql 53.86% <38.46%> (?)
appsec-integration 35.62% <11.25%> (?)
appsec-kafka_ldapjs_lodash 43.76% <12.50%> (?)
appsec-mongodb-core_mongoose_mysql 48.94% <12.50%> (?)
appsec-next 28.04% <4.68%> (?)
appsec-node-serialize_passport_postgres 48.09% <12.50%> (?)
appsec-sourcing_stripe_template 45.64% <12.50%> (?)
debugger 44.64% <0.00%> (?)
instrumentations-bucket-0 28.16% <0.00%> (?)
instrumentations-bucket-1 37.57% <0.00%> (?)
instrumentations-bucket-10 40.51% <0.00%> (?)
instrumentations-bucket-11 27.96% <0.00%> (?)
instrumentations-bucket-12 28.79% <0.00%> (?)
instrumentations-bucket-13 27.79% <0.00%> (?)
instrumentations-bucket-2 30.36% <0.00%> (?)
instrumentations-bucket-3 36.06% <0.00%> (?)
instrumentations-bucket-4 28.57% <0.00%> (?)
instrumentations-bucket-5 36.42% <0.00%> (?)
instrumentations-bucket-6 38.42% <0.00%> (?)
instrumentations-bucket-7 36.07% <0.00%> (?)
instrumentations-bucket-8 37.11% <0.00%> (?)
instrumentations-bucket-9 39.63% <0.00%> (?)
instrumentations-instrumentation-couchbase 46.48% <ø> (?)
instrumentations-integration-esbuild 24.47% <5.40%> (?)
llmobs-ai_anthropic_bedrock 39.68% <0.00%> (?)
llmobs-google-genai_langchain_vertex-ai 36.98% <0.00%> (?)
llmobs-openai 39.74% <0.00%> (?)
llmobs-sdk 43.59% <0.00%> (?)
openfeature 37.94% <0.00%> (?)
openfeature-unit 50.51% <ø> (?)
platform-core_esbuild_instrumentations-misc 22.92% <5.40%> (?)
platform-integration 47.49% <0.00%> (?)
platform-shimmer_unit-guardrails_webpack 18.29% <5.97%> (?)
plugins-bucket-0 36.55% <0.00%> (?)
plugins-bucket-1 39.82% <0.00%> (?)
plugins-bucket-11 38.63% <0.00%> (?)
plugins-bucket-17 39.22% <0.00%> (?)
plugins-bucket-18 42.17% <0.00%> (?)
plugins-bucket-19 39.97% <41.66%> (?)
plugins-bucket-20 43.43% <0.00%> (?)
plugins-bucket-4 37.90% <0.00%> (?)
plugins-bullmq_cassandra_cookie 39.93% <0.00%> (?)
plugins-cookie-parser_crypto_dd-trace-api 33.22% <0.00%> (?)
plugins-fetch_fs_generic-pool 36.06% <0.00%> (?)
plugins-google-cloud-pubsub_grpc_handlebars 43.08% <0.00%> (?)
plugins-hapi_hono_ioredis 37.94% <0.00%> (?)
plugins-jest_knex_langgraph 32.61% <0.00%> (?)
plugins-ldapjs_light-my-request_limitd-client 27.86% <0.00%> (?)
plugins-lodash_mariadb_memcached 35.17% <0.00%> (?)
plugins-mongodb_mongodb-core_mongoose 36.46% <0.00%> (?)
plugins-multer_mysql_mysql2 35.15% <0.00%> (?)
plugins-nats_node-serialize_opensearch 37.31% <0.00%> (?)
plugins-passport-http_pino_postgres 35.53% <0.00%> (?)
plugins-process_pug_redis 34.26% <0.00%> (?)
plugins-undici_url_valkey 36.03% <0.00%> (?)
plugins-vm_winston_ws 37.72% <0.00%> (?)
profiling 43.84% <0.00%> (?)
serverless-aws-sdk-aws-sdk 33.32% <0.00%> (?)
serverless-aws-sdk-bedrockruntime 32.19% <0.00%> (?)
serverless-aws-sdk-client 37.16% <ø> (?)
serverless-aws-sdk-dynamodb 34.19% <0.00%> (?)
serverless-aws-sdk-eventbridge 27.36% <0.00%> (?)
serverless-aws-sdk-kinesis 37.55% <0.00%> (?)
serverless-aws-sdk-lambda 34.64% <0.00%> (?)
serverless-aws-sdk-s3 32.63% <0.00%> (?)
serverless-aws-sdk-serverless-peer-service 39.65% <0.00%> (?)
serverless-aws-sdk-sns 38.40% <0.00%> (?)
serverless-aws-sdk-sqs 38.14% <0.00%> (?)
serverless-aws-sdk-stepfunctions 33.22% <0.00%> (?)
serverless-aws-sdk-util 47.95% <ø> (?)
serverless-bucket-0 39.63% <0.00%> (?)
serverless-lambda 34.34% <0.00%> (?)
test-optimization-cucumber 52.55% <85.71%> (?)
test-optimization-cypress 49.63% <0.00%> (?)
test-optimization-jest 55.70% <95.31%> (?)
test-optimization-mocha 53.62% <85.71%> (?)
test-optimization-playwright-playwright-atr 43.53% <71.42%> (?)
test-optimization-playwright-playwright-efd 43.82% <71.42%> (?)
test-optimization-playwright-playwright-final-status 43.94% <85.71%> (?)
test-optimization-playwright-playwright-impacted-tests 43.36% <71.42%> (?)
test-optimization-playwright-playwright-reporting 43.47% <85.71%> (?)
test-optimization-playwright-playwright-test-management 44.94% <85.71%> (?)
test-optimization-playwright-playwright-test-span 44.67% <71.42%> (?)
test-optimization-selenium 45.49% <62.50%> (?)
test-optimization-testopt 46.83% <39.47%> (?)
test-optimization-vitest 52.80% <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:30
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 v6.0.1-proposal branch from 17597f1 to 96daffc 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 #9220.

@dd-octo-sts dd-octo-sts Bot closed this Jul 6, 2026
@dd-octo-sts
dd-octo-sts Bot deleted the v6.0.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