Skip to content

Releases: palantir/rust-zipkin

http-zipkin 0.4.0

30 Dec 01:48
http-zipkin-0.4.0
bd2c366
Compare
Choose a tag to compare
  • Bump http to 1.

zipkin-macros 0.1.1

07 May 19:06
2fc7b84
Compare
Choose a tag to compare
  • Fixed Send-ness of #[zipkin::spanned] wrapped async functions.

zipkin 0.4.2

21 Jan 14:13
298ac74
Compare
Choose a tag to compare
  • The Bind future now closes the span when the wrapped future completes rather than when the Bind drops.

zipkin-macros 0.1.0

22 Jan 22:48
2e00122
Compare
Choose a tag to compare
  • Initial release

zipkin 0.4.1

22 Jan 22:49
2e00122
Compare
Choose a tag to compare
  • Added a #[spanned(...)] macro to wrap functions in spans.

http-zipkin 0.3.0

05 Dec 15:20
Compare
Choose a tag to compare
  • Upgraded http to 0.2.

zipkin 0.4.0

08 Nov 21:39
81a15bb
Compare
Choose a tag to compare
  • The Tracer object has been removed, as tracer configuration is now a global resource.
  • The OpenSpan::bind method can be used to attach a span to a Future.

http-zipkin 0.2.0

08 Nov 21:40
81a15bb
Compare
Choose a tag to compare
  • Upgraded to zipkin 0.4.

zipkin 0.3.5

18 Jul 15:33
Compare
Choose a tag to compare
  • Upgraded rand to 0.7.

zipkin 0.3.4

17 Jan 20:48
Compare
Choose a tag to compare
  • Implement Sample and Report for Box<T> and Arc<T> where T implements the trait.