File tree Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Expand file tree Collapse file tree 4 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1+ # 0.10.0 (December 30, 2020)
2+
3+ ### Breaking Changes
4+
5+ - Upgrade to ` v0.11.0 ` of ` opentelemetry ` (#1161 )
6+ For list of breaking changes in OpenTelemetry, see the
7+ [ v0.11.0 changelog] ( https://github.com/open-telemetry/opentelemetry-rust/blob/master/opentelemetry/CHANGELOG.md#v0110 ) .
8+ - Update ` OpenTelemetrySpanExt::set_parent ` to take a context by value as it is
9+ now stored and propagated. (#1161 )
10+ - Rename ` PreSampledTracer::sampled_span_context ` to
11+ ` PreSampledTracer::sampled_context ` as it now returns a full otel context. (#1161 )
12+
113# 0.9.0 (November 13, 2020)
214
315### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " tracing-opentelemetry"
3- version = " 0.9 .0"
3+ version = " 0.10 .0"
44authors = [
55 " Julian Tescher <julian@tescher.me>" ,
66 " Tokio Contributors <team@tokio.rs>"
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ Utilities for adding [OpenTelemetry] interoperability to [`tracing`].
1717[ Documentation] [ docs-url ] | [ Chat] [ discord-url ]
1818
1919[ crates-badge ] : https://img.shields.io/crates/v/tracing-opentelemetry.svg
20- [ crates-url ] : https://crates.io/crates/tracing-opentelemetry/0.9 .0
20+ [ crates-url ] : https://crates.io/crates/tracing-opentelemetry/0.10 .0
2121[ docs-badge ] : https://docs.rs/tracing-opentelemetry/badge.svg
22- [ docs-url ] : https://docs.rs/tracing-opentelemetry/0.9 .0/tracing_opentelemetry
22+ [ docs-url ] : https://docs.rs/tracing-opentelemetry/0.10 .0/tracing_opentelemetry
2323[ docs-master-badge ] : https://img.shields.io/badge/docs-master-blue
2424[ docs-master-url ] : https://tracing-rs.netlify.com/tracing_opentelemetry
2525[ mit-badge ] : https://img.shields.io/badge/license-MIT-blue.svg
Original file line number Diff line number Diff line change 9292//!
9393#![ deny( unreachable_pub) ]
9494#![ cfg_attr( test, deny( warnings) ) ]
95- #![ doc( html_root_url = "https://docs.rs/tracing-opentelemetry/0.9 .0" ) ]
95+ #![ doc( html_root_url = "https://docs.rs/tracing-opentelemetry/0.10 .0" ) ]
9696#![ doc(
9797 html_logo_url = "https://raw.githubusercontent.com/tokio-rs/tracing/master/assets/logo-type.png" ,
9898 issue_tracker_base_url = "https://github.com/tokio-rs/tracing/issues/"
You can’t perform that action at this time.
0 commit comments