bump reqwest-tracing (#59)

tower
Conrad Ludgate 2022-09-29 16:17:12 +01:00 committed by GitHub
parent dd877924c4
commit 3c00388cfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -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.