Move path matching changes to right log (#91)
* doc: move path matching changes to right log * update --------- Co-authored-by: Conrad Ludgate <conrad.ludgate@truelayer.com>pull/92/head
parent
80d56d89f3
commit
af1080f21c
|
@ -10,10 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- `RequestBuilder::version` method to configure the HTTP version
|
- `RequestBuilder::version` method to configure the HTTP version
|
||||||
- `OtelPathNames` extension to provide known parameterized paths that will be used in span names
|
|
||||||
|
|
||||||
### Changed
|
|
||||||
- `DefaultSpanBackend` and `SpanBackendWithUrl` default span name to HTTP method name instead of `reqwest-http-client`
|
|
||||||
|
|
||||||
## [0.2.1] - 2023-03-09
|
## [0.2.1] - 2023-03-09
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.4.2] - 2023-05-12
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- `OtelPathNames` extension to provide known parameterized paths that will be used in span names
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
- `DefaultSpanBackend` and `SpanBackendWithUrl` default span name to HTTP method name instead of `reqwest-http-client`
|
||||||
|
|
||||||
|
## [0.4.1] - 2023-03-09
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Support for `wasm32-unknown-unknown` target
|
||||||
|
|
||||||
## [0.4.0] - 2022-11-15
|
## [0.4.0] - 2022-11-15
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "reqwest-tracing"
|
name = "reqwest-tracing"
|
||||||
version = "0.4.1"
|
version = "0.4.2"
|
||||||
authors = ["Rodrigo Gryzinski <rodrigo.gryzinski@truelayer.com>"]
|
authors = ["Rodrigo Gryzinski <rodrigo.gryzinski@truelayer.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Opentracing middleware for reqwest."
|
description = "Opentracing middleware for reqwest."
|
||||||
|
|
Loading…
Reference in New Issue