Current section

Files

Jump to
opentelemetry_req CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
### 1.0.0-rc.1
### Features
- OpenTelemetry v1.27 support
### Breaking Changes
- Various HTTP Semantic Convention changes are included. One major change
regards span naming. This may affect your observability tools when keying
on span names. The key change there is the HTTP method is now a prefix, e.g. "GET /users/:user_id"
## 0.2.0
### Fixes
- Add support for Req v0.4
- Change http.url to follow [OpenTelemetry http spec](https://opentelemetry.io/docs/reference/specification/trace/semantic_conventions/http/#http-client).
- Full HTTP request URL in the form `scheme://host[:port]/path?query[#fragment]`
- Strip user credentials passed via URL
## 0.1.2
### Fixes
- Fix ctx not being set back to parent upon completion
## 0.1.1
### Fixes
- Fix client span to be the ctx injected to headers
## 0.1.0
### Features
- Initial release