Skip to content

Commit ea26ef7

Browse files
Release v1.4.0 (#1744)
1 parent ec88c03 commit ea26ef7

File tree

1 file changed

+31
-2
lines changed

1 file changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,35 @@ release.
1111

1212
### Traces
1313

14+
### Metrics
15+
16+
### Logs
17+
18+
### Resource
19+
20+
### Semantic Conventions
21+
22+
### Compatibility
23+
24+
### OpenTelemetry Protocol
25+
26+
### SDK Configuration
27+
28+
## v1.4.0 (2021-06-07)
29+
30+
### Context
31+
32+
- No changes.
33+
34+
### Traces
35+
36+
- Add schema_url support to `Tracer`. ([#1666](https://github.com/open-telemetry/opentelemetry-specification/pull/1666))
1437
- Add Dropped Links Count to non-otlp exporters section ([#1697](https://github.com/open-telemetry/opentelemetry-specification/pull/1697))
1538
- Add note about reporting dropped counts for attributes, events, links. ([#1699](https://github.com/open-telemetry/opentelemetry-specification/pull/1699))
1639

1740
### Metrics
1841

42+
- Add schema_url support to `Meter`. ([#1666](https://github.com/open-telemetry/opentelemetry-specification/pull/1666))
1943
- Adds detail about when to use `StartTimeUnixNano` and handling of unknown start-time resets. ([#1646](https://github.com/open-telemetry/opentelemetry-specification/pull/1646))
2044
- Expand `Gauge` metric description in the data model ([#1661](https://github.com/open-telemetry/opentelemetry-specification/pull/1661))
2145
- Expand `Histogram` metric description in the data model ([#1664](https://github.com/open-telemetry/opentelemetry-specification/pull/1664))
@@ -36,9 +60,12 @@ release.
3660
[#1704](https://github.com/open-telemetry/opentelemetry-specification/pull/1704),
3761
[#1731](https://github.com/open-telemetry/opentelemetry-specification/pull/1731),
3862
[#1733](https://github.com/open-telemetry/opentelemetry-specification/pull/1733))
63+
- Mark relevant portions of Metrics Data Model stable ([#1728](https://github.com/open-telemetry/opentelemetry-specification/pull/1728))
3964

4065
### Logs
4166

67+
- No changes.
68+
4269
### Resource
4370

4471
- Add schema_url support to `Resource`. ([#1692](https://github.com/open-telemetry/opentelemetry-specification/pull/1692))
@@ -53,8 +80,12 @@ release.
5380

5481
### Compatibility
5582

83+
- No changes.
84+
5685
### OpenTelemetry Protocol
5786

87+
- No changes.
88+
5889
### SDK Configuration
5990

6091
- Add `OTEL_SERVICE_NAME` environment variable. ([#1677](https://github.com/open-telemetry/opentelemetry-specification/pull/1677))
@@ -69,7 +100,6 @@ release.
69100

70101
- `Get Tracer` should use an empty string if the specified `name` is null. ([#1654](https://github.com/open-telemetry/opentelemetry-specification/pull/1654))
71102
- Clarify how to record dropped attribute count in non-OTLP formats. ([#1662](https://github.com/open-telemetry/opentelemetry-specification/pull/1662))
72-
- Add schema_url support to `Tracer`. ([#1666](https://github.com/open-telemetry/opentelemetry-specification/pull/1666))
73103

74104
### Metrics
75105

@@ -79,7 +109,6 @@ release.
79109
- Remove the "Func" name, use "Asynchronous" and "Observable". ([#1645](https://github.com/open-telemetry/opentelemetry-specification/pull/1645))
80110
- Add details to UpDownCounter API. ([#1665](https://github.com/open-telemetry/opentelemetry-specification/pull/1665))
81111
- Add details to Histogram API. ([#1657](https://github.com/open-telemetry/opentelemetry-specification/pull/1657))
82-
- Add schema_url support to `Meter`. ([#1666](https://github.com/open-telemetry/opentelemetry-specification/pull/1666))
83112

84113
### Logs
85114

0 commit comments

Comments
 (0)