From 1b276348205b7ffa553f8289936a7823d0c099d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leo=20Bl=C3=B6cher?= Date: Wed, 26 Aug 2026 13:49:25 +0100 Subject: [PATCH 1/2] chore: Release --- Cargo.toml | 2 +- foundations-metrics/Cargo.toml | 2 +- foundations-metrics/RELEASE_NOTES.md | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0145dabc..310362ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ backtrace = "0.3.76" foundations = { version = "5.9.1", path = "./foundations", default-features = false } foundations-macros = { version = "=5.9.1", 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.2", path = "./foundations-metrics", 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 } cc = "1.2.61" cf-rustracing = "1.4.0" diff --git a/foundations-metrics/Cargo.toml b/foundations-metrics/Cargo.toml index 935c84fc..32873fb0 100644 --- a/foundations-metrics/Cargo.toml +++ b/foundations-metrics/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "foundations-metrics" description = "Metric types and encoders for the Foundations stack." -version = "0.1.0-beta.2" +version = "0.1.0-beta.3" readme = "README.md" repository = { workspace = true } edition = { workspace = true } diff --git a/foundations-metrics/RELEASE_NOTES.md b/foundations-metrics/RELEASE_NOTES.md index ec4e3119..0ec0e573 100644 --- a/foundations-metrics/RELEASE_NOTES.md +++ b/foundations-metrics/RELEASE_NOTES.md @@ -1,5 +1,6 @@ -0.1.0-beta.2 +0.1.0-beta.3 +- 2026-08-26 fix(metrics): terminate classic histogram buckets with +Inf - 2026-08-18 feat(metrics): expose max_zero_threshold on NativeHistogramBuilder - 2026-08-17 feat(metrics): let native histograms recover lost resolution From 59bdfc640ae3dfc6f7e1dce51c075580de5133e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leo=20Bl=C3=B6cher?= Date: Wed, 26 Aug 2026 13:49:31 +0100 Subject: [PATCH 2/2] 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 310362ef..d3781f14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ members = [ resolver = "3" [workspace.package] -version = "5.9.1" +version = "5.9.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.9.1", path = "./foundations", default-features = false } -foundations-macros = { version = "=5.9.1", path = "./foundations-macros", default-features = false } +foundations = { version = "5.9.2", path = "./foundations", default-features = false } +foundations-macros = { version = "=5.9.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 4d40a6b3..a8d6b8ef 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,8 @@ +5.9.2 +- 2026-08-26 fix(metrics): terminate classic histogram buckets with +Inf +- 2026-08-25 fix(metrics): pin prometheus's protobuf feature for process metrics + 5.9.1 - 2026-08-18 feat(metrics): expose max_zero_threshold on NativeHistogramBuilder - 2026-08-17 feat(metrics): let native histograms recover lost resolution