Releases: palantir/rust-zipkin
Releases · palantir/rust-zipkin
zipkin 0.3.2
- Upgraded
rand
to 0.6 - Added
Report::report2
which takes theSpan
by value rather than by reference, and deprecatedReport::report
in favor of it.
http-zipkin 0.1.1
- Support the new unified
b3
header format.
http-zipkin 0.1.0
- Initial release
zipkin-types 0.1.0
- Initial release
zipkin 0.3.1
- Upgraded rand to 0.5
- Types now implement
Deserialize
in addition toSerialize
when theserde
feature is enabled.
zipkin 0.3.0
- Builders now have normal setters for required fields rather than taking them all in their
build
methods.build
will panic if a required field is not set. OpenSpan
is now parameterized by its attachment to the tracer. In particular, this allows spans to be moved between threads.
hyper-zipkin 0.4.0
- Upgrade zipkin to 0.3.
futures-zipkin 0.4.0
- Upgrade to zipkin 0.3
zipkin 0.2.2
- Add
OpenSpan::detach
.
futures-zipkin 0.3.0
- Upgrade zipkin to 0.2.