Skip to content

Commit

Permalink
Release v1.7.0 (#1926)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosalberto committed Sep 30, 2021
1 parent 16da729 commit 1335892
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 3 deletions.
32 changes: 29 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,30 @@ release.

### Traces

### Metrics

### Logs

### Resource

### Semantic Conventions

### Compatibility

### OpenTelemetry Protocol

### SDK Configuration

## v1.7.0 (2021-09-30)

### Context

- No changes.

### Traces

- Prefer global user defined limits over model-sepcific default values.
([#1893](https://github.com/open-telemetry/opentelemetry-specification/pull/1893))
- Add InstrumentationLibrary to Sampler.ShouldSample.
([#1850](https://github.com/open-telemetry/opentelemetry-specification/pull/1850))
- Generalize the "message" event to apply to all RPC systems not just gRPC
([#1914](https://github.com/open-telemetry/opentelemetry-specification/pull/1914))

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

### Logs

- No changes.

### Resource

- Exempt Resource from attribute limits.
Expand All @@ -60,6 +85,8 @@ release.

### Compatibility

- No changes.

### OpenTelemetry Protocol

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

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

### Logs

Expand Down
7 changes: 7 additions & 0 deletions schemas/1.7.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
file_format: 1.0.0
schema_url: https://opentelemetry.io/schemas/1.7.0
versions:
1.7.0:
1.6.1:
1.5.0:
1.4.0:

0 comments on commit 1335892

Please sign in to comment.