Skip to content

Commit d139f05

Browse files
Release v1.6.0 (#1853)
1 parent 43e38bf commit d139f05

File tree

1 file changed

+35
-2
lines changed

1 file changed

+35
-2
lines changed

CHANGELOG.md

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,28 @@ 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.6.0 (2021-08-06)
29+
30+
### Context
31+
32+
- No changes.
33+
34+
### Traces
35+
1436
- Add generalized attribute count and attribute value length limits and relevant
1537
environment variables.
1638
([#1130](https://github.com/open-telemetry/opentelemetry-specification/pull/1130))
@@ -21,25 +43,37 @@ release.
2143

2244
- Metrics API specification Feature-freeze.
2345
([#1833](https://github.com/open-telemetry/opentelemetry-specification/pull/1833))
46+
- Remove MetricProcessor from the SDK spec (for now)
47+
([#1840](https://github.com/open-telemetry/opentelemetry-specification/pull/1840))
2448

2549
### Logs
2650

51+
- No changes.
52+
2753
### Resource
2854

55+
- No changes.
56+
2957
### Semantic Conventions
3058

59+
- Add mobile-related network state: `net.host.connection.type`, `net.host.connection.subtype` & `net.host.carrier.*` [#1647](https://github.com/open-telemetry/opentelemetry-specification/issues/1647)
3160
- Adding alibaba cloud as a cloud provider.
3261
([#1831](https://github.com/open-telemetry/opentelemetry-specification/pull/1831))
3362

3463
### Compatibility
3564

65+
- No changes.
66+
3667
### OpenTelemetry Protocol
3768

69+
- Allow for OTLP/gRPC exporters to handle endpoint configuration without a scheme while still requiring them to support an endpoint configuration that includes a scheme of `http` or `https`. Reintroduce the insecure configuration option for OTLP/gRPC exporters. ([#1729](https://github.com/open-telemetry/opentelemetry-specification/pull/1729))
3870
- Adding requirement to implement at least one of two transports: `grpc` or `http/protobuf`.
3971
([#1790](https://github.com/open-telemetry/opentelemetry-specification/pull/1790/files))
4072

4173
### SDK Configuration
4274

75+
- No changes.
76+
4377
## v1.5.0 (2021-07-08)
4478

4579
### Context
@@ -148,7 +182,7 @@ release.
148182

149183
### OpenTelemetry Protocol
150184

151-
- Allow for OTLP/gRPC exporters to handle endpoint configuration without a scheme while still requiring them to support an endpoint configuration that includes a scheme of `http` or `https`. Reintroduce the insecure configuration option for OTLP/gRPC exporters. ([#1729](https://github.com/open-telemetry/opentelemetry-specification/pull/1729))
185+
- No changes.
152186

153187
### SDK Configuration
154188

@@ -185,7 +219,6 @@ release.
185219
- Add already specified `messaging.rabbitmq.routing_key` span attribute key to the respective YAML file. ([#1651](https://github.com/open-telemetry/opentelemetry-specification/pull/1651))
186220
- Clarify usage of "otel." attribute namespace. ([#1640](https://github.com/open-telemetry/opentelemetry-specification/pull/1640))
187221
- Add possibility to disable `db.statement` via instrumentation configuration. ([#1659](https://github.com/open-telemetry/opentelemetry-specification/pull/1659))
188-
- Add mobile related network state: `net.host.connection.type`, `net.host.connection.subtype` & `net.host.carrier.*` [#1647](https://github.com/open-telemetry/opentelemetry-specification/issues/1647)
189222

190223
### Compatibility
191224

0 commit comments

Comments
 (0)