Skip to content

Commit cdac031

Browse files
authored
[API.Context] Drop reference to binary propagator (open-telemetry#4490)
1 parent b42c863 commit cdac031

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ release.
99

1010
### Context
1111

12+
- Drop reference to binary `Propagator`.
13+
([#4490](https://github.com/open-telemetry/opentelemetry-specification/pull/4490))
14+
1215
### Traces
1316

1417
### Metrics

specification/context/api-propagators.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ The Propagators API currently defines one `Propagator` type:
7070
- `TextMapPropagator` is a type that injects values into and extracts values
7171
from carriers as string key/value pairs.
7272

73-
A binary `Propagator` type will be added in the future (see [#437](https://github.com/open-telemetry/opentelemetry-specification/issues/437)).
74-
7573
### Carrier
7674

7775
A carrier is the medium used by `Propagator`s to read values from and write values to.

0 commit comments

Comments
 (0)