From 13358927bf91aa07ada15fdd2c2ab5c4c83e7628 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Thu, 30 Sep 2021 16:23:42 +0200 Subject: [PATCH] Release v1.7.0 (#1926) --- CHANGELOG.md | 32 +++++++++++++++++++++++++++++--- schemas/1.7.0 | 7 +++++++ 2 files changed, 36 insertions(+), 3 deletions(-) create mode 100644 schemas/1.7.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 039817421e7..05dd1df8474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) @@ -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. @@ -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)) @@ -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 diff --git a/schemas/1.7.0 b/schemas/1.7.0 new file mode 100644 index 00000000000..df9a9b8e003 --- /dev/null +++ b/schemas/1.7.0 @@ -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: