You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,42 @@ the release.
7
7
8
8
## Unreleased
9
9
10
+
## v0.5.0 (06-02-2020)
11
+
12
+
- Define Log Data Model.
10
13
- 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.
-[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.
0 commit comments