Releases: apache/skywalking-rust
Releases · apache/skywalking-rust
0.8.0
0.7.0
0.6.0
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
0.4.0
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
What's Changed
- Update README.md by @wu-sheng in #24
- Improve errors. by @jmjoy in #25
- Add tracer. by @jmjoy in #26
- Move e2e to workspace. by @jmjoy in #27
- Auto finalize context and span when dropped. by @jmjoy in #28
- Add context capture and continued methods. by @jmjoy in #29
- Bump to 0.3.0. by @jmjoy in #30
Full Changelog: v0.2.0...v0.3.0
0.2.0
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
- @jmjoy made their first contribution in #19
- @CherishCai made their first contribution in #21
Full Changelog: v0.1.0...v0.2.0
0.1.0
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
- @dkkb made their first contribution in #6
- @kezhenxu94 made their first contribution in #12
Full Changelog: https://github.com/apache/skywalking-rust/commits/v0.1.0