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 @@ -8,7 +8,7 @@ members = [
resolver = "2"

[workspace.package]
version = "4.5.0"
version = "5.0.0"
repository = "https://github.com/cloudflare/foundations"
edition = "2021"
authors = ["Cloudflare"]
Expand All @@ -25,8 +25,8 @@ debug = 1

[workspace.dependencies]
anyhow = "1.0.75"
foundations = { version = "4.5.0", path = "./foundations" }
foundations-macros = { version = "4.5.0", path = "./foundations-macros", default-features = false }
foundations = { version = "5.0.0", path = "./foundations" }
foundations-macros = { version = "5.0.0", path = "./foundations-macros", default-features = false }
bindgen = { version = "0.72", default-features = false }
cc = "1.0"
cf-rustracing = "1.1"
Expand Down
13 changes: 13 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@

5.0.0
- 2025-08-27 Update deps with minimal changes
- 2025-03-03 Re-export Hyper types used in public API
- 2025-07-17 Add compile-time validation for histogram buckets in foundations-macros
- 2024-11-19 Bump tonic dependency to v0.12
- 2025-06-26 Fix units in HistogramBuilder docs example
- 2025-08-13 Add unix domain socket for telemetry server
- 2025-08-26 Ignore itertools in minimal-versions (#131)
- 2025-08-20 Add tracing::w3c_traceparent() helper
- 2025-08-20 Fix clippy complaints from Rust 1.89.0
- 2024-11-21 Switch to Hyper 1

4.5.0
- 2025-05-22 Release 4.5.0
- 2025-03-10 feat: Add tracing-rs-compat feature with tracing compat logging drain
- 2025-05-08 ZTC-2169: Allow use of memory-profiling feature with no other features
- 2025-05-16 Resolve Clippy lints from Rust 1.86 and 1.87
Expand Down
Loading