Skip to content

Update edgezero dependencies to v0.0.4#862

Merged
aram356 merged 2 commits into
mainfrom
worktree-update-edgezero-v0.0.4
Jul 7, 2026
Merged

Update edgezero dependencies to v0.0.4#862
aram356 merged 2 commits into
mainfrom
worktree-update-edgezero-v0.0.4

Conversation

@aram356

@aram356 aram356 commented Jul 7, 2026

Copy link
Copy Markdown
Collaborator

Summary

Pins the six edgezero workspace dependencies from the moving branch = "main" reference to the tagged v0.0.4 release for reproducible builds. Cargo.lock now resolves to 9e661ae5 (previously the untagged 42843b1c).

Closes #861

Changes

  • Cargo.toml: branch = "main"tag = "v0.0.4" for all six edgezero crates (edgezero-adapter-axum, -cloudflare, -fastly, -spin, edgezero-cli, edgezero-core).
  • Cargo.lock: refreshed to resolve the new tag.

Verification

  • cargo check -p trusted-server-adapter-axum (native) — passes
  • cargo check -p trusted-server-core -p trusted-server-adapter-fastly --target wasm32-wasip1 — passes

Switch the six edgezero workspace dependencies from the moving
`branch = "main"` reference to the tagged `v0.0.4` release for
reproducible builds. Cargo.lock now resolves to 9e661ae5 (was the
untagged 42843b1c). Verified with native (axum) and wasm32-wasip1
(fastly) checks.
@aram356 aram356 self-assigned this Jul 7, 2026
@aram356 aram356 merged commit 1f71dcf into main Jul 7, 2026
19 checks passed
@aram356 aram356 deleted the worktree-update-edgezero-v0.0.4 branch July 7, 2026 21:03
prk-Jr added a commit that referenced this pull request Jul 8, 2026
Main squash-merged the same server-side ad-templates feature (#680),
then added Tinybird auction telemetry (#818), edgezero v0.0.4 pins
(#862), and external first-party Prebid bundle loading (#743).

Resolutions:
- Files where this branch matched the impl branch tip take main's
  version (telemetry/prebid-bundle additions on top of identical
  feature code): orchestrator, endpoints, openrtb, prebid integration,
  fastly app, .gitignore, prebid docs
- creative_opportunities.rs keeps this branch's version (adds the
  shared ad-stack gate and pattern machinery used by the ts CLI;
  main's copy was identical minus those additions)
- publisher.rs takes main's version with this branch's
  should_run_server_side_ad_stack delegation to
  evaluate_ad_stack_gate re-applied
- run.rs keeps both sides' CLI tests (ad-templates/audit + prebid
  bundle)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update edgezero dependencies to v0.0.4

2 participants