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

[workspace.package]
version = "5.10.0"
version = "5.10.1"
repository = "https://github.com/cloudflare/foundations"
edition = "2024"
authors = ["Cloudflare"]
Expand Down Expand Up @@ -42,8 +42,8 @@ check-cfg = [
[workspace.dependencies]
anyhow = "1.0.102"
backtrace = "0.3.76"
foundations = { version = "5.10.0", path = "./foundations", default-features = false }
foundations-macros = { version = "=5.10.0", path = "./foundations-macros", default-features = false }
foundations = { version = "5.10.1", path = "./foundations", default-features = false }
foundations-macros = { version = "=5.10.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.3", path = "./foundations-metrics", default-features = false }
bindgen = { version = "0.72.1", default-features = false }
Expand Down
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

5.10.1
- 2026-09-03 feat(telemetry): attach user spans to contexts
- 2026-09-03 refactor(telemetry): distinguish deferred user spans
- 2026-09-03 feat(telemetry): add deferred user span activation

5.10.0
- 2026-08-28 feat(examples): add span_with_probe demo workload
- 2026-08-28 feat(telemetry): add span_with_probe! macro and span_fn's end_probe option
Expand Down
Loading