Skip to content

Commit 496a149

Browse files
Stabilize GetAll in TextMap Extract (#4472)
Fixes #4471 ## Changes Removes "In Development" status notice for `GetAll` --------- Co-authored-by: Robert Pająk <[email protected]>
1 parent 9f80317 commit 496a149

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ release.
1111

1212
- Add context propagation through Environment Variables specification.
1313
([#4454](https://github.com/open-telemetry/opentelemetry-specification/pull/4454))
14+
- On Propagators API, stabilize `GetAll` on the `TextMap` Extract.
15+
([#4472](https://github.com/open-telemetry/opentelemetry-specification/pull/4472))
1416

1517
### Traces
1618

specification/context/api-propagators.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Propagators API
22

3-
**Status**: [Stable](../document-status.md), except where otherwise specified.
3+
**Status**: [Stable](../document-status.md)
44

55
<details>
66
<summary>Table of Contents</summary>
@@ -233,8 +233,6 @@ The Get function is responsible for handling case sensitivity. If the getter is
233233

234234
##### GetAll
235235

236-
**Status**: [Development](../document-status.md)
237-
238236
For many language implementations, the `GetAll` function will be added after the stable release of `Getter`.
239237
For these languages, requiring implementations of `Getter` to include `GetAll` constitutes a breaking change
240238
since instrumentation which previously functioned would fail. Language implementations should be cognizant

0 commit comments

Comments
 (0)