Skip to content

Commit e626557

Browse files
authored
Prepare for 0.8.0 release (#285)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
1 parent 454ebf4 commit e626557

1 file changed

Lines changed: 21 additions & 20 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,29 @@
22

33
## Unreleased
44

5-
Full list of differences found in [this compare.](https://github.com/open-telemetry/opentelemetry-proto/compare/v0.7.0...v0.8.0)
5+
Full list of differences found in [this compare.](https://github.com/open-telemetry/opentelemetry-proto/compare/v0.8.0...v0.9.0)
66

77
### Maturity
88

99
* Remove if no changes for this section before release.
1010

11-
### Changed: Metrics
11+
### Changed
12+
13+
* Remove if no changes for this section before release.
14+
15+
### Added
16+
17+
* Remove if no changes for this section before release.
18+
19+
### Removed
20+
21+
* Remove if no changes for this section before release.
22+
23+
## 0.8.0 - 2021-03-23
24+
25+
Full list of differences found in [this compare.](https://github.com/open-telemetry/opentelemetry-proto/compare/v0.7.0...v0.8.0)
1226

13-
** TODO: Consider (#275) as it relates to stability for the v0.8 release and clarify in which ways the following changes are considered "breaking".
27+
### Changed: Metrics
1428

1529
* :stop_sign: [DEPRECATION] Deprecate IntSum, IntGauge, and IntDataPoint (#278)
1630
* :stop_sign: [DEPRECATION] Deprecate IntExemplar (#281)
@@ -23,23 +37,13 @@ Full list of differences found in [this compare.](https://github.com/open-teleme
2337
* :stop_sign: [BREAKING] Rename DoubleHistogram to Histogram (#270)
2438
* :stop_sign: [DATA MODEL CHANGE] Make explicit bounds compatible with OM/Prometheus (#262)
2539

26-
### Added
27-
28-
* Remove if no changes for this section before release.
29-
30-
31-
### Removed
32-
33-
* Remove if no changes for this section before release.
34-
35-
3640
## 0.7.0 - 2021-01-28
3741

3842
Full list of differences found in [this compare.](https://github.com/open-telemetry/opentelemetry-proto/compare/v0.6.0...v0.7.0)
3943

4044
### Maturity
4145

42-
**Protobuf Encodings**
46+
$$$Protobuf Encodings:**
4347
4448
* `collector/metrics/*` is now considered `Beta`. (#223)
4549
* `collector/logs/*` is now considered `Alpha`. (#228)
@@ -54,7 +58,6 @@ Full list of differences found in [this compare.](https://github.com/open-teleme
5458
5559
* Metrics - Add SummaryDataPoint support to Metrics proto (#227)
5660
57-
5861
## 0.6.0 - 2020-10-28
5962
6063
Full list of differences found in [this compare.](https://github.com/open-telemetry/opentelemetry-proto/compare/v0.5.0...v0.6.0)
@@ -67,23 +70,22 @@ Full list of differences found in [this compare.](https://github.com/open-teleme
6770
6871
* Traces - Deprecated old Span status code and added a new status code according to specification (#224)
6972
** Marked for removal `2021-10-22` given Stability Guarantees.
70-
* Rename ProbabilitySampler to TraceIdRatioBased (#221)
71-
73+
* Rename ProbabilitySampler to TraceIdRatioBased (#221)
7274
7375
## 0.5.0 - 2020-08-31
7476
7577
Full list of differences found in [this compare.](https://github.com/open-telemetry/opentelemetry-proto/compare/v0.4.0...v0.5.0)
7678
7779
### Maturity Changes
7880
79-
**Protobuf Encodings**
81+
**Protobuf Encodings:**
8082
8183
* `collector/trace/*` is now `Stable`.
8284
* `common/*` is now `Stable`.
8385
* `resource/*` is now `Stable`.
8486
* `trace/trace.proto` is now `Stable`. (#160)
8587
86-
**JSON Encodings**
88+
**JSON Encodings:**
8789
8890
* All messages are now `Alpha`.
8991
@@ -134,7 +136,6 @@ The following was announced in the release, but this was not considered Stable u
134136
135137
> This is a Release Candidate to declare Traces part of the protocol Stable.
136138
137-
138139
## 0.3.0 - 2020-03-23
139140
140141
* Initial protos for trace, metrics, resource and OTLP.

0 commit comments

Comments
 (0)