chore: release package (beta)#2031
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
d81eb80 to
776d957
Compare
776d957 to
f63aa4e
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.
mainis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmain.Releases
@adcp/sdk@8.1.0-beta.14
Minor Changes
965fb43: Add shared mock-server scenario scaffolding for storyboard fixtures: token-protected
/_scenario/*HTTP routes surfaced in mock-server summaries, programmatichandle.scenario, fixture reset/state snapshots, authenticated scripted fault responses, loopback-only webhook emit/capture stubs, and exactidempotency_keyreplay handling on state-creation mock routes.8ec6cbd: Expose a public schema-root override for hosted compliance runs via
schemaRootoptions andregisterExternalSchemaRootfrom@adcp/sdk/testing.35947d7: Harden
RegistryClienttransport defaults with timeout, max body size, redirect policy, and injectable fetch options. The default registry host now uses the canonical upstream registry, and callers pinned to the legacy host can either updatebaseUrlor opt intoredirect: 'follow'.Regenerate registry OpenAPI types so
CreateAdagentsRequestaccepts catalog metadata fields for community mirror manifests, while preserving backward-compatiblelistAgents()/listPublishers()source summaries and the legacytype: 'si'list-agent filter. Add CI drift checks that regenerate registry types from the bundled upstream registry OpenAPI before validating generated files.748e5c9: breaking: remove the preview RFC 9421 transport response-signing surface from the beta line
AdCP 3.x does not authorize generic RFC 9421 §2.2.9 transport response signing. The SDK no longer exports
signResponse,signResponseAsync,verifyResponseSignature,createResponseVerifier,ResponseSignatureError,RESPONSE_SIGNING_TAG,RESPONSE_MANDATORY_COMPONENTS,buildResponseSignatureBase,ResponseLike,prepareResponseSignature,finalizeResponseSignature,SignResponseOptions,PreparedResponseSignature,SignedResponse, the response-verifier option/result types, or the'response-signing'JWK purpose.Runtime helpers also reject the retired purpose:
pemToAdcpJwk({ adcp_use: 'response-signing' })andmintEphemeralEd25519Key({ adcp_use: 'response-signing' })now throw, andInMemorySigningProviderpreserves retired or unknown raw purpose strings sosignRequestAsync()andsignWebhookAsync()still fail closed instead of silently treating the key as unscoped.Request signing and webhook signing are unchanged. There is no conformant AdCP 3.x replacement for generic transport response signing; future designated-task payload JWS support should land under a fresh spec-defined purpose and helper surface.
2764c56: Adopt several SDK-side follow-ups unblocked by the AdCP 3.1 schema cache.
conversion_tracking.supported_targetsdeclarations without inventing a default; omitted values mean only target-less event goals are guaranteed.supported_optimization_metricsto derive from a staticproductCatalog.sponsored-intelligenceas a first-class specialism in compile-time and runtime platform validation, and update the SI example/skill docs.RecordedCalloutput with the cached 3.1query_upstream_trafficschema, including raw/digest attestation metadata, payload length, and digest-mode identifier proofs.required_any_of_toolsgates withrequirement_unmetskips and skip-cause aggregation.BREAKING:
RecordedCallis now a raw/digest discriminated union for the 3.1query_upstream_trafficresponse. Raw calls carrypayloadandpayload_length; digest calls carrypayload_digest_sha256,payload_length, and optionalidentifier_match_proofs. Consumers that assumedRecordedCall.payloadwas always present, or that constructRecordedCallliterals, need to handle the branch-specific fields.validatePlatformnow rejectsspecialisms: ['sponsored-intelligence']unless the platform provides thesponsoredIntelligenceimplementation required by that specialism. Adapters that previously advertised the specialism without dispatch support must either add the platform field or stop advertising the specialism.363ddf5: Add
seed_buyer_agentsupport forcomply_test_controllerand storyboard controller seeding.Patch Changes
bridgeFromSessionStoreloaders receive the resolved bridge context.