Update edgezero dependencies to v0.0.4#862
Merged
Merged
Conversation
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.
ChristianPavilonis
approved these changes
Jul 7, 2026
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Pins the six edgezero workspace dependencies from the moving
branch = "main"reference to the tagged v0.0.4 release for reproducible builds.Cargo.locknow resolves to9e661ae5(previously the untagged42843b1c).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) — passescargo check -p trusted-server-core -p trusted-server-adapter-fastly --target wasm32-wasip1— passes