Releases: abdolence/opentelemetry-gcloud-trace-rs
Releases · abdolence/opentelemetry-gcloud-trace-rs
v0.19.0
v0.18.0
What's Changed
- Changed TracerProvider configuration to use the TracerProvider::Builder by @JT117 in #66
- fix(deps): update opentelemetry-rust monorepo to 0.28 by @renovate in #67
- chore(deps): update rust crate tracing-opentelemetry to 0.29 by @renovate in #69
- feat: OpenTelemetry 0.28 breaking changes update by @abdolence in #68
Migration Guide
Unfortunately OpenTelemetry 0.28 introduced the API breaking changes, including lifecycle management for providers, that this crate had to follow, resulting in changing the API for applications as well.
Please have a look at new examples to help to migrate to the new API.
Full Changelog: v0.17.0...v0.18.0
v0.17.0
v0.16.0
v0.15.0
v0.14.0
What's Changed
- Add resource attributes to spans by @JorritSalverda in #56
New Contributors
- @JorritSalverda made their first contribution in #56
Full Changelog: v0.12.0...v0.14.0
v0.12.0
v0.11.1
What's Changed
- Features to manage TLS dependencies by @abdolence in #53
Full Changelog: v0.11.0...v0.11.1