Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
resolver = "3"

[workspace.package]
version = "5.7.4"
version = "5.8.0"
repository = "https://github.com/cloudflare/foundations"
edition = "2024"
authors = ["Cloudflare"]
Expand Down Expand Up @@ -41,8 +41,8 @@ check-cfg = [
[workspace.dependencies]
anyhow = "1.0.102"
backtrace = "0.3.76"
foundations = { version = "5.7.4", path = "./foundations", default-features = false }
foundations-macros = { version = "=5.7.4", path = "./foundations-macros", default-features = false }
foundations = { version = "5.8.0", path = "./foundations", default-features = false }
foundations-macros = { version = "=5.8.0", path = "./foundations-macros", default-features = false }
bindgen = { version = "0.72.1", default-features = false }
cc = "1.2.61"
cf-rustracing = "1.4.0"
Expand Down
13 changes: 13 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@

5.8.0
- 2026-06-17 Bump tikv-jemallocator to 0.7.0
- 2026-07-16 Add user-facing tracing pipeline
- 2026-07-14 Make log output I/O errors optionally fail-soft
- 2026-07-10 Split tracing metrics to allow multiple pipelines
- 2026-07-10 chore(metrics-registry): remove subsystem comment
- 2026-07-10 refactor(metrics-registry): simplify snapshots with static metric references
- 2026-07-10 Apply suggestions from code review
- 2026-07-09 feat(metrics-registry): add core registration API
- 2026-07-09 fix(cargo): fix fmt & clippy
- 2026-07-08 feat(metrics-registry): vendor generated Prometheus protobuf model
- 2026-07-08 feat(metrics-registry): add crate with Prometheus protobuf data model

5.7.4
- 2026-06-29 Fix potential double panic when logging inside panic hook
- 2026-06-29 Add regression tests for panic hook logging
Expand Down
Loading