Skip to content

Releases: apache/skywalking-rust

0.8.0

17 Jul 02:50
e6990d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

0.7.0

24 May 02:27
302526e
Compare
Choose a tag to compare

What's Changed

  • Obtain Span object without intermediary. by @jmjoy in #57
  • Rename module skywalking_proto to proto. by @jmjoy in #59
  • Add Span::prepare_for_async method and AbstractSpan trait. by @jmjoy in #58
  • Bump to 0.7.0. by @jmjoy in #60

Full Changelog: v0.6.0...v0.7.0

0.6.0

06 Mar 11:42
30c8d8c
Compare
Choose a tag to compare

What's Changed

  • Refactor span object api to make it more friendly. by @jmjoy in #52
  • Refactor management report and keep alive api. by @jmjoy in #53
  • Use stream and completed for a bulk to collect for grpc reporter. by @jmjoy in #54
  • Add sub components licenses in dist material. by @jmjoy in #55
  • Bump to 0.6.0. by @jmjoy in #56

Full Changelog: v0.5.0...v0.6.0

0.5.0

09 Jan 09:41
639b889
Compare
Choose a tag to compare

What's Changed

  • Add management support. by @jmjoy in #48
  • Add missing_docs lint and supply documents. by @jmjoy in #49
  • Add authentication and custom intercept support. by @jmjoy in #50
  • Bump to 0.5.0. by @jmjoy in #51

Full Changelog: v0.4.0...v0.5.0

0.4.0

31 Aug 01:35
10aa902
Compare
Choose a tag to compare

What's Changed

  • Publish release doc. by @wu-sheng in #31
  • Set up CI and approval requirements by @wu-sheng in #32
  • Move skywalking_proto mod to single files. by @jmjoy in #33
  • Polish the release doc. by @wu-sheng in #34
  • Add serde support for protobuf generated struct. by @jmjoy in #35
  • Improve LogReporter and fix tests. by @jmjoy in #36
  • Split tracer inner segment sender and receiver into traits. by @jmjoy in #37
  • Switch to use nightly rustfmt. by @jmjoy in #38
  • Change Span to refer to SpanStack, rather than TracingContext. by @jmjoy in #39
  • Adjust the trace structure. by @jmjoy in #40
  • Add logging. by @jmjoy in #41
  • Upgrade dependencies. by @jmjoy in #42
  • Add feature vendored, to auto build protoc. by @jmjoy in #43
  • Add metrics. by @jmjoy in #44
  • Add more GH labels as new supports by @wu-sheng in #45
  • Bump to 0.4.0. by @jmjoy in #46
  • Fix trace id is not transmitted. by @jmjoy in #47

Full Changelog: v0.3.0...v0.4.0

0.3.0

21 Jul 13:05
2d61651
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.3.0

0.2.0

04 Jul 06:20
e1e4cb5
Compare
Choose a tag to compare

What's Changed

  • add a description to compile in README.md by @Shikugawa in #16
  • Update NOTICE to 2022 by @wu-sheng in #17
  • fix ignore /e2e/target folder by @tisonkun in #18
  • Remove Cargo.lock, update dependencies, update submodule, disable build grpc server api. by @jmjoy in #19
  • Enhance Trace Context machenism. by @jmjoy in #20
  • chore(typo): fix typo in context/propagation/context.rs by @CherishCai in #21
  • Feature(tonic-build): set tonic-build.build_server(false), do not build Server code. by @CherishCai in #22
  • Rename crate name skywalking_rust to skywalking? by @jmjoy in #23

New Contributors

Full Changelog: v0.1.0...v0.2.0

0.1.0

20 Jun 02:32
2a47bf4
Compare
Choose a tag to compare

What's Changed

  • Support context extract. by @wu-sheng in #1
  • Finish the tracing core APIs by @wu-sheng in #2
  • Support ContextManager APIs and context stack-style auto propagation. by @wu-sheng in #3
  • initial commit of skywalking-rust with full-tracing features. by @Shikugawa in #5
  • Fix examples in documentation and README by @dkkb in #6
  • Add GitHub action for test. by @dkkb in #7
  • Set rust agent version to 0.1.0 by @wu-sheng in #8
  • gracefully shutdown reporter & add agent-test-tool based e2e case by @tisonkun in #9
  • harden e2e test by adding healthCheck by @tisonkun in #10
  • ci: run cargo test by @tisonkun in #11
  • Add missing license headers and add checker by @kezhenxu94 in #12
  • fix license-eye to ignore .lock files by @Shikugawa in #14
  • use specific version of data-collect-protocol by @Shikugawa in #15
  • fix cargo.toml to prepare release by @Shikugawa in #13

New Contributors

Full Changelog: https://github.com/apache/skywalking-rust/commits/v0.1.0