From 3d3b6de92d726e55b8c2a07d0ed622d6dcee8e8f Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Tue, 5 Dec 2023 16:52:22 +0100 Subject: [PATCH 1/2] Release 1.28.0 --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 37 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51606bf41f5..41d6fafe415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,32 @@ release. ### Traces +### Metrics + +### Logs + +### Resource + +### OpenTelemetry Protocol + +### Compatibility + +### SDK Configuration + +### Common + +### Supplementary Guidelines + +## v1.28.0 (2023-12-06) + +### Context + +- No changes. + +### Traces + +- Stabilize how exceptions are recorded using the Trace SDK. + ([#3769](https://github.com/open-telemetry/opentelemetry-specification/pull/3769)) - Add definition for standard output span exporter. ([#3740](https://github.com/open-telemetry/opentelemetry-specification/pull/3740)) @@ -34,6 +60,8 @@ release. ### Resource +- No changes. + ### OpenTelemetry Protocol - Clarify HTTP endpoint configuration option handling. @@ -41,12 +69,21 @@ release. ### Compatibility +- No changes. + ### SDK Configuration +- Add `console` as an exporter type that is supported via environment variable configuration. + ([#3742](https://github.com/open-telemetry/opentelemetry-specification/pull/3742)) + ### Common +- No changes. + ### Supplementary Guidelines +- No changes. + ## v1.27.0 (2023-11-08) ### Context @@ -57,8 +94,6 @@ release. - Add a new AddLink() operation to Span (experimental). ([#3678](https://github.com/open-telemetry/opentelemetry-specification/pull/3678)) -- Stabilize how exceptions are recorded using the Trace SDK. - ([#3769](https://github.com/open-telemetry/opentelemetry-specification/pull/3769)) ### Metrics @@ -93,8 +128,6 @@ release. - Rename/replace `(client|server).socket.(address|port)` attributes with `network.(peer|local).(address|port)`. ([#3713](https://github.com/open-telemetry/opentelemetry-specification/pull/3713)) -- Add `console` as an exporter type that is supported via environment variable configuration. - ([#3742](https://github.com/open-telemetry/opentelemetry-specification/pull/3742)) ### Supplementary Guidelines From e090d347a631a80b3532f2642c3e5b4ed3540741 Mon Sep 17 00:00:00 2001 From: Carlos Alberto Cortez Date: Thu, 7 Dec 2023 17:58:39 +0100 Subject: [PATCH 2/2] Update date. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41d6fafe415..9bc0a7fd991 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ release. ### Supplementary Guidelines -## v1.28.0 (2023-12-06) +## v1.28.0 (2023-12-07) ### Context