From c72b27581da660b11dd463a873a5f7cf7f02548c Mon Sep 17 00:00:00 2001 From: "mae.kasza" <26093674+MaeIsBad@users.noreply.github.com> Date: Tue, 26 Mar 2024 10:35:05 +0100 Subject: [PATCH 1/3] Update CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cdce93..9625d3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +No new changes since 0.9.0-rc.1 + +### Changed + +- Automatically append /v1/traces to the collector endpoint + +This is only done if a /v1/traces suffix isn't already there, meaning old configurations should continue to function + +- All log metadata is now stored in the top level object instead of under a `metadata` key. + --- ## [0.9.0-rc.1] - 2024-03-11 From 8de9f57916529667b11339c230a31c2c629489f9 Mon Sep 17 00:00:00 2001 From: "mae.kasza" <26093674+MaeIsBad@users.noreply.github.com> Date: Tue, 26 Mar 2024 10:35:27 +0100 Subject: [PATCH 2/3] Bump --- CHANGELOG.md | 8 +++++++- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9625d3b..2cb77b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +--- + +## [0.9.0] - 2024-03-26 + No new changes since 0.9.0-rc.1 ### Changed @@ -158,7 +162,9 @@ If you are using Jaeger to collect traces locally on your machine, you will need -[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.9.0-rc.1...HEAD + +[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.9.0...HEAD +[0.9.0]: https://github.com/primait/prima_tracing.rs/compare/0.9.0-rc.1...0.9.0 [0.9.0-rc.1]: https://github.com/primait/prima_tracing.rs/compare/0.9.0-rc.0...0.9.0-rc.1 [0.9.0]: https://github.com/primait/prima_tracing.rs/compare/0.8.1...0.9.0 [0.8.1]: https://github.com/primait/prima_tracing.rs/compare/0.8.0...0.8.1 diff --git a/Cargo.toml b/Cargo.toml index bdbfbb6..d8d463c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" name = "prima-tracing" readme = "README.md" repository = "https://github.com/primait/prima_tracing.rs" -version = "0.9.0-rc.1" +version = "0.9.0" [features] default = [] From ff3b83a95bd7e3d0c6123601e592b5e07a03b505 Mon Sep 17 00:00:00 2001 From: "mae.kasza" <26093674+MaeIsBad@users.noreply.github.com> Date: Tue, 26 Mar 2024 10:37:20 +0100 Subject: [PATCH 3/3] Fix changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cb77b7..424ed32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -166,7 +166,7 @@ If you are using Jaeger to collect traces locally on your machine, you will need [Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.9.0...HEAD [0.9.0]: https://github.com/primait/prima_tracing.rs/compare/0.9.0-rc.1...0.9.0 [0.9.0-rc.1]: https://github.com/primait/prima_tracing.rs/compare/0.9.0-rc.0...0.9.0-rc.1 -[0.9.0]: https://github.com/primait/prima_tracing.rs/compare/0.8.1...0.9.0 +[0.9.0-rc.0]: https://github.com/primait/prima_tracing.rs/compare/0.8.1...0.9.0-rc.0 [0.8.1]: https://github.com/primait/prima_tracing.rs/compare/0.8.0...0.8.1 [0.8.0]: https://github.com/primait/prima_tracing.rs/compare/0.7.2...0.8.0 [0.7.2]: https://github.com/primait/prima_tracing.rs/compare/0.7.1...0.7.2