Skip to content

chore(deps): update dependency datadog/dd-trace to v1 - autoclosed - #187

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/datadog-dd-trace-1.x
Closed

chore(deps): update dependency datadog/dd-trace to v1 - autoclosed#187
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/datadog-dd-trace-1.x

Conversation

@renovate

@renovate renovate Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
datadog/dd-trace ^0.99.0^1.0.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

DataDog/dd-trace-php (datadog/dd-trace)

v1.25.0

Compare Source

All products

Added
  • Support the stable OpenTelemetry deployment.environment.name resource attribute, mapped to DD_ENV (in addition to the legacy deployment.environment) #​4148
Internal
  • Exclude DD_API_KEY and OTLP exporter header values from configuration telemetry #​3961

Tracer

Changed
  • Add a 1 MB size limit to Dynamic Instrumentation capture snapshots #​4126
Fixed
Internal

Profiling

Changed
  • Improve profiler throughput by ~1% by gating debug-only runtime cache stats behind a build feature #​4130
Fixed
  • Restore I/O GOT hooks on module shutdown #​4154
Internal

AppSec

Internal
  • Move appsec communication onto the sidecar; the appsec helper is now built into the sidecar instead of as a separate binary, and the legacy C++ helper is removed #​3725

v1.24.2

Compare Source

All products

Fixed
  • Ensure files and directories created by the installer remain readable when installation runs under a restrictive umask #​4138

Profiling

Fixed
  • Fix I/O profiling upscaling #​4137
  • Normalize missing environment values in profiler samples #​4133
  • Fix macOS profiler builds with test features enabled #​4132

v1.24.1

Compare Source

All products

Fixed

v1.24.0

Compare Source

All products

Fixed
  • Repair the macOS crashtracking sidecar connector #​4069
  • Avoid leaking a patched module_entry across SSI loader shutdown, which could crash on reload #​4087
  • Fix vsnprintf off-by-one buffer sizing across appsec/logging/telemetry call sites #​4115
  • Harden crash-report backtrace collection from a multi-threaded process via ptrace DataDog/libdatadog#2216
  • Fix parent-death-signal handling in the sidecar/loader child-process bootstrap DataDog/libdatadog#2348
Internal
  • Crashtracker now shares the sidecar's socket instead of holding a dedicated one, reducing per-process file descriptor usage DataDog/libdatadog#2179
  • Fix the debug build variant of the SSI loader on PHP 8.4 #​4089

Tracer

Added
  • Support DD_TRACE_PROPAGATION_BEHAVIOR_EXTRACT (continue/restart/ignore) to control how upstream distributed-trace context is extracted, matching other Datadog tracers #​3997
  • Add DD_DYNAMIC_INSTRUMENTATION_CAPTURE_TIMEOUT_MS to bound Dynamic Instrumentation capture time #​4003
  • Add experimental Feature Flag Events (FFE) span enrichment, opt-in via DD_EXPERIMENTAL_FLAGGING_PROVIDER_SPAN_ENRICHMENT_ENABLED (default off) #​3996
  • Publish standard OTel process and thread contexts from the tracer, consumed by the profiler for runtime identity and effective service metadata #​4077
Changed
  • Propagate the agent-configured timeout to the sidecar instead of using a fixed value #​4025
Fixed
  • Scan the agent's full peer-tag key list for client-side stats instead of truncating it, which had started silently dropping tags like out.host/peer.hostname/peer.service/server.address #​4102
  • Preserve the complete W3C trace-flags byte when converting a Datadog span into an OpenTelemetry span context, fixing sampled+random-id contexts being treated as unsampled #​4112
  • Fix health metrics over UDS #​4116
Internal

Profiling

Added
  • Add build compatibility with PHP 8.6 #​4084
Changed
  • Avoid an FFI call on the allocation hot path on NTS builds #​4068
  • Remove indirect allocator forwarding by specializing malloc/free/realloc callbacks at RINIT #​4070
  • Speed up interrupt_count checks by using a relaxed atomic outside of REQUEST_LOCALS #​4074
  • Reuse a single cached TSRM pointer for profiler and executor globals in the allocation hook (PHP ≤8.3) #​4072

AppSec

Added
  • Support the server.response.body.raw WAF address for raw (unparsed) HTTP response body inspection #​4055
Fixed
  • Ensure _dd.apm.enabled:0 is present on every span so it is reliably encountered during APM-standalone billing processing #​4054
Internal
  • Report DD_APPSEC_AGENTIC_ONBOARDING in configuration telemetry #​4053

v1.23.3

Compare Source

Profiler

Fixed
  • Restore OPcache restart hook on shutdown (#​4076)

v1.23.2

Compare Source

Tracer

Fixed
  • Prevent application error handlers from replacing successful OpenFeature
    evaluation values with code defaults #​4071

v1.23.1

Compare Source

AppSec

Fixed
  • Fix unbounded telemetry-buffer growth in RoadRunner, FrankenPHP, and other
    user-request-mode runtimes #​4061

v1.23.0

Compare Source

All products

Fixed
  • Surface SSI incompatible runtime (Xdebug, OPcache JIT) as incompatible_runtime injection metadata, so diagnostics can explain why profiles appear but traces are missing #​4021
  • Sanitize crash report type and message for unhandled exceptions DataDog/libdatadog#2148
Changed
  • Crash reports for unhandled exceptions now include native stacks for every thread, including the crashing thread DataDog/libdatadog#2155
Internal
  • Exclude PHP build PRs from the config telemetry monitor #​3982

Tracer

Fixed
  • Fix unbounded memory growth (leading to OOM) from curl_multi_exec parent spans when the span limit is already reached #​4030
  • Fix a Live Debugger probe-removal use-after-free, tags leak, and PHP 7.x Windows crash #​4036
Internal
  • Signal whether the service name was user-set or auto-resolved via new svc.user/svc.auto process tags #​3921, DataDog/libdatadog#2053
  • Correct published type/default metadata for OTEL_* SDK-sourced configs #​4005
  • Avoid redundant sidecar notifications when updating per-request Dynamic Instrumentation config DataDog/libdatadog#2146

Profiling

Fixed
  • Fix an illegal-instruction crash on Apple AArch64 in generated PHP frameless-call trampolines #​4038
Changed
  • Faster string hashing and 3.7-5.3x faster statistical (Poisson) sampling via updated Rust dependencies #​4038

AppSec

Fixed
  • Avoid occasional "ruleset not found" errors after redeploys/upgrades by embedding a default ruleset in the Rust helper #​4037
  • Pick up an upstream libddwaf fix avoiding an exception during user-resource comparison (bump to 2.0.1) #​4033
Internal
  • Avoid an extra buffer copy in the Rust helper's client protocol #​4029

v1.22.0

Compare Source

[!NOTE]
This release adds experimental heap live profiling to the profiler. This is off by default. Enable it with the environment variable DD_PROFILING_EXPERIMENTAL_HEAP_LIVE_ENABLED =1 or INI setting datadog.profiling. experimental_heap_live_enabled =1.

Tracer

Fixed
  • Fix SpanStack::$active unset corruption #​3962
  • Fix sandbox not saving/restoring jit_trace_num #​3964
  • Fix SpanStack state corruption when tracing objects with deep clone operations #​3976
  • Fix request_exec being issued between requests #​3939
  • Fix Azure Functions instance name resolution DataDog/libdatadog#2077
  • Fix remote config tracing_sample_rate missing/null deserialization DataDog/libdatadog#2102
Internal

Profiling

Added
  • Add trampoline for frameless functions (FLF) to correctly capture timings on aarch64 and x86_64 #​3595
  • Add experimental heap-live profiling for memory leak detection, enabled via DD_PROFILING_EXPERIMENTAL_HEAP_LIVE_ENABLED (requires allocation profiling to be active) #​3623
Fixed
  • Fix profiler crashes and hangs: stderr fd leak (O_CLOEXEC missing) causing child processes to hang, NULL file dereference in timeline error observer on PHP 8.0, and async signal delivery to helper threads causing a segfault on ZTS builds #​3364
  • Fix macOS release builds for the profiler #​3987
Internal
  • Replace lazy_static with std::sync::LazyLock and optimize Sapi/RefCellExt #​3990
  • Simplify profiler name/version string constants to compile-time values #​3998

AppSec

Changed
  • Enable Rust helper by default for all PHP versions (can be disabled with DD_APPSEC_HELPER_RUST_REDIRECTION=false) #​3991
Internal
  • Implement waf.error and rasp.error error tracking metrics #​3963
  • Harden _assume_utf8 against potential out-of-bounds access #​4009

v1.21.0

Compare Source

All products

Changed
  • The sidecar is now always spawned unconditionally, regardless of configuration #​3912
Internal

Tracer

Added
  • Add PHP feature flag evaluation including evaluation metrics via OTLP #​3906, #​3909, #​3910, #​3911
  • Add dynamic_service DBM propagation mode as a convenience alias for service mode with base hash injection; this mode will replace service on the long term #​3940
  • Add DD_DBM_ALWAYS_APPEND_SQL_COMMENT to unconditionally append SQL comments in DBM regardless of sampling #​3954
  • Recognize PCF Garden container IDs for Cloud Foundry deployments DataDog/libdatadog#2025
Fixed
  • Fix remote config not being delivered after forking #​3958
  • Fix span pointer invalidation crash during inferred span serialization with DD_TRACE_INFERRED_PROXY_SERVICES_ENABLED #​3934
  • Fix buffer overflow in autoload path construction for oversized class/path names #​3932
  • Fix Swoole integration parsing the POST body regardless of DD_TRACE_HTTP_POST_DATA_PARAM_ALLOWED #​3931
  • Guard JIT blacklist rewrite to prevent crashes with non-tracing JIT metadata #​3929
  • Fix OTel polyfill post hooks with :void return type overwriting the instrumented function's actual return value #​3920
  • Fix span stats broken for nested services due to incorrect top_level span detection #​3916
  • Fix php.compilation.total_time_ms reporting values 1000x too large (microseconds labeled as milliseconds) #​3915 (thank you @​dortort!)
  • Fix memory corruption of INIs in ZTS builds #​3898
  • Fix data race in curl header assignment (non-atomic write to _Atomic field) #​3945
  • Fix sample rate normalization to 0..1 range, preventing incorrect Knuth hash computation #​3935
  • Fix multi-request failures caused by incorrect rinit ordering after tracer/ext split #​3946
Internal

Profiling

Fixed
  • Fix macOS release builds for the profiler #​3923
Internal
  • Support PHP DEBUG builds for the profiler, enabling ASAN testing in CI #​3908

AppSec

Added
  • Collect x-datadog-endpoint-scan and x-datadog-security-test security testing headers as span tags on HTTP entry spans, independent of DD_TRACE_HEADER_TAGS and AppSec enablement #​3925
Fixed
  • Fix out-of-bounds iteration in PHP <8.1 backtrace HashTable loop in the AppSec backtrace collection path #​3933

v1.20.0

Compare Source

All products

Fixed
  • Properly reset SSI loader global state on shutdown to cleanly support reloading #​3881
Internal
  • Spawn the sidecar via dynamic linker instead of trampoline #​3869

Tracer

Added
  • Add support for OpenTelemetry logs (DD_LOGS_OTEL_ENABLED=true, disabled by default) #​3748
Changed
  • Crashtracking now collects stack traces from all threads at the moment of a crash #​3866
Fixed
  • Fix NULL dereference crash in ZTS mode during sidecar/telemetry shutdown #​3886
  • Ensure remote config processing happens strictly after request initialization #​3882
  • Strip libpq-style paired quotes from PostgreSQL dbname DSN value in PDO integration #​3885
  • Fix use-after-realloc crash in tracestate formatting #​3874

Profiling

Fixed
  • Prevent panics in profiling encoding under out-of-memory and out-of-bounds conditions #​3888

AppSec

Added
  • Add AppSec integrations to Laminas Framework (http.route, endpoint collection, login events) #​3716
Changed
  • Update recommended ruleset to v1.18.0, adding Stripe and LLM endpoint detection rules #​3859
Fixed
  • Treat cleared shared memory as no-config rather than an error in AppSec helper #​3876
  • Avoid the possibility of sensitive data going to the telemetry logs backend via WAF strings #​3884
Internal
  • Fix blocked_request metric tag detection in AppSec helper #​3863
  • Add block tag to rasp.rule.match metric #​3870
  • RFC-1012 metrics improvements: WAF duration distributions, rule_variant tag, and tag fixes #​3850

v1.19.2

Compare Source

Tracer

Changed
  • Restrict the accepted amount of extracted tags and baggage #​3854
Fixed

v1.19.1

Compare Source

Tracer

Fixed

v1.19.0

Compare Source

[!WARNING]
This version has catastrophic backtracking in the PDO Integration. Please use 1.19.1 instead.

All products

Fixed
  • Fix critical ZTS race condition in INI value refcounting that caused use-after-free crashes under concurrent load #​3832
  • Ensure a unique installation directory to avoid conflicts with other tools #​3835

Tracer

Added
  • Implement client-side stats computation using shared memory for zero-copy stats delivery, with fallback to socket on first payloads #​3756, #​3811, #​3815, #​3836
Changed
  • Use a webserver-wide session ID for sidecar instead of per-fork session IDs, and propagate it to child processes via environment #​3828, #​3838
Fixed
  • Fix ZTS race condition in process_tags.serialized refcounting on shared inter-thread string #​3831
  • Fix dynamic instrumentation installation regression when enabling via dynamic config #​3843
  • Handle APM_MULTI_CONFIG remote configuration and fix missing data for exception replay #​3791
  • Fix duration of httpstream and live debugger spans being incorrectly reported as zero #​3821
  • Fix instanceof type aliases for PHP 7.x in live debugger DSL (integer/double vs int/float) #​3813
  • Obfuscate :name placeholder parameters in PDO queries for correct DBM correlation #​3801
  • Fix locale settings breaking ksr resolution #​3797 (thank you @​jdmaguire for the report!)
  • Fix exception in PDO::__construct when signals arrive during database connection setup #​3841
  • Fix infinite loop in crashtracker runtime stack collection #​3845
  • Fix Request::get() removal in Symfony 8 #​3809 - thanks for the fix @​TomBrouws!
Internal
  • Add timeout to sidecar info fetcher DataDog/libdatadog#1890
  • Allow sidecar worker to be stopped cleanly after fork DataDog/libdatadog#1893
  • Use a dedicated sidecar connection per PHP thread, reducing lock contention and enabling per-thread request queuing #​3770
  • Emit environment variable names in telemetry config (e.g., DD_TRACE_GENERATE_ROOT_SPAN) instead of INI dot notation #​3783
  • Default crash report upload to errors intake to be enabled DataDog/libdatadog#1902
  • Flush telemetry on anticipated sidecar shutdown to avoid data loss for short-lived sidecars #​3806
  • Skip sending empty telemetry payloads DataDog/libdatadog#1894
  • Wire telemetry extended heartbeat interval through sidecar SessionConfig DataDog/libdatadog#1882, #​3800

Profiling

Added
  • Support generator unwinding in stack traces #​3807

AppSec

Fixed
  • Fix Remote Config regression in Rust helper #​3840
  • Fix double-logging of broken connections as errors and improve connection error handling in Rust helper #​3792, #​3803
Internal
  • Enable helper-rust by default also on PHP 8.4 #​3842
  • Update vendored libxml2 from 2.15.2 to 2.15.3 #​3814

v1.18.0

Compare Source

All products

Internal
  • Update and shrink build images, migrate to clang 19 #​3771

Tracer

Added
  • Support ApmTracingMulticonfig in dynamic config #​3773
Fixed
  • Improve Symfony http.route resolution performance #​3779 (thank you @​B-Galati for the report!)
  • Wrap PDO::__construct for signal handling #​3786
Internal

AppSec

Added
  • Enable rust helper on PHP 8.5 #​3780 (can be disabled with DD_APPSEC_HELPER_RUST_REDIRECTION=false)

v1.17.1

Compare Source

All products

Fixed
Internal
  • Changed defaults of configurations and fixed DD_TRACE_HTTP_CLIENT_ERROR_STATUSES #​3621, #​3677

Tracer

Fixed
  • Fix _dd.p.ksr scientific notation for very small sampling rates #​3721
  • Fixed shell_exec() null return being interpreted as error #​3723
  • Batch endpoint collection & remove Wordpress Endpoint collection #​3764
  • Fix sidecar performance by batching ack sending & consumption DataDog/libdatadog#1835

Profiler

Fixed
Internal
  • Update libdatadog to v30.0, make CA root optional for profiling #​3758

v1.17.0

Compare Source

[!WARNING]
This version may have performance issues with Symfony, Laravel or Wordpress. Please use 1.17.1 instead.

All products

Changed
  • Cache system getenv calls for improved request initialization performance #​3670
Fixed
  • Fix zombie creation in loader #​3683
Internal
  • Changed defaults of configurations and fixed DD_TRACE_HTTP_CLIENT_ERROR_STATUSES #​3621, #​3677

Tracer

Added
Changed
Fixed
  • Poll for new remote config after unblocking SIGVTALRM #​3717
  • Fix crash during shutdown in FrankenPHP #​3662
  • Fix possible race condition leading to crash on sidecar reconnect in ZTS mode #​3655
  • Fix possible crash in end hook of traced closure #​3624
  • Fix hook is_internal being backwards #​3625
  • Enforce span limit in curl_multi_exec and DDTrace\start_span code paths #​3691
  • Prevent dangling tracked_streams #​3689
  • Fix debugger ephemerals handling for nested log probes #​3685
  • Block sidecar notification signal during sleep to prevent premature wakeup #​3656
  • Fix sidecar permission denied with IIS AppPools DataDog/libdatadog#1776
  • Cleanup limiters on sidecar shutdown DataDog/libdatadog#1659
  • Fix function and type name ordering in debugger DataDog/libdatadog#1715

Profiler

Added
  • Add I/O profiling support for macOS #​3648
  • Add process_tags to profiler uploader #​3609
  • Improve time sample accuracy by also gathering during allocation samples #​3559
Fixed
  • Store and restore errno in I/O profiling wrappers #​3654
Internal
  • Add internal metrics for profiling overhead #​3616
  • Avoid copy of function name when already UTF-8 encoded #​3700
  • Use libdd-profiling's ThinStr for function names #​3631
  • Shrink maximum file and function name length to 16,383 characters #​3712
  • Refactor ErrnoBackup::new is safe #​3659
  • Remove once_cell as a dependency #​3607

AppSec

Added
  • Support parsing partial JSON #​3680
  • Enable LLM event observability for OpenAI PHP client #​3664
Changed
  • Revert DD_APPSEC_ENABLED to runtime config #​3598
Fixed
  • Send response headers on meta even without event #​3653
Internal
  • Rewrite AppSec helper in Rust #​3581
  • Submit worker count and route AppSec metrics directly to sidecar #​3530
  • Upgrade libxml2 #​3690

v1.16.0

Compare Source

All products

Fixed
  • Fix packaging apks for new alpine versions #​3555
  • Fix http_response_header deprecation in installer #​3553

Tracer

Added
  • Support OpenTelemetry Metrics #​3487
  • Adds process_tags to the first span of each tracing payload #​3566
  • Distributed tracing header injection in HyperF/Swoole environments #​3544
  • Stream context integration with HTTP method #​3534
Changed
  • Enable http.endpoint calculation when appsec is explicitly enabled #​3556
Fixed
Internal

Profiler

Changed
  • Optimise allocation profiling for PHP >= 8.4 #​3550
Fixed
  • Fixed bindgen compatibility with PHP 8.5.1+ on macOS #​3583
  • Fixed SystemSettings initialization #​3579
  • Fixed UB and simplify SystemSettings #​3578
  • Fixed crash in upload for DD_EXTERNAL_ENV #​3576
  • Fixed crash in ddtrace_get_profiling_context #​3563
  • Check long string before allocating #​3561
  • Fixed incompatibility with ext-grpc #​3542
  • Revert unsafe optimization in memory profiling #​3541
  • Cap dependency name length to copied bytes #​3538
Internal
  • Pre-reserve function name buffer #​3445
  • Use cached heap in alloc_prof_orig_* functions #​3547

AppSec

Added
  • Reduce cardinality of helper.connection_* #​3586
  • Added fallback on http.endpoint for schema sampler #​3557
Fixed
  • Use abstract namespace on linux #​3525
Internal
  • Improvements for appsec libxml2 usage #​3564
  • Improve xml parsing in appsec #​3558

v1.15.2

Compare Source

Profiler

Fixed

v1.15.1

Compare Source

Tracer

Fixed
  • Fix panic after bailout in previous request #​3537

v1.15.0

Compare Source

All products

Internal
  • bump tracing-core from 0.1.33 to 0.1.35 #​3516

Tracer

Internal
  • Const-ify some logging thread-local variables #​3513
Fixed
  • Avoid curl's getenv calls #​3528
  • code_origin_for_spans_enabled naming inconsistency #​3494
  • Add NULL guard clause in sidecar reconnect callback #​3499

Profiler

Added
Changed
  • Speedup hot path in allocator #​3505
Fixed
  • Fixed asserting length of INI #​3508

AppSec

Added
  • Minify blocking json message #​3502
  • Add Custom Data Classification #​3524
  • Add metrics for extension connections #​3527
Fixed
  • Amend string on request abort #​3506
  • Fix accessing to incorrectly hardcoded $_GET #​3501
  • Amend issue where security_response_id is being release before displaying it #​3493
  • AppSec helper: add send timeouts #​3518
  • Minor fixes and improvements to file descriptor reclamation #​3526
  • LaravelIntegration: be more defensive #​3503
  • Fix duration_ext metric #​3507
  • Fix segfault iterating mapping #​3517
  • Fix double end hook run/segfault when blocking in PHP 7.x #​3490
  • Fix _iovec_writer_flush and enforce limits on $_POST #​3495
  • Clear client_ip on request_init #​3496

v1.14.1

Compare Source

Profiling

Fix

v1.14.0

Compare Source

All products

Tracer

Added
  • Implement APM endpoint resource renaming #​3415
  • Enable dynamic configuration for debugger-related products #​3476
Fixed
  • Collect incompletely fetched CurlMulti handles upon destruction #​3469
  • Safeguard proc_get_span in case proc_assoc_span is not happening #​3471
  • Skip SSI injector in installer for accurate ini-dir readings #​3472
  • Make stub file compatible with php 8.4+ parser #​3475
  • Fix function resolver on PHP 8.0 and PHP 8.1 for targets without HAVE_GCC_GLOBAL_REGS and with active JIT #​3482
  • Support ENOENT as shm_open failure mode DataDog/libdatadog#1315
    • This fixes a failure mode present on some serverless runtimes.
Internal

Profiling

Internal
  • Cleanup I/O profiling code #​3406
  • Upgrade to libdatadog v23, profiling uses zstd now #​3470
  • Switch panics to abort #​3474

Application Security Management

Added
Changed
  • Upgrade libddwaf and rules #​3438
  • Adapt security_response_id to latest #​3480

v1.13.1

Compare Source

Tracer

Fixed
  • Fix closed resource handling in live debugger #​3437
  • Ensure local variables in exception replay are redacted #​3440
  • Reset ddtrace_endpoint properly #​3451
  • Use a local limiter if shared memory fails to allocate #​3454
  • Do not skip error handling for timeouts happening during hook execution #​3459
  • Defer Theme\Registry::getRuntime() call until posthook #​3465
  • Ensure there's no trailing semicolon with only tid as propagated tag #​3466

Profiling

Fixed
  • Reset interrupt count when removing interrupt #​3455

Application Security Management

Fixed
  • Ensure json dependency is loaded at runtime #​3462
  • Fix several bugs and potential bugs in appsec #​3463
  • When helper is unavailable, avoid very long waits (> 7s) #​3464

v1.13.0

Compare Source

Tracer

Changed
  • Reduce integrations overhead #​3380
  • Avoid unnecessary gc_collect_cycles if there's no open span #​3428
  • Make use of fast_shutdown to avoid freeing overhead #​3429
  • Optimize PDOIntegration::parseDsn() #​3430
Fixed

Profiling

Added
Fixed
  • Fix missing line numbers #​3417
  • Early init default connector to fix env var race #​3432
Internal
  • Refactor tag handling #​3423
  • Permanently enable compilation of allocation, exception, and timeline features #​3431

v1.12.1

Compare Source

Tracer

Fixed
  • Fix double free at sidecar connection (#​3407)
  • Fix crash with freed resource (#​3402)
  • Fix invalid user headers injection (#​3403)
  • Exclude /vendor from code origins (#​3399)

v1.12.0

Compare Source

All products

Internal
  • Add injection metadata fields to telemetry forwarder [#​3359](https:/

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, 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.

@renovate
renovate Bot requested a review from a team as a code owner September 2, 2026 04:39
@renovate renovate Bot changed the title chore(deps): update dependency datadog/dd-trace to v1 chore(deps): update dependency datadog/dd-trace to v1 - autoclosed Sep 2, 2026
@renovate renovate Bot closed this Sep 2, 2026
@renovate
renovate Bot deleted the renovate/datadog-dd-trace-1.x branch September 2, 2026 09:04
@renovate renovate Bot changed the title chore(deps): update dependency datadog/dd-trace to v1 - autoclosed chore(deps): update dependency datadog/dd-trace to v1 Sep 3, 2026
@renovate renovate Bot reopened this Sep 3, 2026
@renovate
renovate Bot force-pushed the renovate/datadog-dd-trace-1.x branch 2 times, most recently from e12af2e to 81eb21f Compare September 3, 2026 04:34
@renovate renovate Bot changed the title chore(deps): update dependency datadog/dd-trace to v1 chore(deps): update dependency datadog/dd-trace to v1 - autoclosed Sep 4, 2026
@renovate renovate Bot closed this Sep 4, 2026
@renovate renovate Bot changed the title chore(deps): update dependency datadog/dd-trace to v1 - autoclosed chore(deps): update dependency datadog/dd-trace to v1 Sep 4, 2026
@renovate renovate Bot reopened this Sep 4, 2026
@renovate
renovate Bot force-pushed the renovate/datadog-dd-trace-1.x branch 2 times, most recently from 81eb21f to 8cab621 Compare September 4, 2026 20:25
@renovate renovate Bot changed the title chore(deps): update dependency datadog/dd-trace to v1 chore(deps): update dependency datadog/dd-trace to v1 - autoclosed Sep 5, 2026
@renovate renovate Bot closed this Sep 5, 2026
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.

0 participants