Skip to content

Commit 1335892

Browse files
Release v1.7.0 (#1926)
1 parent 16da729 commit 1335892

File tree

2 files changed

+36
-3
lines changed

2 files changed

+36
-3
lines changed

CHANGELOG.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,30 @@ 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.7.0 (2021-09-30)
29+
30+
### Context
31+
32+
- No changes.
33+
34+
### Traces
35+
1436
- Prefer global user defined limits over model-sepcific default values.
1537
([#1893](https://github.com/open-telemetry/opentelemetry-specification/pull/1893))
16-
- Add InstrumentationLibrary to Sampler.ShouldSample.
17-
([#1850](https://github.com/open-telemetry/opentelemetry-specification/pull/1850))
1838
- Generalize the "message" event to apply to all RPC systems not just gRPC
1939
([#1914](https://github.com/open-telemetry/opentelemetry-specification/pull/1914))
2040

@@ -32,9 +52,14 @@ release.
3252
[#1913](https://github.com/open-telemetry/opentelemetry-specification/pull/1913),
3353
[#1938](https://github.com/open-telemetry/opentelemetry-specification/pull/1938),
3454
[#1958](https://github.com/open-telemetry/opentelemetry-specification/pull/1958))
55+
- Add FaaS metrics semantic conventions ([#1736](https://github.com/open-telemetry/opentelemetry-specification/pull/1736))
56+
- Update env variable values to match other env variables
57+
([#1965](https://github.com/open-telemetry/opentelemetry-specification/pull/1965))
3558

3659
### Logs
3760

61+
- No changes.
62+
3863
### Resource
3964

4065
- Exempt Resource from attribute limits.
@@ -60,6 +85,8 @@ release.
6085

6186
### Compatibility
6287

88+
- No changes.
89+
6390
### OpenTelemetry Protocol
6491

6592
- Add environment variables for configuring the OTLP exporter protocol (`grpc`, `http/protobuf`, `http/json`) ([#1880](https://github.com/open-telemetry/opentelemetry-specification/pull/1880))
@@ -143,7 +170,6 @@ release.
143170

144171
- Clarify the limit on the instrument unit.
145172
([#1762](https://github.com/open-telemetry/opentelemetry-specification/pull/1762))
146-
- Add FaaS metrics semantic conventions ([#1736](https://github.com/open-telemetry/opentelemetry-specification/pull/1736))
147173

148174
### Logs
149175

schemas/1.7.0

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
file_format: 1.0.0
2+
schema_url: https://opentelemetry.io/schemas/1.7.0
3+
versions:
4+
1.7.0:
5+
1.6.1:
6+
1.5.0:
7+
1.4.0:

0 commit comments

Comments
 (0)