4a9fe0a
⬆ Bump version to 0.9.0Sourced from tracing-opentelemetry's releases.
0.22.0
Breaking Changes
- Upgrade to
v0.21.0ofopentelemetryFor list of breaking changes in OpenTelemetry, see the v0.21.0 changelog.- Update MSRV to require Rust 1.65+, as
opentelemetryrequires it now. (#68)Fixed
Thanks to
@jesseditson,@AsmPrgmC3, and@rthomasfor contributing to this release!
Sourced from tracing-opentelemetry's changelog.
0.22.0 (November 7, 2023)
Breaking Changes
- Upgrade to
v0.21.0ofopentelemetryFor list of breaking changes in OpenTelemetry, see the v0.21.0 changelog.- Update MSRV to require Rust 1.65+, as
opentelemetryrequires it now. (#68)Fixed
Thanks to
@jesseditson,@AsmPrgmC3, and@rthomasfor contributing to this release!
62690b4
Prepare for v0.22.0 release (#75)2156c23
Update otel to version 0.21 (#68)cfc64f3
build(deps): update tracing-log requirement from 0.1.3 to 0.2.0 (#64)70f3ed6
build(deps): update pprof requirement from 0.12.1 to 0.13.0 (#61)bddef29
Add support for instrumented functions which return Result (#28)1c61ea6
Fix potential deadlock (#59)5223a67
Update README example Cargo.toml (#60)a03ff22
Update criterion and pprof (#42)80ae321
WASM Support (#57)Sourced from opentelemetry-otlp's releases.
v0.15.0
Added
- More resource detectors #573
Changed
- Expose the Error type to allow users to set custom error handlers #551
- Allow users to use different channels based on runtime in batch span processor #560
- Move
Unitintometricsmodule #564- Update trace flags to match spec #565
Fixed
v0.14.0
Added
- Adding a dynamic dispatch to Aggregator Selector #497
- Add
global::force_flush_tracer_provider#512- Add config
max_attributes_per_eventandmax_attributes_per_link#521- Add dropped attribute counts to events and links #529
Changed
- Remove unnecessary clone in
Keytype #491- Remove
#[must_use]fromset_tracer_provider#501- Rename remaining usage of
default_samplertosampler#509- Use current span for SDK-less context propagation #510
- Always export span batch when limit reached #519
- Rename message events to events #530
- Update resource merge behaviour #537
- Ignore links with invalid context #538
Removed
Fixed
- Allow users to use custom export kind selector #526
Performance
... (truncated)
d7ba1ea
Prepare for v0.15.0 release (#572)6834b64
feat: add more resource detectors (#573)efbc842
semantic-conventions: update to v1.4.0 spec (#570)d70a537
Update example and optional dependencies (#568)a2dd6e7
fix: TraceState cannot insert new key-value pairs. (#567)dc7d81f
Update trace flags to match spec (#565)635f10e
Move unit into metrics module (#564)99e51c1
Update lib and tracing module docs with examples (#563)1ca62d3
feat: allow users to use different channels based on runtime in batch
span pr...fb576b0
move hyper prometheus example into something runnable (#562)