Skip to content

Comments

v5.87.1 proposal#7573

Closed
dd-octo-sts[bot] wants to merge 6 commits intov5.xfrom
v5.87.1-proposal
Closed

v5.87.1 proposal#7573
dd-octo-sts[bot] wants to merge 6 commits intov5.xfrom
v5.87.1-proposal

Conversation

@dd-octo-sts
Copy link

@dd-octo-sts dd-octo-sts bot commented Feb 19, 2026

  • [909261eddc] - (SEMVER-PATCH) chore: add add-new-instrumentation agent skill (Thomas Watson) #7564
  • [4ae024c527] - (SEMVER-PATCH) chore(cursor): add worktrees.json for worktree setup (Thomas Watson) #7563
  • [5660164347] - (SEMVER-PATCH) ci: fix Datadog merge queue config filename (chore: configure Datadog merge queue #7561) (Thomas Watson)
  • [416a1d92e8] - (SEMVER-PATCH) chore: configure Datadog merge queue (Thomas Watson) #7561
  • [f75659a0fb] - (SEMVER-PATCH) chore(deps): bump the gh-actions-packages group across 2 directories with 3 updates (dependabot[bot]) #7560

dependabot bot and others added 6 commits February 19, 2026 05:32
…with 3 updates (#7560)

Bumps the gh-actions-packages group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [DataDog/junit-upload-github-action](https://github.com/datadog/junit-upload-github-action) and [actions/stale](https://github.com/actions/stale).
Bumps the gh-actions-packages group with 3 updates in the /.github/workflows directory: [actions/checkout](https://github.com/actions/checkout), [DataDog/junit-upload-github-action](https://github.com/datadog/junit-upload-github-action) and [actions/stale](https://github.com/actions/stale).


Updates `actions/checkout` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6.0.1...de0fac2)

Updates `DataDog/junit-upload-github-action` from 2.0.0 to 2.1.1
- [Release notes](https://github.com/datadog/junit-upload-github-action/releases)
- [Commits](DataDog/junit-upload-github-action@v2...055560f)

Updates `actions/stale` from 10.1.1 to 10.2.0
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@9971854...b5d41d4)

Updates `actions/checkout` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6.0.1...de0fac2)

Updates `DataDog/junit-upload-github-action` from 2.0.0 to 2.1.1
- [Release notes](https://github.com/datadog/junit-upload-github-action/releases)
- [Commits](DataDog/junit-upload-github-action@v2...055560f)

Updates `actions/stale` from 10.1.1 to 10.2.0
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](actions/stale@9971854...b5d41d4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gh-actions-packages
- dependency-name: DataDog/junit-upload-github-action
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gh-actions-packages
- dependency-name: actions/stale
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gh-actions-packages
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gh-actions-packages
- dependency-name: DataDog/junit-upload-github-action
  dependency-version: 2.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gh-actions-packages
- dependency-name: actions/stale
  dependency-version: 10.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gh-actions-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add `repository.datadog.yaml` configuration to enable the Datadog
merge queue with speculative workflow. This allows PRs to be
validated against the latest base branch before merging,
preventing conflicts and broken builds in high-velocity merges.

The queue is restricted to `master` to avoid running on other
branches.

Configuration details:
- Speculative workflow with fallback enabled
- Up to 5 PRs validated in parallel
- GitLab checks enabled with retry support
- Fail-fast disabled to wait for full pipeline completion
- Labels skipped to avoid triggering required status checks
Move merge queue settings into `repository.datadog.yml` and
remove `repository.datadog.yaml`.

PR #7561 added the config under the wrong extension even though
the `.yml` file already existed.
chore(cursor): add worktrees.json for worktree setup

Run `yarn install` when Cursor creates a worktree so parallel agent
worktrees have dependencies installed.

Merge branch 'master' into watson/cursor-worktrees

Co-authored-by: thomas.watson <thomas.watson@datadoghq.com>
chore: add add-new-instrumentation agent skill

Adds a shared skill guide for creating new dd-trace instrumentations
and plugins. The skill lives under `.agents/skills/` and is symlinked
into both `.claude/skills/` and `.cursor/skills/` so it's available
to all AI agents. Updates `.gitignore` to track the skill files while
continuing to exclude other Claude/Cursor settings.

Address review comments

Co-authored-by: thomas.watson <thomas.watson@datadoghq.com>
@codecov
Copy link

codecov bot commented Feb 19, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.21%. Comparing base (6b35e7d) to head (8c1a562).
⚠️ Report is 612 commits behind head on v5.x.

Additional details and impacted files
@@            Coverage Diff             @@
##             v5.x    #7573      +/-   ##
==========================================
- Coverage   83.19%   80.21%   -2.99%     
==========================================
  Files         476      732     +256     
  Lines       20153    31468   +11315     
==========================================
+ Hits        16766    25241    +8475     
- Misses       3387     6227    +2840     
Flag Coverage Δ
aiguard-macos 39.08% <ø> (?)
aiguard-ubuntu 39.20% <ø> (?)
aiguard-windows 38.94% <ø> (?)
apm-capabilities-tracing-macos 48.40% <ø> (?)
apm-capabilities-tracing-ubuntu 48.43% <ø> (?)
apm-capabilities-tracing-windows 48.12% <ø> (?)
apm-integrations-child-process 38.65% <ø> (?)
apm-integrations-couchbase-18 37.55% <ø> (?)
apm-integrations-couchbase-eol 38.04% <ø> (?)
apm-integrations-oracledb 37.88% <ø> (?)
appsec-express 55.71% <ø> (?)
appsec-fastify 52.02% <ø> (?)
appsec-graphql 52.19% <ø> (?)
appsec-kafka 44.63% <ø> (?)
appsec-ldapjs 44.23% <ø> (?)
appsec-lodash 43.92% <ø> (?)
appsec-macos 58.79% <ø> (?)
appsec-mongodb-core 49.14% <ø> (?)
appsec-mongoose 49.82% <ø> (?)
appsec-mysql 51.19% <ø> (?)
appsec-node-serialize 43.43% <ø> (?)
appsec-passport 47.95% <ø> (?)
appsec-postgres 50.95% <ø> (?)
appsec-sourcing 42.78% <ø> (?)
appsec-template 43.60% <ø> (?)
appsec-ubuntu 58.87% <ø> (?)
appsec-windows 58.66% <ø> (?)
instrumentations-instrumentation-bluebird 32.35% <ø> (?)
instrumentations-instrumentation-body-parser 40.66% <ø> (?)
instrumentations-instrumentation-child_process 37.96% <ø> (?)
instrumentations-instrumentation-cookie-parser 34.39% <ø> (?)
instrumentations-instrumentation-express 34.73% <ø> (?)
instrumentations-instrumentation-express-mongo-sanitize 34.53% <ø> (?)
instrumentations-instrumentation-express-session 40.28% <ø> (?)
instrumentations-instrumentation-fs 31.95% <ø> (?)
instrumentations-instrumentation-generic-pool 29.73% <ø> (?)
instrumentations-instrumentation-http 40.00% <ø> (?)
instrumentations-instrumentation-knex 32.35% <ø> (?)
instrumentations-instrumentation-mongoose 33.53% <ø> (?)
instrumentations-instrumentation-multer 40.40% <ø> (?)
instrumentations-instrumentation-mysql2 38.45% <ø> (?)
instrumentations-instrumentation-passport 44.24% <ø> (?)
instrumentations-instrumentation-passport-http 43.91% <ø> (?)
instrumentations-instrumentation-passport-local 44.46% <ø> (?)
instrumentations-instrumentation-pg 37.87% <ø> (?)
instrumentations-instrumentation-promise 32.28% <ø> (?)
instrumentations-instrumentation-promise-js 32.29% <ø> (?)
instrumentations-instrumentation-q 32.33% <ø> (?)
instrumentations-instrumentation-url 32.25% <ø> (?)
instrumentations-instrumentation-when 32.30% <ø> (?)
llmobs-ai 41.48% <ø> (?)
llmobs-anthropic 40.46% <ø> (?)
llmobs-bedrock 39.38% <ø> (?)
llmobs-google-genai 39.98% <ø> (?)
llmobs-langchain 39.54% <ø> (?)
llmobs-openai 44.30% <ø> (?)
llmobs-vertex-ai 40.18% <ø> (?)
platform-core 29.71% <ø> (?)
platform-esbuild 32.89% <ø> (?)
platform-instrumentations-misc 40.53% <ø> (?)
platform-shimmer 36.14% <ø> (?)
platform-unit-guardrails 22.12% <ø> (?)
plugins-azure-event-hubs 24.02% <ø> (?)
plugins-azure-service-bus 23.42% <ø> (?)
plugins-bullmq 43.78% <ø> (?)
plugins-cassandra 37.92% <ø> (?)
plugins-cookie 25.08% <ø> (?)
plugins-cookie-parser 24.87% <ø> (?)
plugins-crypto 24.72% <ø> (?)
plugins-dd-trace-api 38.51% <ø> (?)
plugins-express-mongo-sanitize 25.04% <ø> (?)
plugins-express-session 24.83% <ø> (?)
plugins-fastify 42.46% <ø> (?)
plugins-fetch 38.45% <ø> (?)
plugins-fs 38.76% <ø> (?)
plugins-generic-pool 24.06% <ø> (?)
plugins-google-cloud-pubsub 45.57% <ø> (?)
plugins-grpc 41.11% <ø> (?)
plugins-handlebars 25.08% <ø> (?)
plugins-hapi 40.29% <ø> (?)
plugins-hono 40.56% <ø> (?)
plugins-ioredis 38.56% <ø> (?)
plugins-knex 24.80% <ø> (?)
plugins-ldapjs 22.61% <ø> (?)
plugins-light-my-request 24.48% <ø> (?)
plugins-limitd-client 32.65% <ø> (?)
plugins-lodash 24.13% <ø> (?)
plugins-mariadb 39.66% <ø> (?)
plugins-memcached 38.29% <ø> (?)
plugins-microgateway-core 39.31% <ø> (?)
plugins-moleculer 40.67% <ø> (?)
plugins-mongodb 39.32% <ø> (?)
plugins-mongodb-core 39.16% <ø> (?)
plugins-mongoose 39.00% <ø> (?)
plugins-multer 24.83% <ø> (?)
plugins-mysql 39.27% <ø> (?)
plugins-mysql2 39.40% <ø> (?)
plugins-node-serialize 25.12% <ø> (?)
plugins-opensearch 37.74% <ø> (?)
plugins-passport-http 24.91% <ø> (?)
plugins-postgres 35.78% <ø> (?)
plugins-process 24.72% <ø> (?)
plugins-pug 25.08% <ø> (?)
plugins-redis 39.03% <ø> (?)
plugins-router 43.19% <ø> (?)
plugins-sequelize 23.66% <ø> (?)
plugins-test-and-upstream-amqp10 38.48% <ø> (?)
plugins-test-and-upstream-amqplib 43.97% <ø> (?)
plugins-test-and-upstream-apollo 39.15% <ø> (?)
plugins-test-and-upstream-avsc 38.90% <ø> (?)
plugins-test-and-upstream-bunyan 33.96% <ø> (?)
plugins-test-and-upstream-connect 40.97% <ø> (?)
plugins-test-and-upstream-graphql 40.30% <ø> (?)
plugins-test-and-upstream-koa 40.54% <ø> (?)
plugins-test-and-upstream-protobufjs 39.13% <ø> (?)
plugins-test-and-upstream-rhea 44.22% <ø> (?)
plugins-undici 39.24% <ø> (?)
plugins-url 24.72% <ø> (?)
plugins-valkey 38.21% <ø> (?)
plugins-vm 24.72% <ø> (?)
plugins-winston 34.15% <ø> (?)
plugins-ws 42.07% <ø> (?)
profiling-macos 40.09% <ø> (?)
profiling-ubuntu 40.22% <ø> (?)
profiling-windows 41.45% <ø> (?)
serverless-azure-functions-client 23.75% <ø> (?)
serverless-azure-functions-eventhubs 23.75% <ø> (?)
serverless-azure-functions-servicebus 23.75% <ø> (?)

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

☔ View full report in Codecov by Sentry.
📢 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.

@github-actions
Copy link
Contributor

Overall package size

Self size: 4.68 MB
Deduped: 5.52 MB
No deduping: 5.52 MB

Dependency sizes | name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 2.0.6 | 81.92 kB | 813.08 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB |

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

@pr-commenter
Copy link

pr-commenter bot commented Feb 19, 2026

Benchmarks

Benchmark execution time: 2026-02-19 05:41:56

Comparing candidate commit 8c1a562 in PR branch v5.87.1-proposal with baseline commit 620a8fb in branch v5.x.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 230 metrics, 30 unstable metrics.

@dd-octo-sts
Copy link
Author

dd-octo-sts bot commented Feb 20, 2026

Superseded by #7586.

@dd-octo-sts dd-octo-sts bot closed this Feb 20, 2026
@dd-octo-sts dd-octo-sts bot deleted the v5.87.1-proposal branch February 20, 2026 05:28
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.

2 participants