From 3eb496239f8a996df2152fa080fbb8610aa1c544 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 24 May 2024 09:23:35 +0200 Subject: [PATCH 1/4] Bump version to 0.24.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 051125d..6912015 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tracing-opentelemetry" -version = "0.23.0" +version = "0.24.0" authors = [ "Julian Tescher ", "Tokio Contributors " From fe607b8de15b28a624f31d07578ddae20b65565d Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 24 May 2024 09:23:57 +0200 Subject: [PATCH 2/4] Remove authors from Cargo metadata (per RFC 3052) --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6912015..5a86246 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,6 @@ [package] name = "tracing-opentelemetry" version = "0.24.0" -authors = [ - "Julian Tescher ", - "Tokio Contributors " -] description = "OpenTelemetry integration for tracing" homepage = "https://github.com/tokio-rs/tracing-opentelemetry" repository = "https://github.com/tokio-rs/tracing-opentelemetry" From 04056c7b01f1b2befcd5612c0f78238bea34ac61 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 24 May 2024 09:26:13 +0200 Subject: [PATCH 3/4] Update changelog for 0.24.0 release --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee31a16..177f10a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# 0.24.0 (May 24, 2024) + +### Breaking Changes + +- Upgrade to opentelemetry 0.23. Refer to the upstream + [changelog](https://github.com/open-telemetry/opentelemetry-rust/releases/tag/opentelemetry-0.23.0) + for more information. + +### Added + +- Added gauge metrics (#129) + +### Fixed + +- Fixed compilation on WASI targets (#147) +- Set span end time when it exists (#124) + # 0.23.0 (February 26, 2024) ### Breaking Changes From eab0ffbeb530b5ac18abd4523ea4dd6038c84f48 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 24 May 2024 09:27:44 +0200 Subject: [PATCH 4/4] Remove code owners configuration This doesn't seem to be useful for a small single crate repository. --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index aa09870..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @jtescher \ No newline at end of file