Skip to content

Commit d9adff6

Browse files
committed
chore: Release
1 parent e875949 commit d9adff6

2 files changed

Lines changed: 16 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
resolver = "3"
1111

1212
[workspace.package]
13-
version = "5.7.4"
13+
version = "5.8.0"
1414
repository = "https://github.com/cloudflare/foundations"
1515
edition = "2024"
1616
authors = ["Cloudflare"]
@@ -41,8 +41,8 @@ check-cfg = [
4141
[workspace.dependencies]
4242
anyhow = "1.0.102"
4343
backtrace = "0.3.76"
44-
foundations = { version = "5.7.4", path = "./foundations", default-features = false }
45-
foundations-macros = { version = "=5.7.4", path = "./foundations-macros", default-features = false }
44+
foundations = { version = "5.8.0", path = "./foundations", default-features = false }
45+
foundations-macros = { version = "=5.8.0", path = "./foundations-macros", default-features = false }
4646
bindgen = { version = "0.72.1", default-features = false }
4747
cc = "1.2.61"
4848
cf-rustracing = "1.4.0"

RELEASE_NOTES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11

2+
5.8.0
3+
- 2026-06-17 Bump tikv-jemallocator to 0.7.0
4+
- 2026-07-16 Add user-facing tracing pipeline
5+
- 2026-07-14 Make log output I/O errors optionally fail-soft
6+
- 2026-07-10 Split tracing metrics to allow multiple pipelines
7+
- 2026-07-10 chore(metrics-registry): remove subsystem comment
8+
- 2026-07-10 refactor(metrics-registry): simplify snapshots with static metric references
9+
- 2026-07-10 Apply suggestions from code review
10+
- 2026-07-09 feat(metrics-registry): add core registration API
11+
- 2026-07-09 fix(cargo): fix fmt & clippy
12+
- 2026-07-08 feat(metrics-registry): vendor generated Prometheus protobuf model
13+
- 2026-07-08 feat(metrics-registry): add crate with Prometheus protobuf data model
14+
215
5.7.4
316
- 2026-06-29 Fix potential double panic when logging inside panic hook
417
- 2026-06-29 Add regression tests for panic hook logging

0 commit comments

Comments
 (0)