Conversation
Point the edgezero-* dependencies at the feature/edgezero-deploy-actions branch (PR #316) and adapt Trusted Server to its API changes: - Wire the new ts CLI subcommands surfaced by edgezero-cli: active-version, healthcheck, and rollback, plus deploy --stage and a --version flag, with argument-parsing coverage. - Migrate TrustedServerAppConfig to the AppConfigMeta::secret_fields() method that replaces the removed SECRET_FIELDS associated constant.
Re-resolve the six edgezero-* deps from 145f1699 to bb441162 (current tip of feature/edgezero-deploy-actions, PR #316). The deploy staging flag was renamed there from --stage to --staging, standardizing on the same verb healthcheck/rollback/config-push already use; update the deploy CLI parse test to match. No production dispatch change is needed — ts passes the edgezero-cli arg structs through, so the renamed flag is picked up automatically.
Log whether protection_test_bypass is enabled when registering the DataDome integration and include configured header name when enabled. Keep credential secret out of logs.,
…d a staging bypass
Resolved against current main: the ad-stack branch keeps the enforce_synthesized_html_cache_privacy helper, with #1008's max-age=60 fallback for HTML responses where server-side ad templates are inactive; ported the template-switch probe provider to the ProviderRequestOutcome API.
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
August release candidate: current
mainplus the remaining open PRs, staged together for RC validation. Supersedes the July RC (#919).Composition:
main@ 5a76e59 (includes the APS OpenRTB stack Add first-class APS OpenRTB integration #918/Register APS renderer via bid.meta so it survives Prebid field stripping #963/Fix APS PUC rendering and collapsed GAM shells #998, opt-in creative sanitization Make creative sanitization opt-in and restore creative iframe origin isolation #956, duplicate GPT slot prevention Prevent duplicate GPT slot requests #966, and GPT render attribution Attribute GPT renders to Trusted Server on observed evidence #997, all merged upstream)enforce_synthesized_html_cache_privacyhelper for active-SSAT responses with Add a server-side ad template switch and cache policy #1008'smax-age=60fallback when templates are inactive; ported the template-switch probe provider to theProviderRequestOutcomeAPI)edgezero-*dependencies now trackfeature/edgezero-deploy-actions)Verification
cargo fmt --all -- --check-D warningscargo test-fastly(2,075 tests via Viceroy),test-axum,test-cloudflare,test-spin./scripts/test-cli.sh(34 tests, exercising the Upgrade EdgeZero to the deploy-actions branch #940run.rschanges)