From 737386296179365701bbc05752c09888864b49e8 Mon Sep 17 00:00:00 2001 From: Prasad Shirodkar Date: Wed, 17 Apr 2024 11:56:38 -0700 Subject: [PATCH] updated changelog --- CHANGELOG.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4c4be6d1e5..97920080592 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,16 +18,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Changed - Update `go.opentelemetry.io/proto/otlp` from v1.1.0 to v1.2.0. (#5177) +- `Shutdown` method of `Exporter` in `go.opentelemetry.io/otel/exporters/stdout/stdouttrace` ignores the context cancellation and always returns `nil`. (#5189) +- `ForceFlush` and `Shutdown` methods of the exporter returned by `New` in `go.opentelemetry.io/otel/exporters/stdout/stdoutmetric` ignore the context cancellation and always return `nil`. (#5189) ### Removed - The `AttributeCountLimit` on the `"go.opentelemetry.io/otel/sdk/log".Record` type is removed. (#5190) - The `AttributeValueLengthLimit` on the `"go.opentelemetry.io/otel/sdk/log".Record` type is removed. (#5190) -### Fixed - -- Remove context check on stdout exporters. (#5189) - ## [1.25.0/0.47.0/0.0.8/0.1.0-alpha] 2024-04-05 ### Added