From 152a50ae95b61b0af47c2abfafd426fc7b58d118 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Thu, 8 Jul 2021 16:17:05 +0200 Subject: [PATCH] Release v1.5.0 (#1801) --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5059db16cac..ea0ed01002e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,8 +11,32 @@ release. ### Traces +### Metrics + +### Logs + +### Resource + +### Semantic Conventions + +### Compatibility + +### OpenTelemetry Protocol + +### SDK Configuration + +## v1.5.0 (2021-07-08) + +### Context + +- No changes. + +### Traces + - Adding environment variables for event and link attribute limits. ([#1751](https://github.com/open-telemetry/opentelemetry-specification/pull/1751)) +- Clarify some details about span kind and the meanings of the values. + ([#1738](https://github.com/open-telemetry/opentelemetry-specification/pull/1738)) - Clarify meaning of the Certificate File option. ([#1803](https://github.com/open-telemetry/opentelemetry-specification/pull/1803)) @@ -23,8 +47,12 @@ release. ### Logs +- Declare OTLP Logs Beta. ([#1741](https://github.com/open-telemetry/opentelemetry-specification/pull/1741)) + ### Resource +- No changes. + ### Semantic Conventions - Clean up FaaS semantic conventions, add `aws.lambda.invoked_arn`. @@ -34,8 +62,12 @@ release. ### Compatibility +- No changes. + ### OpenTelemetry Protocol +- No changes. + ### SDK Configuration - Allow selecting multiple exporters via `OTEL_TRACES_EXPORTER` and `OTEL_METRICS_EXPORTER`