mirror of
https://github.com/denoland/deno.git
synced 2025-12-23 08:48:24 +00:00
|
Some checks are pending
ci / pre-build (push) Waiting to run
ci / test debug linux-aarch64 (push) Blocked by required conditions
ci / test release linux-aarch64 (push) Blocked by required conditions
ci / test debug macos-aarch64 (push) Blocked by required conditions
ci / test release macos-aarch64 (push) Blocked by required conditions
ci / bench release linux-x86_64 (push) Blocked by required conditions
ci / test debug linux-x86_64 (push) Blocked by required conditions
ci / test release linux-x86_64 (push) Blocked by required conditions
ci / test debug macos-x86_64 (push) Blocked by required conditions
ci / test release macos-x86_64 (push) Blocked by required conditions
ci / test debug windows-x86_64 (push) Blocked by required conditions
ci / test release windows-x86_64 (push) Blocked by required conditions
ci / lint debug linux-x86_64 (push) Blocked by required conditions
ci / lint debug macos-x86_64 (push) Blocked by required conditions
ci / lint debug windows-x86_64 (push) Blocked by required conditions
ci / build libs (push) Blocked by required conditions
ci / publish canary (push) Blocked by required conditions
There were three bugs in baggage propagation: - `BaggageImpl` was not reading items from the map passsed in, instead always creating an empty baggage - `Deno.serve` was reading out baggage and storing it in a context, but then not starting the callback in that context, but in the parent context, meaning the user did not have access to the baggage. - The baggage was stored on the context with the wrong key. The gist of it is that `propagation.getActiveBaggage()` works now. Secondly, this adds a composite propagator into the global OTEL context, so that `propagation.extract()` and `propagation.inject()` start working. Fixes #28085 and fixes #30064, towards #28082 |
||
|---|---|---|
| .. | ||
| broadcast_channel | ||
| bundle | ||
| cache | ||
| canvas | ||
| console | ||
| cron | ||
| crypto | ||
| fetch | ||
| ffi | ||
| fs | ||
| http | ||
| io | ||
| kv | ||
| napi | ||
| net | ||
| node | ||
| os | ||
| process | ||
| rt_helper | ||
| signals | ||
| telemetry | ||
| tls | ||
| url | ||
| web | ||
| webgpu | ||
| webidl | ||
| websocket | ||
| webstorage | ||