bump reqwest-tracing (#59)
parent
dd877924c4
commit
3c00388cfb
|
@ -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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue