From 3bdad50af6f318f538cfdca2778c751b091340c2 Mon Sep 17 00:00:00 2001 From: dmathieu <42@dmathieu.com> Date: Mon, 10 Feb 2025 10:14:14 +0100 Subject: [PATCH] move the warning to the deprecated section --- CHANGELOG.md | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd6a1505e0e..b85e42067d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,19 +8,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] -### ⚠️ Notice ⚠️ - -This is the last version to use Semantic Conventions v1.20.0 for HTTP libraries -by default. The next version (0.61.0) will default to v1.26.0, and the -following one (0.62.0) will drop support for Semantic Conventions v1.20.0 - -You can switch to the new Semantic Conventions right now by setting the -`OTEL_HTTP_CLIENT_COMPATIBILITY_MODE=http/dup` environment variable in your -application. - -See also the [HTTP semantic conventions stability -migration](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/non-normative/http-migration.md) - ### Added - Add support for configuring `ClientCertificate` and `ClientKey` field for OTLP exporters in `go.opentelemetry.io/contrib/config`. (#6378) @@ -41,6 +28,18 @@ migration](https://github.com/open-telemetry/semantic-conventions/blob/main/docs - Deprecate `WithAttributeSetter`, `AttributeSetter`, `DefaultAttributeSetter`, `DynamoDBAttributeSetter`, `SNSAttributeSetter` in favor of `WithAttributeBuilder`, `AttributeBuilder`, `DefaultAttributeBuilder`, `DynamoDBAttributeBuilder`, `SNSAttributeBuilder` in `go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws` (#6543) +> [!WARNING] +> This is the last version to use Semantic Conventions v1.20.0 for HTTP libraries +by default. The next version (0.61.0) will default to v1.26.0, and the +following one (0.62.0) will drop support for Semantic Conventions v1.20.0 +> +> You can switch to the new Semantic Conventions right now by setting the +`OTEL_HTTP_CLIENT_COMPATIBILITY_MODE=http/dup` environment variable in your +application. +> +> See also the [HTTP semantic conventions stability +migration](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/non-normative/http-migration.md) + ### Fixed - Use `context.Background()` as default context instead of nil in `go.opentelemetry.io/contrib/bridges/otellogr`. (#6527)