Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency dd-trace to v5.40.0 #6878

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 27, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dd-trace 5.18.0 -> 5.40.0 age adoption passing confidence

Release Notes

DataDog/dd-trace-js (dd-trace)

v5.40.0: 5.40.0

Compare Source

  • [444ad14555] - (SEMVER-MINOR) Disable APM tracing (standalone billing) (Igor Unanua) #​5198
  • [522aa56c7d] - (SEMVER-PATCH) lazy load public api + profiling + crashtracking + span stats (Roch Devost) #​5256
  • [5f9757c9d2] - (SEMVER-PATCH) Add missing decrement method to DogStatsDClient (Ruben Bridgewater) #​5330
  • [7880319596] - (SEMVER-PATCH) Add TODO comment about appsec code in RC index (simon-id) #​5339
  • [e7f7a2fcde] - (SEMVER-PATCH) [test optimization] Fix possible crash with known tests (Juan Antonio Fernández de Alba) #​5328
  • [845120d8cf] - (SEMVER-PATCH) CI: Remove unused GH Actions (Thomas Watson) #​5332
  • [bc1450a1b6] - (SEMVER-PATCH) CI: Run some GH action jobs on the latest Node.js version as well (Thomas Watson) #​5325
  • [9571c02642] - (SEMVER-PATCH) CI: Remove redundant GH Action steps (Thomas Watson) #​5331
  • [10da8f2994] - (SEMVER-PATCH) [test optimization] Lazy load failed test replay logic (Juan Antonio Fernández de Alba) #​5327
  • [d36907b672] - (SEMVER-PATCH) Split appsec telemetry file into rasp, waf and user (Ilyas Shabi) #​5303

v5.39.0: 5.39.0

Compare Source

  • [9bc5d3440a] - (SEMVER-PATCH) ESLint: Require await inside async functions (Thomas Watson) #​5263
  • [991e77a547] - (SEMVER-PATCH) fix shimmer double wrapping for non-method functions (Roch Devost) #​5329
  • [806877279d] - (SEMVER-MINOR) Various improvements to profiling sample label generator (Attila Szegedi) #​5316
  • [5963c08821] - (SEMVER-PATCH) only load the naming schema version that is used (Roch Devost) #​5318
  • [c9b9d086f3] - (SEMVER-PATCH) lazy load fetch instrumentation only when needed (Roch Devost) #​5317
  • [2070869ffd] - (SEMVER-PATCH) CI: Clean up Node.js installation in GitHub actions (Thomas Watson) #​5322
  • [2c9ab130df] - (SEMVER-MINOR) Automated Session Tracking (simon-id) #​5060
  • [8cd547ee13] - (SEMVER-PATCH) [DI] Improve code comment (Thomas Watson) #​5319
  • [8e6c297179] - (SEMVER-PATCH) ESLint: Add eslint-plugin-unicorn (Thomas Watson) #​5297
  • [696cf86ac2] - (SEMVER-PATCH) ESLint: Add yarn lint:inspect command (Thomas Watson) #​5309
  • [a1cd027712] - (SEMVER-PATCH) lazy load span leak detection only when used (Roch Devost) #​5259
  • [bcf7e6129b] - (SEMVER-PATCH) lazy load dsm only when needed (Roch Devost) #​5305
  • [487ea6f6ef] - (SEMVER-PATCH) lazy load runtime metrics only when needed (Roch Devost) #​5254
  • [7fc2f9856e] - (SEMVER-PATCH) fix logging when extracting from w3c traceparent (Roch Devost) #​5227
  • [f97f991636] - (SEMVER-PATCH) only load fetch plugin when fetch is used (Roch Devost) #​5272
  • [f87acc237a] - (SEMVER-PATCH) security: fix VULN-9754 (Thomas Hunter II) #​5315
  • [ddcbcbba70] - (SEMVER-MINOR) Ddd dynamodb payload tagging (Joey Zhao) #​5224
  • [9f5b7c47ef] - (SEMVER-PATCH) Do not expose internals (Ruben Bridgewater) #​5313
  • [7aae4fcb8b] - (SEMVER-PATCH) [DI] Remove source map cache in Node.js 18 (Thomas Watson) #​5302
  • [f07a03ac71] - (SEMVER-PATCH) refactor: move remote_config code to the root of dd-trace (Thomas Watson) #​4475
  • [b046c06060] - (SEMVER-PATCH) [test optimization] Fix wrong log.error if quarantined tests are empty (Juan Antonio Fernández de Alba) #​5296
  • [996e8fbfd4] - (SEMVER-PATCH) Add stack id in location as a string (Ilyas Shabi) #​5250
  • [fd425151b5] - (SEMVER-PATCH) Update .gitlab-ci.yml (Laplie Anderson) #​5301
  • [e6a9d8dd72] - (SEMVER-PATCH) lazy load telemetry entrypoint only when needed (Roch Devost) #​5258
  • [ac25f3005b] - (SEMVER-PATCH) refactor custom metrics to be self-contained (Bryan English) #​5061
  • [85c5c4fd6e] - (SEMVER-PATCH) fix tracer flare log (Bryan English) #​5143
  • [c4f2921527] - (SEMVER-PATCH) move otel to datadog context conversion on otel side (Roch Devost) #​5260
  • [519fbce483] - (SEMVER-PATCH) Fix MongoDB DBM propagation issue where trace comments are not properly injected into commands (Zhengda Lu) #​5306
  • [f7cc3445bf] - (SEMVER-MINOR) Update span pointer env vars (Nicholas Hulston) #​5266
  • [c8940851ed] - (SEMVER-MINOR) [DSM] Add messaging.destination tag to spans so they show up in queue pages (Eric Firth) #​5239

v5.38.0: 5.38.0

Compare Source

  • [213cbe19ae] - (SEMVER-PATCH) [test optimization] Add support for Drone CI (Mario Vidal Domínguez) #​5304
  • [3f1e0c57de] - (SEMVER-PATCH) fix error in http2 plugin when it was enabled after request start (Roch Devost) #​3714
  • [96bb84ab2f] - (SEMVER-PATCH) [MLOB-2240] fix(openai, langchain, llmobs): OpenAI and LangChain instrumentation is ESM-compatible (Sam Brenner) #​5267
  • [23abc09198] - (SEMVER-PATCH) [test optimization] Configuration parameter to disable git unshallow (Mario Vidal Domínguez) #​5291
  • [4733649f4d] - (SEMVER-PATCH) Make DD_TRACE_SAMPLING_RULES consistent (Ayan Khan) #​5232
  • [3582be4d1c] - (SEMVER-PATCH) Make DD_TRACE_128_BIT_TRACEID_GENERATION_ENABLED consistent (Ayan Khan) #​5223
  • [0c7b06b62a] - (SEMVER-PATCH) Add bot to manage stale PRs (Brian Marks) #​5300
  • [f06fb27af4] - (SEMVER-MINOR) Enable 128 bit trace id log injection by default (Ayan Khan) #​5021
  • [b27a955b27] - (SEMVER-MINOR) Add pipeline to Mongodb query (Thomas Hunter II) #​5299
  • [34d89b13f2] - (SEMVER-MINOR) [MLOB-2233] feat(openai, llmobs): patch _thenUnwrap of chat completion api promise instances (Sam Brenner) #​5253
  • [18e840fbda] - (SEMVER-PATCH) tracing: fix http client synchronous errors causing spans to not finish (William Conti) #​5294
  • [00043dff2a] - (SEMVER-PATCH) (chore) APM: Fix Bedrock Integration Refactor (Thomas Hunter II) #​5278
  • [be5ecaf982] - (SEMVER-PATCH) [test optimization] Lighter init in worker thread (Juan Antonio Fernández de Alba) #​5293

v5.37.1: 5.37.1

Compare Source

  • [77abd1e28e] - (SEMVER-PATCH) [DI] Workaround bug in AsyncLocalStorage which would otherwise throw (Thomas Watson) #​5290
  • [172bc66a6b] - (SEMVER-PATCH) Clean up benchmark Sirun Dockerfile (Thomas Watson) #​5287
  • [052a83379a] - (SEMVER-PATCH) Increase GraphQL benchmark stability (Thomas Watson) #​5284
  • [0e841468c5] - (SEMVER-PATCH) Increase the benchmark timeout from 15 to 20 minutes (Thomas Watson) #​5286
  • [e6ea5fd0c3] - (SEMVER-PATCH) [test optimization] Change failed test replay to opt out rather than opt in (Juan Antonio Fernández de Alba) #​5283
  • [14a3795c31] - (SEMVER-PATCH) Bump esbuild dev-dependency from 0.16.12 to 0.25.0 (Thomas Watson) #​5285
  • [f9bf2f5edb] - (SEMVER-PATCH) ESLint: Don't ignore specific appsec file (Thomas Watson) #​5280

v5.37.0: 5.37.0

Compare Source

  • [1ae023d3b4] - (SEMVER-PATCH) [DI] Use column number from source maps (Thomas Watson) #​5279
  • [366368a38c] - (SEMVER-MINOR) [test optimization] [SDTEST-1529] Add quarantined tests logic (Juan Antonio Fernández de Alba) #​5236
  • [b599fab632] - (SEMVER-PATCH) [test optimization] Fix session fingerprint in playwright (Juan Antonio Fernández de Alba) #​5273
  • [efb8e44d5d] - (SEMVER-MINOR) [DI] Add source map support (Thomas Watson) #​5205
  • [2fea9b5c58] - (SEMVER-PATCH) fix(openai): apply span char limit truncation to chat completion input tags (Sam Brenner) #​5276
  • [5a08ad941e] - (SEMVER-PATCH) Delete unused packages/memwatch/* directory (Thomas Watson) #​5275
  • [560236e353] - (SEMVER-MINOR) Inject trace info as comment to MongoDB operation when dbm propagation is enabled. (Zhengda Lu) #​5230
  • [ff09f50cb0] - (SEMVER-MINOR) remove span kind from inferred proxy spans (William Conti) #​5265
  • [6b971861fb] - (SEMVER-PATCH) fix(openai): update openai instrumentation for newest release (Sam Brenner) #​5271
  • [ee6423febd] - (SEMVER-PATCH) change telemetry name for dd-trace-api (Bryan English) #​5264
  • [80800d630f] - (SEMVER-PATCH) ESLint: Disallow warnings in CI (Thomas Watson) #​5261
  • [8e8898d2ce] - (SEMVER-PATCH) dd-trace-api: remove runtime tests that should be test time (Bryan English) #​5246
  • [872bac80cc] - (SEMVER-MINOR) [MLOB-2096] feat(llmobs): metadata and metrics annotations update instead of override (Sam Brenner) #​5243
  • [b8130f2229] - (SEMVER-PATCH) prevent usage of semver in code (Roch Devost) #​5252
  • [d7a574bd2c] - (SEMVER-PATCH) fix(config): keep the lookup value as passed (Thomas Hunter II) #​5244
  • [fd1dd7e150] - (SEMVER-MINOR) [asm] IAST security controls (Igor Unanua) #​5117
  • [784b6f39d2] - (SEMVER-PATCH) remove semver and replace with simpler semifies (Roch Devost) #​5251
  • [48f6904f1c] - Revert "Temporarily limit koa upstream tests to test against 2.15.3" (Thomas Watson)
  • [95462ecee8] - Temporarily limit koa upstream tests to test against 2.15.3 (Thomas Watson)
  • [b8c03bdd48] - (SEMVER-PATCH) change RASP addresses from persistent to ephemeral (simon-id) #​5235
  • [dc57b5a7af] - (SEMVER-PATCH) Upgrade ESLint from v8 to v9 (Thomas Watson) #​5215
  • [f8cc54a971] - (SEMVER-PATCH) Add troubleshooting link to profiler start error message (Attila Szegedi) #​5242
  • [e0ac79507d] - (SEMVER-MINOR) Extended iast location fields (Ilyas Shabi) #​5171
  • [c64020ae12] - (SEMVER-PATCH) datadog-plugin-mongoose test remove forgotten skip condition for versions >= 8.10.0 (Igor Unanua) #​5238
  • [788cb6fcba] - (SEMVER-PATCH) dd-trace-api: don't proxy objects returned from callbacks (Bryan English) #​5240
  • [d19540d525] - (SEMVER-PATCH) [DSM] Add a wait for active stream to the putTestRecords function which was flaking when the stream was inactive (Eric Firth) #​5202
  • [d3ef34e185] - (SEMVER-PATCH) chore(graphql): only stringify graphql error extension attributes in span event if not a native type (William Conti) #​5212
  • [ca855f89c6] - (SEMVER-PATCH) Fix mongoose plugin tests (Igor Unanua) #​5217

v5.36.0: 5.36.0

Compare Source

  • [adbba87e82] - (SEMVER-PATCH) Clean up ESLint config (Thomas Watson) #​5214
  • [66c13fc934] - (SEMVER-PATCH) [asm] iast taint-tracking flaky (Igor Unanua) #​5225
  • [ff4072e9e5] - (SEMVER-PATCH) remove ability to propagate baggage on its own to avoid app crashes (Ida Liu) #​5209
  • [2805a22b46] - (SEMVER-PATCH) Fix flaky test in rewriter.spec.js (Ugaitz Urien) #​5222
  • [218c35a678] - (SEMVER-PATCH) temporarily skip plugin-mongoose test for 8.10.0 (Igor Unanua) #​5219
  • [f49e6ffac3] - (SEMVER-PATCH) Remove legacyStorage in favor of namespaced storages (Brian Marks) #​5206
  • [cde936144e] - (SEMVER-MINOR) [test optimization] [SDTEST-1243] Add tag whenever the test service is provided by the user (Juan Antonio Fernández de Alba) #​5191
  • [1b7c421171] - (SEMVER-PATCH) ci: unpin datadog actions (Christoph Hamsen) #​5199
  • [3b782cd4ec] - (SEMVER-PATCH) simplify storage.js, adding a bunch of comments for clarity (Bryan English) #​5203
  • [eec4d2873d] - (SEMVER-MINOR) ESM support for iast (Ugaitz Urien) #​5012
  • [c7b0c1831c] - (SEMVER-PATCH) add concurrency group to all-green ci job (Roch Devost) #​5196
  • [dd4e11a24f] - (SEMVER-PATCH) update ci nightly schedules to run 3 times (Roch Devost) #​5197
  • [15b9f39a82] - (SEMVER-PATCH) add yarnrc with ignore-engines config (Roch Devost) #​5183
  • [c403eee48e] - (SEMVER-PATCH) simplify wrap and trace (Bryan English) #​5192
  • [5d6e698510] - (SEMVER-PATCH) ci: pin github actions by hash and update via dependabot (Christoph Hamsen) #​5193
  • [386f4e7f16] - (SEMVER-PATCH) [test optimization] Fix cy.window for multi origin tests (Juan Antonio Fernández de Alba) #​5185
  • [51a58bc172] - (SEMVER-PATCH) [test optimization][SDTEST-1355] Fix ATR + DI (Juan Antonio Fernández de Alba) #​5176

v5.35.0: 5.35.0

Compare Source

  • [ee6dbec9bc] - (SEMVER-PATCH) [DI] Handle different casing in probe file paths (Thomas Watson) #​5188
  • [dbe0b74bf4] - (SEMVER-MINOR) Automatic userID tracking and blocking (simon-id) #​4670
  • [bcdb068742] - (SEMVER-PATCH) [DI] Probe file path matching algo should prefer shorter paths (Thomas Watson) #​5186
  • [729972edff] - (SEMVER-MINOR) Instrument dd-trace-api (Bryan English) #​5145
  • [f01d38594b] - (SEMVER-MINOR) [MLOB-2098] feat(llmobs): record bedrock token counts (Sam Brenner) #​5152

v5.34.0: 5.34.0

Compare Source

  • [34c3763fce] - (SEMVER-PATCH) Use official parametric scenario parameters (Charles de Beauchesne) #​5182
  • [c67739b0ff] - (SEMVER-MINOR) Code injection instrumented metric (Ilyas Shabi) #​5164
  • [ccf12922b1] - (SEMVER-PATCH) [DI] Improve path matching algorithm for probe file paths (Thomas Watson) #​5166
  • [9f5ee9dd8b] - (SEMVER-PATCH) retry npm install on error for plugin test suite (Roch Devost) #​5178
  • [6f79a86e73] - (SEMVER-PATCH) disable test-agent plugin logs (William Conti) #​5181
  • [e8e96bff7d] - (SEMVER-MINOR) env var to disable all middleware spans (Bryan English) #​5044
  • [bfdd3ad0fb] - (SEMVER-PATCH) ci(openai): fix esm tests (Sam Brenner) #​5163
  • [fd61c8c54e] - (SEMVER-PATCH) replace msgpack-lite with official library for tests (Roch Devost) #​5173
  • [f3bb2a7a87] - (SEMVER-PATCH) fix flaky user_tracking test (simon-id) #​5172
  • [69426fb50f] - (SEMVER-MINOR) chore(tracing): graphql error support (William Conti) #​5162

v5.33.1: 5.33.1

Compare Source

  • [ff05e3b873] - (SEMVER-PATCH) Fix a crash in the profiler (Attila Szegedi) #​5174
  • [2a90a11519] - (SEMVER-PATCH) [CI] Do not allow yarn.lock to be updated in CI (Thomas Watson) #​5135
  • [c0550a027e] - (SEMVER-PATCH) chore: add some shared llm-type plugin utilities (Sam Brenner) #​5109
  • [f5bec490f0] - (SEMVER-PATCH) [DSM] Fix an issue where RabbitMQ producers when producing a message to the default exchange were setting checkpoints that didn't work in DSM (Eric Firth) #​5150
  • [4f22cf70de] - (SEMVER-PATCH) Add more YAML verification (Bryan English) #​5151

v5.33.0: 5.33.0

Compare Source

v5.32.0: 5.32.0

Compare Source

  • [504b460bbf] - (SEMVER-PATCH) add SSI + K8s to version support matrix (Bryan English) #​5088
  • [9c1a2fac84] - (SEMVER-PATCH) Revert "fix aws-sdk invalid signature exception (#​5127)" (Thomas Watson) #​5141
  • [51e63506ba] - (SEMVER-PATCH) [DI] Improve internal caching algorithm resource overhead (Thomas Watson) #​4864
  • [d9ffb78ec4] - (SEMVER-PATCH) Fix plugins.yml (Igor Unanua) #​5121
  • [ae0674c6f7] - (SEMVER-PATCH) [DI] Add more debug logs related to queuing and flushing payloads (Thomas Watson) #​5130
  • [313792a63c] - (SEMVER-PATCH) [bench] exit if results.ndjson is empty (Thomas Watson) #​5107
  • [1310e3bde6] - (SEMVER-PATCH) ^W[bench] clean up temp files even in case of error (Thomas Watson) #​5106
  • [0d49ecf28c] - (SEMVER-PATCH) [test optimization] Fix ATR + DI issues with jest (Juan Antonio Fernández de Alba) #​5136
  • [dcf3c7e444] - (SEMVER-PATCH) [test optimization] Fix vitest latest release (Juan Antonio Fernández de Alba) #​5123
  • [34499f3357] - (SEMVER-PATCH) [DI] Ensure probe EMITTING status is sent correctly (Thomas Watson) #​5133
  • [307f471db7] - (SEMVER-PATCH) [DI] Fix consistency issue with log messages (Thomas Watson) #​5129
  • [06d04734ad] - (SEMVER-PATCH) Ensure yarn.lock matches package.json (Thomas Watson) #​5134
  • [4ef12fc323] - (SEMVER-MINOR) fix aws-sdk invalid signature exception (William Conti) #​5127
  • [f214673c6e] - (SEMVER-PATCH) use url if provided from DD_TRACE_AGENT_URL (Sam Brenner) #​5128
  • [015a722c19] - (SEMVER-PATCH) fix AppSec SDK not triggering twice in a row (simon-id) #​5115
  • [3b8a6b9ba2] - (SEMVER-MINOR) Instrument vm for code injection vulnerability (ishabi) #​5080
  • [c37f47ba82] - (SEMVER-PATCH) [DI] Align PII redaction tokens with the other tracers (Thomas Watson) #​5114
  • [726cfd697d] - (SEMVER-MINOR) Untrusted deserialization vulnerability detection (ishabi) #​5062
  • [a77283c06a] - (SEMVER-PATCH) fix startup benchmark (Bryan English) #​5120
  • [dd63953388] - (SEMVER-PATCH) upgrade upload-artifact version and fix vitest (Igor Unanua) #​5118
  • [803ac98784] - (SEMVER-PATCH) [Test Optimization] Fix DI setup for jest workers (Juan Antonio Fernández de Alba) #​5110
  • [26722b3080] - (SEMVER-MINOR) Mark crashes that happen during collecting profiles as profiler_serializing:1 (Attila Szegedi) #​5096
  • [6523d94129] - (SEMVER-MINOR) [MLOB-1858] feat(llmobs): langchain submits llmobs span events (Sam Brenner) #​4923
  • [95f82a9232] - (SEMVER-PATCH) [bench] Don't force Node.js 18 for npm/yarn install (Thomas Watson) #​5103
  • [ff07f4f1d6] - (SEMVER-PATCH) [DI] Add missing PII redaction tokens (Thomas Watson) #​5112
  • [b070889576] - (SEMVER-MINOR) Add parallelism information to profiles (Attila Szegedi) #​4765
  • [9e36df06dd] - (SEMVER-PATCH) Fix control case for the profiler benchmark (Attila Szegedi) #​5108
  • [149742b880] - (SEMVER-MINOR) otel drop in support for baggage (Ida Liu) #​5019
  • [708b62716d] - (SEMVER-PATCH) [bench] detect number of CPU cores dynamically (Thomas Watson) #​5104
  • [6adf12180d] - (SEMVER-PATCH) [bench] minor code-cleanup in the benchmarking script (Thomas Watson) #​5105
  • [71c430729f] - (SEMVER-PATCH) [test optimization] [SDTEST-1355] Fix DI issues with auto test retries (Juan Antonio Fernández de Alba) #​5072
  • [af641d60ef] - (SEMVER-PATCH) fix(llmobs): tagger reads propogated mlApp and sessionId from registry tags (Sam Brenner) #​5102
  • [435109b97c] - (SEMVER-PATCH) fix(ci): Balance splits across benchmarking CI jobs according to the number of CPU cores (Dmytro Yurchenko) #​5099
  • [587957edef] - (SEMVER-PATCH) [DI] Reduce time it takes to run benchmarks (Thomas Watson) #​5100
  • [684ead6987] - (SEMVER-PATCH) [DI] Add Sirun benchmark for Dynamic Instrumentation (Thomas Watson) #​5004
  • [f76beab3ad] - (SEMVER-PATCH) Use literals for creating BigInts when possible (Thomas Watson) #​5093
  • [d73f8cb9df] - (SEMVER-PATCH) [DI] Add a global max snapshot sample rate of 25/second (Thomas Watson) #​5081
  • [4886c38585] - (SEMVER-MINOR) Initial APM side for aws bedrock (yahya-mouman) #​4937
  • [71fc75fae3] - (SEMVER-PATCH) [DI] Ensure probes without a 'sampling' property is parsed correctly (Thomas Watson) #​5090
  • [7e4b054ea7] - (SEMVER-PATCH) DNS Lookup event hostname is sometimes not a string (Attila Szegedi) #​5067
  • [858b2a1007] - (SEMVER-PATCH) Remove config telemetry normalization tests (Brian Marks) #​5082
  • [6e5d2e8fa6] - (SEMVER-PATCH) [DI] Add namespace to all DI related config options (Thomas Watson) #​5077
  • [98e733fb82] - (SEMVER-PATCH) Log when setting priority on a noop span (Igor Unanua) #​5086
  • [4b6a83a553] - (SEMVER-PATCH) K8s new scenarios (Roberto Montero) #​5024
  • [b36ce05a16] - (SEMVER-MINOR) [DI] Implement PII redaction (Thomas Watson) #​5053
  • [e2bee271f3] - (SEMVER-PATCH) Copy config_norm_rules.json from dd-go (Thomas Watson) #​5073

v5.31.0: 5.31.0

Compare Source

  • [34b751db6d] - (SEMVER-PATCH) improve logging of spans in trace log level (Roch Devost) #​5074
  • [c7648a7b8f] - (SEMVER-PATCH) fix trace log level not adding parameters to output (Roch Devost) #​5069
  • [daf7030eb7] - (SEMVER-PATCH) add trace level logging when updating config (Roch Devost) #​5071
  • [317c7a9e09] - (SEMVER-PATCH) rename Tracer to NoopProxy in noop/proxy.js (simon-id) #​5068
  • [7378bff190] - (SEMVER-PATCH) Benchmarks: No need to guard against unhandled promise rejections (Thomas Watson) #​5025
  • [b4f99e80d7] - (SEMVER-PATCH) [DI] Batch outgoing http requests (Thomas Watson) #​5007
  • [1e7622373a] - (SEMVER-PATCH) Send tags, including git metadata, to RC endpoint (Thomas Watson) #​5070
  • [86c8e26b6f] - (SEMVER-PATCH) ignore noop spans (Igor Unanua) #​5063
  • [12f24185e7] - (SEMVER-MINOR) Update native-appsec to 8.4.0 (ishabi) #​5064
  • [f813f43d20] - (SEMVER-PATCH) upgrade mocha@9 to mocha@10 (ishabi) #​5065
  • [8981beb6c7] - (SEMVER-PATCH) [DI] Add TODO comment (Thomas Watson) #​5054
  • [330e973219] - (SEMVER-PATCH) [DI] Clean up snapshot integration test (Thomas Watson) #​5050
  • [4d6a8e3fe8] - (SEMVER-MINOR) support aerospike 6 (ishabi) #​5057
  • [98ceacfd84] - (SEMVER-PATCH) [MLOB-1942] fix(llmobs): auto-annotations for wrapped functions happen after manual annotations (Sam Brenner) #​4960
  • [3798033eba] - (SEMVER-MINOR) [DI] Attach ddtags to probe results (Thomas Watson) #​5042

v5.30.0: 5.30.0

Compare Source

  • [4f87373f4b] - (SEMVER-PATCH) fix invalid output for log.trace (Roch Devost) #​5047
  • [4e2e71663a] - (SEMVER-MINOR) Add filesystem events to the timeline (Attila Szegedi) #​4965
  • [e36f26b039] - (SEMVER-MINOR) Exploit prevention command injection (ishabi) #​4966
  • [8ee2d0aef0] - (SEMVER-PATCH) add logging for priority sampler (Ida Liu) #​5028
  • [a9a1b1d04a] - (SEMVER-PATCH) [DI] Add test for associating probes with 128 bit span ids (Thomas Watson) #​5037

v5.29.1: 5.29.1

Compare Source

  • [8ee2d0aef0] - (SEMVER-PATCH) add logging for priority sampler (Ida Liu) #​5028
  • [a9a1b1d04a] - (SEMVER-PATCH) [DI] Add test for associating probes with 128 bit span ids (Thomas Watson) #​5037

v5.29.0: 5.29.0

Compare Source

  • [b7ccd40dc7] - (SEMVER-PATCH) update type tests to typescript 4.9.4 (Roch Devost) #​5041
  • [c5dc10c9a3] - (SEMVER-PATCH) repo: ask for config details on bug creation (Thomas Hunter II) #​5027
  • [9bff311dc2] - (SEMVER-PATCH) fix runtime metrics test not waiting for gc observer to run (Roch Devost) #​5039
  • [bfe48c9d89] - (SEMVER-PATCH) update package size job to node 20 (Roch Devost) #​5040
  • [216bf5d13b] - (SEMVER-MINOR) [serverless] Add DynamoDB Span Pointers (Nicholas Hulston) #​4912
  • [391ab8b6d3] - (SEMVER-PATCH) set node types minimum version to oldest (Roch Devost) #​5029
  • [6cda847920] - (SEMVER-PATCH) K8s tests: Run on parallel matrix (Roberto Montero) #​5038
  • [275bb7ef9d] - (SEMVER-MINOR) Support tainted strings coming from database for SQLi, SSTi and Code injection (Ugaitz Urien) #​4904
  • [28bca839ec] - (SEMVER-PATCH) [DI] Improve trace/span-id probe results tests (Thomas Watson) #​5036
  • [50619f7408] - (SEMVER-MINOR) [DI] Associate probe results with active span (Thomas Watson) #​5035
  • [7d53c26746] - (SEMVER-PATCH) [test optimization] [SDTEST-1332] Fetch di_enabled flag (Juan Antonio Fernández de Alba) #​5006
  • [a38aaddd8b] - (SEMVER-MINOR) enable crashtracking by default outside of ssi (Roch Devost) #​5026
  • [fb9ccca583] - (SEMVER-PATCH) update native-metrics to 3.1.0 (Roch Devost) #​5022
  • [a17c93f64f] - (SEMVER-PATCH) repo: mandatory issue templates (Thomas Hunter II) #​5023
  • [[e4d4cc3456](h

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor

@renovate[bot], please consider creating a changeset entry in /.changesets/. These instructions describe the process and tooling.

@svc-apollo-docs
Copy link
Collaborator

svc-apollo-docs commented Feb 27, 2025

✅ Docs preview ready

The preview is ready to be viewed. View the preview

File Changes

0 new, 2 changed, 0 removed
* graphos/reference/upgrade/from-router-v1.mdx
* graphos/routing/(latest)/customization/rhai.mdx

Build ID: 46f4c537b574c3d1872fc469

URL: https://www.apollographql.com/docs/deploy-preview/46f4c537b574c3d1872fc469

@renovate renovate bot force-pushed the renovate/dd-trace-5.x-lockfile branch from baad9f9 to 7141fc3 Compare February 28, 2025 15:55
@renovate renovate bot changed the title fix(deps): update dependency dd-trace to v5.39.0 fix(deps): update dependency dd-trace to v5.40.0 Feb 28, 2025
@renovate renovate bot force-pushed the renovate/dd-trace-5.x-lockfile branch from 7141fc3 to 5feffd7 Compare March 3, 2025 11:44
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.

1 participant