Skip to content

v0.16.0#171

Merged
bengl merged 2 commits into
v0.xfrom
bengl/v0.16.0-proposal
Jul 11, 2026
Merged

v0.16.0#171
bengl merged 2 commits into
v0.xfrom
bengl/v0.16.0-proposal

Conversation

@bengl

@bengl bengl commented Jul 10, 2026

Copy link
Copy Markdown
Collaborator

Release v0.16.0.

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

  • Transport: parse the Rust-rendered HTTP/1.1 request head into request options instead of the Node-internal req._header (Bun ignores it), so trace export works under Bun as well as Node.
  • Client stats: build the /v0.6/stats URI via libdd_common::parse_uri so a unix:// agent URL routes over the socket (fixes client stats over UDS).

bengl added 2 commits July 10, 2026 17:10
Two native-spans fixes for the dd-trace-js native pipeline:

- Transport: parse the Rust-rendered HTTP/1.1 request head into {method, path, headers} for http.request() instead of injecting it via the Node-internal req._header, which Bun's node:http ignores (trace requests went out as POST / and were dropped). Verified on both Node and Bun.
- Client stats: build the /v0.6/stats URI via libdd_common::parse_uri (like the trace exporter) so a unix:// agent URL's socket path is hex-encoded into the URI authority and the request routes over the socket, instead of never reaching a UDS agent.
@bengl bengl requested review from a team as code owners July 10, 2026 21:11
@github-actions

Copy link
Copy Markdown

Overall package size

Self size: 30.12 MB
Deduped: 30.12 MB
No deduping: 30.12 MB

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

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

@bengl bengl merged commit 51b250c into v0.x Jul 11, 2026
46 checks passed
@bengl bengl deleted the bengl/v0.16.0-proposal branch July 11, 2026 00:21
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