Skip to content

Commit 1729bc4

Browse files
Update CHANGELOG with 0.4.0/0.5.0 (#633)
1 parent 77693e4 commit 1729bc4

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,42 @@ the release.
77

88
## Unreleased
99

10+
## v0.5.0 (06-02-2020)
11+
12+
- Define Log Data Model.
1013
- Remove SpanId from Sampler input.
14+
- Clarify what it will mean for a vendor to "support OpenTelemetry".
15+
- Clarify Tracers should reference an InstrumentationLibrary rather than a Resource.
16+
- Replace ALWAYS_PARENT sampler with a composite ParentOrElse sampler.
17+
- Incorporate old content on metrics calling conventions, label sets.
18+
- Update api-metrics-user.md and api-metrics-meter.md with the latest metrics API.
19+
- Normalize Instrumentation term for instrumentations.
20+
- Change w3c correlation context to custom header.
21+
22+
## v0.4.0 (05-12-2020)
23+
24+
- [OTEP-83](https://github.com/open-telemetry/oteps/blob/master/text/0083-component.md) Introduce the notion of InstrumentationLibrary.
25+
- [OTEP-88](https://github.com/open-telemetry/oteps/blob/master/text/metrics/0088-metric-instrument-optional-refinements.md) Metrics API instrument foundation.
26+
- [OTEP-91](https://github.com/open-telemetry/oteps/blob/master/text/logs/0091-logs-vocabulary.md) Logs vocabulary.
27+
- [OTEP-92](https://github.com/open-telemetry/oteps/blob/master/text/logs/0092-logs-vision.md) Logs Vision.
28+
- [OTEP-90](https://github.com/open-telemetry/oteps/blob/master/text/metrics/0090-remove-labelset-from-metrics-api.md) Remove LabelSet from the metrics API.
29+
- [OTEP-98](https://github.com/open-telemetry/oteps/blob/master/text/metrics/0098-metric-instruments-explained.md) Explain the metric instruments.
30+
- [OTEP-99](https://github.com/open-telemetry/oteps/blob/master/text/0099-otlp-http.md) OTLP/HTTP: HTTP Transport Extension for OTLP.
31+
- Define handling of null and empty attribute values.
32+
- Rename Setter.put to Setter.set
33+
- Add glossary for typically misused terms.
34+
- Clarify that resources are immutable.
35+
- Clarify that SpanContext.IsRemote is false on remote children.
36+
- Move specifications into sub-directories per signal.
37+
- Remove references to obsolete `peer.*` attributes.
38+
- Span semantic conventions for for messaging systems.
39+
- Span semantic conventions for function as a service.
40+
- Remove the handling of retries from trace exporters.
41+
- Remove Metrics' default keys.
42+
- Add some clarifying language to the semantics of metric instrument naming.
43+
- Allow injectors and extractors to be separate interfaces.
44+
- Add an explanation on why Context Restore operation is needed.
45+
- Document special Zipkin conversion cases.
1146

1247
## v0.3.0 (02-21-2020)
1348

0 commit comments

Comments
 (0)