mirror of
https://github.com/TrueLayer/reqwest-middleware.git
synced 2024-12-26 10:56:32 +00:00
Fix indents in Changelog. (#67)
This commit is contained in:
parent
2e57e95f99
commit
4fb158f785
1 changed files with 3 additions and 3 deletions
|
@ -6,9 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
- HTTP URL is captured in traces as the `http.url` attribute.
|
- HTTP URL is captured in traces as the `http.url` attribute.
|
||||||
- Require an explicit otel name in the macros. Reduces cardinality and complies
|
- Require an explicit otel name in the macros. Reduces cardinality and complies
|
||||||
with otel specification for HTTP bindings.
|
with otel specification for HTTP bindings.
|
||||||
- Permit customisation of the otel name from the non-macro layer.
|
- Permit customisation of the otel name from the non-macro layer.
|
||||||
|
|
||||||
## [0.3.1] - 2022-09-21
|
## [0.3.1] - 2022-09-21
|
||||||
- Added support for `opentelemetry` version `0.18`.
|
- Added support for `opentelemetry` version `0.18`.
|
||||||
|
|
Loading…
Reference in a new issue