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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
16
16
- Removed the exported `SimpleSpanProcessor` and `BatchSpanProcessor` structs.
17
17
These are now returned as a SpanProcessor interface from their respective constructors. (#1638)
18
18
19
+
### Fixed
20
+
21
+
-`SamplingResult.TraceState` is correctly propagated to a newly created
22
+
span's `SpanContext`. (#1655)
23
+
19
24
## [0.18.0] - 2020-03-03
20
25
21
26
### Added
@@ -41,7 +46,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
41
46
### Changed
42
47
43
48
- Replaced interface `oteltest.SpanRecorder` with its existing implementation
44
-
`StandardSpanRecorder` (#1542).
49
+
`StandardSpanRecorder`. (#1542)
45
50
- Default span limit values to 128. (#1535)
46
51
- Rename `MaxEventsPerSpan`, `MaxAttributesPerSpan` and `MaxLinksPerSpan` to `EventCountLimit`, `AttributeCountLimit` and `LinkCountLimit`, and move these fields into `SpanLimits`. (#1535)
47
52
- Renamed the `otel/label` package to `otel/attribute`. (#1541)
0 commit comments