Skip to content

Conversation

@dd-octo-sts
Copy link

@dd-octo-sts dd-octo-sts bot commented Oct 30, 2025

  • [1765861626] - (SEMVER-PATCH) test: skip Next.js 16 tests on non-supported Node.js versions (Ruben Bridgewater) #6780
  • [3e68da8772] - (SEMVER-PATCH) fix: update ai plugin typing (Sam Brenner) #6786
  • [dae2928372] - (SEMVER-PATCH) ci: update kafka docker image to 3.9.1 (Roch Devost) #6794
  • [0f4b75ef22] - (SEMVER-PATCH) fix: made wrapFunction unique to functions (Pablo Erhard) #6796
  • [ee7e32f9cb] - (SEMVER-PATCH) [test optimization] Fix playwright tests in v5 release line (Juan Antonio Fernández de Alba) #6798
  • [287203888c] - (SEMVER-PATCH) [test optimization] Playwright + RUM: wait for RUM data to flush (Juan Antonio Fernández de Alba) #6759
  • [f0c1e65052] - (SEMVER-PATCH) [test optimization] Fix reported test suite duration in playwright (Juan Antonio Fernández de Alba) #6770
  • [b874514d77] - (SEMVER-PATCH) feat(ai_guard): add telemetry to the SDK (Manuel Álvarez Álvarez) #6767
  • [50146d9a4a] - (SEMVER-PATCH) fix: Add @yaacovcr/transform as external in tests because it is a new peerDepdendency in @apollo/server (Ugaitz Urien) #6790
  • [6b2d9fe4a5] - (SEMVER-MINOR) add include configuration to iitm loader hook (Roch Devost) #6455
  • [a31bc8f289] - (SEMVER-PATCH) chore(deps): bump the test-versions group across 1 directory with 2 updates (dependabot[bot]) #6778
  • [537a4a7853] - (SEMVER-PATCH) fix: restore the try catch in esubild because could fail using yarn (Ugaitz Urien) #6774
  • [e9556735f4] - (SEMVER-PATCH) fix: safer wrapFunction for ESM instrumentation (Pablo Erhard) #6761
  • [af5885e465] - (SEMVER-PATCH) feat: support most configurations with Declarative Config (Mikayla Toffler) #6694
  • [cb71d5149b] - (SEMVER-PATCH) Renamed nightly dispatch workflow (Pablo Erhard) #6742
  • [4ba2f499bd] - (SEMVER-PATCH) ci: remove deprecated lambda executor from localstack config (Roch Devost) #6771
  • [c719f344bf] - (SEMVER-PATCH) fix: make sure latest vitest versions get properly instrumented (Juan Antonio Fernández de Alba) #6773
  • [3ffe266034] - (SEMVER-PATCH) [test optimization] Improve flakiness in cypress (even more) (Juan Antonio Fernández de Alba) #6772
  • [c0874b3c1c] - (SEMVER-PATCH) ci: fix express-session job name (Pablo Erhard) #6769
  • [4a1ffff269] - (SEMVER-PATCH) chore: remove unused code (Ruben Bridgewater) #6768
  • [fe119014ad] - (SEMVER-PATCH) fix: do not include peer dependencies of a dependency (Ruben Bridgewater) #6760
  • [53714a107e] - (SEMVER-PATCH) chore: always redact exception messages for logs in telemetry (Steven Bouwkamp) #6740
  • [3debabca45] - (SEMVER-PATCH) chore(deps-dev): bump workerpool from 9.3.4 to 10.0.0 (dependabot[bot]) #6751
  • [47e0890e4a] - (SEMVER-PATCH) FFL-1294: Fix FFE_FLAGS Remote Config handler payload format (Leo Romanovsky) #6754
  • [f2af4fd7ed] - (SEMVER-PATCH) fix retry no longer working for bun (Roch Devost) #6762
  • [8611c55283] - (SEMVER-PATCH) chore(deps): bump the test-versions group across 1 directory with 2 updates (dependabot[bot]) #6763

dependabot bot and others added 21 commits October 30, 2025 14:32
…pdates (#6763)

Bumps the test-versions group with 2 updates in the /integration-tests/esbuild directory: [axios](https://github.com/axios/axios) and [koa](https://github.com/koajs/koa).


Updates `axios` from 1.12.2 to 1.13.0
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.12.2...v1.13.0)

Updates `koa` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/koajs/koa/releases)
- [Changelog](https://github.com/koajs/koa/blob/master/History.md)
- [Commits](koajs/koa@v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: koa
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The FFE_FLAGS RC handler was incorrectly expecting a wrapped payload with
conf.flag_configuration, but Remote Config delivers direct UFC payloads.

Changes:
- Fixed: this.openfeature._setConfiguration(conf.flag_configuration)
- To: this.openfeature._setConfiguration(conf)
Bumps [workerpool](https://github.com/josdejong/workerpool) from 9.3.4 to 10.0.0.
- [Changelog](https://github.com/josdejong/workerpool/blob/master/HISTORY.md)
- [Commits](https://github.com/josdejong/workerpool/commits/v10.0.0)

---
updated-dependencies:
- dependency-name: workerpool
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
The dependency itself may list it as dependency and we can include
the library in our devDependencies for testing purposes.

Fixes: #6743
This code is not used anymore and has no effect. Reintroducing it
does not seem to be ideal. It is likely best to always name the
services uniquely.

Fixes: #6766
* remove deprecated lambda executor from localstack config

* mount docker socket in localstack container
* Renamed nightly dispatch workflow

* Renamed workflow
* Sync declarative config and env var support; add tests

* Move runtime specific evaluations to defaults (e.g. remote config, crashtracking, etc)

* Handle cloudPayloadTagging and installSignature
* Added prevention into wrapFunction

* Modify shimmer tests to comply with new behavior

* Added express-mongo-sanitize-test
…pdates (#6778)

Bumps the test-versions group with 2 updates in the /integration-tests/esbuild directory: [@apollo/server](https://github.com/apollographql/apollo-server/tree/HEAD/packages/server) and [axios](https://github.com/axios/axios).


Updates `@apollo/server` from 5.0.0 to 5.1.0
- [Release notes](https://github.com/apollographql/apollo-server/releases)
- [Changelog](https://github.com/apollographql/apollo-server/blob/main/packages/server/CHANGELOG.md)
- [Commits](https://github.com/apollographql/apollo-server/commits/@apollo/[email protected]/packages/server)

Updates `axios` from 1.13.0 to 1.13.1
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](axios/axios@v1.13.0...v1.13.1)

---
updated-dependencies:
- dependency-name: "@apollo/server"
  dependency-version: 5.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: test-versions
- dependency-name: axios
  dependency-version: 1.13.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: test-versions
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat(ai_guard): add telemetry to the SDK
@dd-octo-sts dd-octo-sts bot mentioned this pull request Oct 30, 2025
@github-actions
Copy link

github-actions bot commented Oct 30, 2025

Overall package size

Self size: 13.17 MB
Deduped: 115.97 MB
No deduping: 118.18 MB

Dependency sizes | name | version | self size | total size | |------|---------|-----------|------------| | @datadog/libdatadog | 0.7.0 | 35.02 MB | 35.02 MB | | @datadog/native-appsec | 10.3.0 | 20.73 MB | 20.74 MB | | @datadog/native-iast-taint-tracking | 4.0.0 | 11.72 MB | 11.73 MB | | @datadog/pprof | 5.11.1 | 9.96 MB | 10.34 MB | | @opentelemetry/core | 1.30.1 | 908.66 kB | 7.16 MB | | protobufjs | 7.5.4 | 2.95 MB | 5.82 MB | | @datadog/wasm-js-rewriter | 4.0.1 | 2.85 MB | 3.58 MB | | @opentelemetry/resources | 1.9.1 | 306.54 kB | 1.74 MB | | @datadog/native-metrics | 3.1.1 | 1.02 MB | 1.43 MB | | @opentelemetry/api-logs | 0.207.0 | 201.39 kB | 1.42 MB | | @opentelemetry/api | 1.9.0 | 1.22 MB | 1.22 MB | | jsonpath-plus | 10.3.0 | 617.18 kB | 1.08 MB | | import-in-the-middle | 1.15.0 | 127.66 kB | 856.24 kB | | lru-cache | 10.4.3 | 804.3 kB | 804.3 kB | | @datadog/openfeature-node-server | 0.1.0-preview.12 | 95.11 kB | 401.68 kB | | opentracing | 0.14.7 | 194.81 kB | 194.81 kB | | source-map | 0.7.6 | 185.63 kB | 185.63 kB | | pprof-format | 2.2.1 | 163.06 kB | 163.06 kB | | @datadog/sketches-js | 2.1.1 | 109.9 kB | 109.9 kB | | lodash.sortby | 4.7.0 | 75.76 kB | 75.76 kB | | ignore | 7.0.5 | 63.38 kB | 63.38 kB | | istanbul-lib-coverage | 3.2.2 | 34.37 kB | 34.37 kB | | rfdc | 1.4.1 | 27.15 kB | 27.15 kB | | dc-polyfill | 0.1.10 | 26.73 kB | 26.73 kB | | @isaacs/ttlcache | 1.4.1 | 25.2 kB | 25.2 kB | | tlhunter-sorted-set | 0.1.0 | 24.94 kB | 24.94 kB | | shell-quote | 1.8.3 | 23.74 kB | 23.74 kB | | limiter | 1.1.5 | 23.17 kB | 23.17 kB | | retry | 0.13.1 | 18.85 kB | 18.85 kB | | semifies | 1.0.0 | 15.84 kB | 15.84 kB | | jest-docblock | 29.7.0 | 8.99 kB | 12.76 kB | | crypto-randomuuid | 1.0.0 | 11.18 kB | 11.18 kB | | ttl-set | 1.0.0 | 4.61 kB | 9.69 kB | | mutexify | 1.4.0 | 5.71 kB | 8.74 kB | | path-to-regexp | 0.1.12 | 6.6 kB | 6.6 kB | | module-details-from-path | 1.0.4 | 3.96 kB | 3.96 kB | | escape-string-regexp | 5.0.0 | 3.66 kB | 3.66 kB |

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

@datadog-datadog-prod-us1

This comment has been minimized.

@pr-commenter
Copy link

pr-commenter bot commented Oct 30, 2025

Benchmarks

Benchmark execution time: 2025-10-31 05:18:40

Comparing candidate commit 1838b13 in PR branch v5.75.0-proposal with baseline commit 5ffa4de in branch v5.x.

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

@codecov
Copy link

codecov bot commented Oct 30, 2025

Codecov Report

❌ Patch coverage is 96.33700% with 10 lines in your changes missing coverage. Please review.
✅ Project coverage is 83.91%. Comparing base (6b35e7d) to head (1838b13).
⚠️ Report is 144 commits behind head on v5.x.

Files with missing lines Patch % Lines
packages/dd-trace/src/config.js 96.04% 10 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             v5.x    #6792      +/-   ##
==========================================
+ Coverage   83.19%   83.91%   +0.72%     
==========================================
  Files         476      506      +30     
  Lines       20153    21256    +1103     
==========================================
+ Hits        16766    17837    +1071     
- Misses       3387     3419      +32     

☔ 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.

@juan-fernandez juan-fernandez marked this pull request as ready for review October 31, 2025 09:10
@juan-fernandez juan-fernandez requested review from a team as code owners October 31, 2025 09:10
@juan-fernandez juan-fernandez requested review from BridgeAR and removed request for a team October 31, 2025 09:10
@juan-fernandez juan-fernandez merged commit f322c9d into v5.x Oct 31, 2025
760 checks passed
@juan-fernandez juan-fernandez deleted the v5.75.0-proposal branch October 31, 2025 09:22
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.