Skip to content

v0.15.0#169

Merged
bengl merged 2 commits into
v0.xfrom
bengl/v0.15.0-proposal
Jul 10, 2026
Merged

v0.15.0#169
bengl merged 2 commits into
v0.xfrom
bengl/v0.15.0-proposal

Conversation

@bengl

@bengl bengl commented Jul 10, 2026

Copy link
Copy Markdown
Collaborator

Release v0.15.0.

Includes #168 (native-spans compatibility fixes for the dd-trace-js native pipeline):

  • span-meta language stamped as javascript (not the nodejs tracer lang)
  • lazy-require node:http/node:https/node:fs in the transport (avoid instrumenting builtins during dd-trace-js init)
  • trim the trailing slash from the /v0.6/stats URL (was //v0.6/stats)
  • strip IPv6 brackets from the transport connect host ([::1]::1)

bengl added 2 commits July 10, 2026 10:16
…stats slash, IPv6 host

Four native-spans compatibility fixes for the dd-trace-js native (WASM) pipeline:

- Stamp span-meta language as javascript (not the nodejs tracer lang), matching the JS pipeline and system-tests test_meta_language_tag.
- Lazy-require node:http/node:https/node:fs in the transport so loading it during dd-trace-js init doesn't instrument builtins for a user ESM app under --require.
- Trim the trailing slash from the /v0.6/stats URL (was //v0.6/stats, which the agent/stats tooling missed), fixing client-stats delivery.
- Strip IPv6 brackets from the transport connect host ([::1] -> ::1) so traces reach an IPv6 agent.
@bengl bengl requested review from a team as code owners July 10, 2026 14:18
@github-actions

Copy link
Copy Markdown

Overall package size

Self size: 30.11 MB
Deduped: 30.11 MB
No deduping: 30.11 MB

Dependency sizes | name | version | self size | total size | |------|---------|-----------|------------|

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

@bengl bengl merged commit 5b3097d into v0.x Jul 10, 2026
46 checks passed
@bengl bengl deleted the bengl/v0.15.0-proposal branch July 10, 2026 14:29
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