Version Packages#5785
Open
aao-release-bot[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
There was a problem hiding this comment.
Argus is not auto-reviewing this PR because it is a generated Changesets release PR.
A human release reviewer should verify CI, package/version/changelog changes, and generated dist/** artifacts. Argus will resume on source PRs before the next release PR is generated.
a3a515c to
3beeb2b
Compare
There was a problem hiding this comment.
Argus is not auto-reviewing this PR because it is a generated Changesets release PR.
A human release reviewer should verify CI, package/version/changelog changes, and generated dist/** artifacts. Argus will resume on source PRs before the next release PR is generated.
3beeb2b to
ec9b67b
Compare
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.
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.
Releases
adcontextprotocol@3.2.0
Minor Changes
4cdebb9: Allow
nullfor video-only delivery metrics (quartile_data,completion_rate). Sellers running non-video inventory (display, audio-only, DOOH-without-video) legitimately have no value for these metrics, and returningnullis the correct "not applicable" signal. The schema previously requiredtype: "number"/type: "object"and rejectednull, causing receivers to fail validation on every valid display-inventory delivery report.delivery-metrics.json(totals/by_package[]) now accepts["number", "null"]forcompletion_rateand["object", "null"]forquartile_data;get-media-buy-delivery-response.jsonaggregated_totals.completion_rategets the same loosening so the aggregate path can't re-trigger the failure. Theminimum/maximumconstraints oncompletion_ratestill apply to non-null values, and the type stays narrowed to null (no strings/arrays). Every other delivery metric continues to signal "not applicable" by omission, notnull— this exception is scoped to the two video-only fields. Spec-loosening for the receiver contract: producers already sending numbers/objects remain valid.The separate inline
completion_rateinreport-plan-outcome-request.json(a governance self-report block, not on theget_media_buy_deliverypath) is intentionally left unchanged.e75f12f: Add
property_list_excludeto the targeting overlay: a reference to a property list whose properties must not carry the buyer's ads, for brand-safety do-not-run lists (apps and sites). Mirrorscollection_list_excludeand reusesproperty-list-ref.json. Exclude wins on overlap withproperty_listand applies regardless of the product'sproperty_targeting_allowedflag. Sellers declare support via the property/collection list entries in theget_adcp_capabilitiestargeting table.Patch Changes
validate_inputmanifest preflight andsync_creativesdry-run trafficking rehearsal.get_media_buy_deliveryexample that implied buyers can look up delivery by their own reference.media_buy_idsare seller-assigned; the top-levelbuyer_reffield was removed in 3.0.0. The example is retitled "Correlating Your Own Reference", uses seller-assignedmb_...IDs, and adds a note pointing buyers to reconcile their own reference viacontextechoed oncreate_media_buy/get_media_buys.activate_signalnow documentsgovernance_context, signal agents fail closed on governed accounts without a valid approval context, and signal governance compliance checks no longer require the signals tenant to ownsync_plans.ext.human_approvaland use that approval to clear reallocation-threshold human review.