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
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,17 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
8
8
9
9
## [Unreleased]
10
10
11
+
## [0.16.0] - 2020-01-13
12
+
11
13
### Added
12
14
13
15
- Add the `ReadOnlySpan` and `ReadWriteSpan` interfaces to provide better control for accessing span data. (#1360)
14
16
-`NewGRPCDriver` function returns a `ProtocolDriver` that maintains a single gRPC connection to the collector. (#1369)
15
-
-Documentation about the project's versioning policy. (#1388)
16
-
-`NewSplitDriver` for OTLP exporter that allows sending traces and metrics to different endpoints. (#1418)
17
-
-Add codeql worfklow to GitHub Actions (#1428)
17
+
-Added documentation about the project's versioning policy. (#1388)
18
+
-Added `NewSplitDriver` for OTLP exporter that allows sending traces and metrics to different endpoints. (#1418)
19
+
-Added codeql worfklow to GitHub Actions (#1428)
18
20
- Added Gosec workflow to GitHub Actions (#1429)
19
-
-A new HTTP driver for OTLP exporter in `exporters/otlp/otlphttp`. Currently it only supports the binary protobuf payloads. (#1420)
21
+
-Add new HTTP driver for OTLP exporter in `exporters/otlp/otlphttp`. Currently it only supports the binary protobuf payloads. (#1420)
20
22
21
23
### Changed
22
24
@@ -32,6 +34,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
32
34
-`NewExporter` from `exporters/otlp` now takes a `ProtocolDriver` as a parameter. (#1369)
33
35
- Many OTLP Exporter options became gRPC ProtocolDriver options. (#1369)
34
36
- Unify endpoint API that related to OTel exporter. (#1401)
37
+
- Optimize metric histogram aggregator to re-use its slice of buckets. (#1435)
35
38
- Metric aggregator Count() and histogram Bucket.Counts are consistently `uint64`. (1430)
36
39
-`SamplingResult` now passed a `Tracestate` from the parent `SpanContext` (#1432)
37
40
- Moved gRPC driver for OTLP exporter to `exporters/otlp/otlpgrpc`. (#1420)
@@ -48,6 +51,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
48
51
- Remove Metric export functionality related to quantiles and summary data points: this is not specified (#1412)
49
52
- Remove DDSketch metric aggregator; our intention is to re-introduce this as an option of the histogram aggregator after [new OTLP histogram data types](https://github.com/open-telemetry/opentelemetry-proto/pull/226) are released (#1412)
50
53
54
+
### Fixed
55
+
56
+
-`BatchSpanProcessor.Shutdown()` will now shutdown underlying `export.SpanExporter`. (#1443)
57
+
51
58
## [0.15.0] - 2020-12-10
52
59
53
60
### Added
@@ -1020,7 +1027,8 @@ It contains api and sdk for trace and meter.
1020
1027
- CODEOWNERS file to track owners of this project.
0 commit comments