Merged
Conversation
The assets_required field was removed in ADCP 3.0.0-beta.2. Mark normalize_assets_required() and uses_deprecated_assets_field() as deprecated to inform users these utilities will be removed in a future version. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
Breaking changes: - list_authorized_properties removed (use get_adcp_capabilities for publisher discovery via media_buy.portfolio.publisher_domains) - assets_required field removed from Format schema - AdcpAgentCardExtensionParamsDeprecated type removed - protocols/adcp_extension.py module removed New features: - list_accounts endpoint for billing account management (new tool) - Account type with CreditLimit - A2UI types (A2UiComponent, A2UiSurface) - Extended VideoAsset with HDR, color space, scan type, GOP settings - Extended AudioAsset with bit depth and channel configuration - PriceGuidance moved to dedicated schema Migration: - For publisher discovery, use get_adcp_capabilities() and access media_buy.portfolio.publisher_domains - For format assets, use the assets field (assets_required no longer exists) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
9887d8c to
ca9a027
Compare
2 tasks
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.
Sync schemas and SDK with ADCP 3.0.0-beta.2 protocol release. Major changes include renaming list_authorized_properties to list_accounts (billing accounts, not publisher properties), removing assets_required field from Format, and extending VideoAsset with comprehensive encoding options.
Tests: All 530 tests pass.
Coverage: 81.59% (meets 80% requirement).
💡 Key changes reviewed and addressed:
🤖 Generated with Claude Code