From 99ed27cb54a8b4b980c4357a8ac218023e79ff0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leo=20Bl=C3=B6cher?= Date: Wed, 16 Sep 2026 16:25:39 +0100 Subject: [PATCH] chore: Release --- Cargo.toml | 6 +++--- RELEASE_NOTES.md | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e5e85125..71f73607 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ members = [ resolver = "3" [workspace.package] -version = "5.10.1" +version = "5.10.2" repository = "https://github.com/cloudflare/foundations" edition = "2024" authors = ["Cloudflare"] @@ -42,8 +42,8 @@ check-cfg = [ [workspace.dependencies] anyhow = "1.0.102" backtrace = "0.3.76" -foundations = { version = "5.10.1", path = "./foundations", default-features = false } -foundations-macros = { version = "=5.10.1", path = "./foundations-macros", default-features = false } +foundations = { version = "5.10.2", path = "./foundations", default-features = false } +foundations-macros = { version = "=5.10.2", path = "./foundations-macros", default-features = false } foundations-metrics-registry = { version = "1.0.0", path = "./foundations-metrics-registry", default-features = false } foundations-metrics = { version = "0.1.0-beta.3", path = "./foundations-metrics", default-features = false } bindgen = { version = "0.72.1", default-features = false } diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9d2a293f..41239b14 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,8 @@ +5.10.2 +- 2026-09-16 feat(telemetry): configure service name for user traces +- 2026-09-03 Cache `SharedSpan::is_sampled` for deferred user tracing spans + 5.10.1 - 2026-09-03 feat(telemetry): attach user spans to contexts - 2026-09-03 refactor(telemetry): distinguish deferred user spans