chore(deps): bump AdCP 3.0.7 → 3.0.8#1609
Merged
Merged
Conversation
Pulls in upstream patch adcontextprotocol/adcp#4230 — the storyboard idempotency-key fix from 3.0.7 (adcp#4218 / measurement_terms_rejected) extended to the rest of the suite. Fifteen storyboard steps across nine media-buy scenarios still shipped hardcoded `idempotency_key` literals on state-mutating tasks; against a long-running seller the runner's dynamic `start_time` substitution shifted the canonical body forward while the static key replayed, arming the spec-mandated `IDEMPOTENCY_CONFLICT`. Every remaining literal is now `$generate:uuid_v4#<scenario>_<step>` so each storyboard run mints fresh keys. Affected scenarios: `creative_fate_after_cancellation` (5), `governance_approved`, `governance_conditions`, `governance_denied`, `governance_denied_recovery` (3), `invalid_transitions`, `inventory_list_no_match`, `inventory_list_targeting`, `pending_creatives_to_start`. `COMPATIBLE_ADCP_VERSIONS` extended for autocomplete. Generated types regenerated; functional schema content is identical to 3.0.7 (this release was a storyboard-only fix — no wire-format or schema change, generated diffs are pure version-string churn). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
ADCP_VERSIONto 3.0.8. Upstream is a patch release (adcontextprotocol/adcp#4230) that extends the adcp#4218 precedent shipped in 3.0.7 — fifteen storyboard steps across nine media-buy scenarios still carried hardcodedidempotency_keyliterals on state-mutating tasks (create_media_buy,sync_creatives,sync_plans,update_media_buy); they now use$generate:uuid_v4#<scenario>_<step>aliases so each run mints fresh keys.creative_fate_after_cancellation(5),governance_approved,governance_conditions,governance_denied,governance_denied_recovery(3),invalid_transitions,inventory_list_no_match,inventory_list_targeting,pending_creatives_to_start.COMPATIBLE_ADCP_VERSIONSextended for editor autocomplete on theadcpVersionconstructor option.Test plan
npm run sync-schemas— pulls 3.0.8 protocol bundle, sha256 + cosign signatures verify, schema cache extracted toschemas/cache/3.0.8, compliance cache extracted tocompliance/cache/3.0.8,latestsymlinks repointed.npm run sync-version -- --force—package.json adcp_versionandsrc/lib/version.tsupdated;COMPATIBLE_ADCP_VERSIONSincludes'3.0.8'.npm run generate-types— core/tools/agent/manifest/entity-hydration types regenerated cleanly.npx tsx scripts/generate-wire-spec-fields.ts— 29 request schemas regenerated.npm run typecheck— clean.npm run format:check— clean.npm run test:protocol-schema— schema tests pass.🤖 Generated with Claude Code