Skip to content

Version Packages (rc)#1844

Open
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main
Open

Version Packages (rc)#1844
github-actions[bot] wants to merge 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Apr 2, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

adcontextprotocol@3.0.0-rc.4

Minor Changes

  • 5e9a748: Add generic agents array to brand.json for brand and house objects. Replaces the pattern of adding named agent fields (brand_agent, rights_agent) with a typed array that supports brand, rights, measurement, governance, creative, buying, and signals agent types. Deprecates brand_agent and rights_agent fields.

  • a497d02: Add border_radius, elevation, and spacing definitions to visual_guidelines in brand.json schema. Add extended color roles (heading, body, label, border, divider, surface_1, surface_2) to the colors definition. These are the visual tokens creative agents most often guess wrong when not specified.

  • 106831c: Add broadcast TV, audio, and DOOH forecast support: measurement_source field on DeliveryForecast to declare which third-party measurement provider produced the forecast numbers (includes global providers: nielsen, videoamp, comscore, geopath, barb, agf, oztam, kantar, barc, route, rajar, triton); measured_impressions metric for delivery as counted by the measurement_source provider (independent of guarantee — works with both guaranteed and modeled forecasts); downloads metric for podcast advertising; plays metric for DOOH raw play counts before impression multiplier; package forecast range unit for sellers who offer distinct inventory packages rather than spend curves; label field on ForecastPoint to identify packages by name; relax mid requirement on ForecastRange to accept either mid or both low+high.

  • cf4e9ee: Extend brand.json fonts schema with structured font definitions. Each font role (primary, secondary, etc.) now accepts either a CSS font-family string or a structured object with family, files (with weight, weight_range for variable fonts, and style), opentype_features (e.g., ss01, tnum), and fallbacks for multi-script coverage. This enables creative agents to resolve and render fonts reliably while remaining backward compatible with simple string values.

  • 7736865: Add per-request version declaration and VERSION_UNSUPPORTED error code

    Version negotiation:

    • adcp_major_version optional integer field on all AdCP request schemas lets buyers declare which major version their payloads conform to
    • Sellers validate against their major_versions and return VERSION_UNSUPPORTED if out of range
    • When omitted, sellers assume their highest supported version

    Error codes:

    • VERSION_UNSUPPORTED — declared major version not supported by seller. Recovery: correctable.

    Documentation:

    • Version negotiation section in versioning reference
    • Version negotiation flow and seller behavior in get_adcp_capabilities docs

Patch Changes

  • 0d5d682: Guard against missing brand_domain_aliases table in sweep job and undefined domain in WorkOS verification_failed webhook

  • f6a1fe2: Fix digest archive route ordering to prevent param collision

  • 3ff7397: Fix digest content hierarchy, dedup articles, inclusive tone

  • a8e4d71: Fix article dedup by root domain and WG summaries showing descriptions

  • 25de6cf: Fix digest editor note newlines, paid members only, biweekly lookback, legacy draft handling

  • 4fab693: Improve error diagnostics and migrate test runner from Jest to Vitest

  • f172af6: Add sync_governance to schema index for client discoverability.

  • 70740e8: Add missing route handler for /dashboard-membership to fix "Cannot GET" errors

  • afe43ee: Fix migration guide missing comply-blocking requirements

    • Add buying_mode as a required field on all get_products requests to the breaking changes table
    • Add warning callout for buying_mode comply-blocking requirement
    • Fix Accounts protocol row: protocol is required for all buyers, require_operator_auth determines which task (sync_accounts vs list_accounts) to call
  • 62f91de: Newsletter admin editors, email routing fix, and production readiness

  • f18148e: Redesign organization dashboard: split into sidebar-navigated pages (Overview, Team, Agents), restore journey stepper with product-usage milestones, add upgrade teasers for all tiers with price reframing, wire team certification summary, show health score weights, and fix nonmember 403 error.

  • 6f45f15: Personalized action nudge in newsletter based on recipient profile

  • 8e8f604: Let users select a primary email from linked aliases via PUT /api/me/linked-emails/primary.

  • 26816c5: Add Regenerate button to digest admin editor

  • 4095926: Add The Build admin editor and consolidate newsletter sidebar

  • 9415ae3: Split newsletter into This Edition + Industry Intel sections

@github-actions github-actions bot force-pushed the changeset-release/main branch from 2a21e0d to 7c0df09 Compare April 2, 2026 15:33
@github-actions github-actions bot force-pushed the changeset-release/main branch from 7c0df09 to bd25c5a Compare April 2, 2026 15:37
@github-actions github-actions bot force-pushed the changeset-release/main branch from bd25c5a to 54797a7 Compare April 2, 2026 21:36
@github-actions github-actions bot force-pushed the changeset-release/main branch from 54797a7 to 87ab09e Compare April 2, 2026 21:45
@github-actions github-actions bot force-pushed the changeset-release/main branch from 87ab09e to 28659c0 Compare April 2, 2026 22:56
@github-actions github-actions bot force-pushed the changeset-release/main branch from 28659c0 to dacc1b7 Compare April 2, 2026 23:00
@github-actions github-actions bot force-pushed the changeset-release/main branch from dacc1b7 to 308f60d Compare April 2, 2026 23:03
@github-actions github-actions bot force-pushed the changeset-release/main branch from 308f60d to cdb8640 Compare April 2, 2026 23:09
@github-actions github-actions bot force-pushed the changeset-release/main branch from cdb8640 to 9a7e3fe Compare April 2, 2026 23:13
@github-actions github-actions bot force-pushed the changeset-release/main branch from 9a7e3fe to 8ca0407 Compare April 3, 2026 06:53
@github-actions github-actions bot force-pushed the changeset-release/main branch from 8ca0407 to 1d0a1a8 Compare April 3, 2026 06:57
@github-actions github-actions bot force-pushed the changeset-release/main branch from 1d0a1a8 to 5a5964b Compare April 3, 2026 07:01
@github-actions github-actions bot force-pushed the changeset-release/main branch from 5a5964b to e7c62dd Compare April 3, 2026 08:23
@github-actions github-actions bot force-pushed the changeset-release/main branch from e7c62dd to 45a9b45 Compare April 3, 2026 10:04
@github-actions github-actions bot force-pushed the changeset-release/main branch from 45a9b45 to a3cee54 Compare April 3, 2026 10:08
@github-actions github-actions bot force-pushed the changeset-release/main branch from 4fe1eaf to 7372f7a Compare April 4, 2026 02:12
@github-actions github-actions bot force-pushed the changeset-release/main branch from 7372f7a to 2801611 Compare April 4, 2026 02:15
@github-actions github-actions bot force-pushed the changeset-release/main branch from 2801611 to a3ec72d Compare April 4, 2026 02:19
@github-actions github-actions bot force-pushed the changeset-release/main branch from a3ec72d to 65c4993 Compare April 4, 2026 02:22
@github-actions github-actions bot force-pushed the changeset-release/main branch from 65c4993 to 38b8774 Compare April 4, 2026 02:25
@github-actions github-actions bot force-pushed the changeset-release/main branch from 38b8774 to c81a36c Compare April 4, 2026 02:29
@github-actions github-actions bot force-pushed the changeset-release/main branch from c81a36c to 26c04ce Compare April 4, 2026 02:32
@github-actions github-actions bot force-pushed the changeset-release/main branch from 26c04ce to 4511173 Compare April 4, 2026 02:35
@github-actions github-actions bot force-pushed the changeset-release/main branch from 4511173 to a04a923 Compare April 4, 2026 08:50
@github-actions github-actions bot force-pushed the changeset-release/main branch from a04a923 to b6af65e Compare April 4, 2026 11:05
@github-actions github-actions bot force-pushed the changeset-release/main branch from b6af65e to 3cfb121 Compare April 4, 2026 11:45
@github-actions github-actions bot force-pushed the changeset-release/main branch from 3cfb121 to ab1528b Compare April 4, 2026 11:48
@github-actions github-actions bot force-pushed the changeset-release/main branch from ab1528b to e30727b Compare April 4, 2026 12:11
@github-actions github-actions bot force-pushed the changeset-release/main branch from e30727b to b5c65cb Compare April 4, 2026 12:14
@github-actions github-actions bot force-pushed the changeset-release/main branch from b5c65cb to b295263 Compare April 4, 2026 12:51
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.

0 participants