From 3c00388cfbe55aaa6ee6e73471ea67475c0fc629 Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Thu, 29 Sep 2022 16:17:12 +0100 Subject: [PATCH] bump reqwest-tracing (#59) --- CHANGELOG.md | 1 - reqwest-tracing/CHANGELOG.md | 7 +++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1d410e..bce41c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Implementation of `Debug` trait for `RequestBuilder`. -- Added support for `opentelemetry` version `0.18`. ## [0.1.5] - 2022-02-21 diff --git a/reqwest-tracing/CHANGELOG.md b/reqwest-tracing/CHANGELOG.md index 9c0bc72..68e715e 100644 --- a/reqwest-tracing/CHANGELOG.md +++ b/reqwest-tracing/CHANGELOG.md @@ -6,7 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -# [0.3.0] - 2022-06-10 +## [0.3.1] - 2022-09-21 +- Added support for `opentelemetry` version `0.18`. + +## [0.3.0] - 2022-06-10 ### Breaking - Created `ReqwestOtelSpanBackend` trait with `reqwest_otel_span` macro to provide extendable default request otel fields @@ -14,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix how we set the OpenTelemetry span status, based on the HTTP response status. -# [0.2.2] - 2022-04-21 +## [0.2.2] - 2022-04-21 ### Fixed - Opentelemetry context is now propagated when the request span is disabled.