Skip to content

v0.8.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Sep 19:23
· 17 commits to main since this release
60f93ee

Minor Changes

  • fa28179: Support UCP 2026-08-25.

    Shopify storefronts and catalog.shopify.com now publish UCP 2026-08-25. With protocolMax pinned to 2026-04-08, ucp discover, cart, and checkout against any Shopify storefront failed with NO_COMPATIBLE_TRANSPORT (the only in-range entry was the embedded one), and ucp catalog search failed with PROTOCOL_VERSION_INCOMPATIBLE (#48).

    • Negotiation range is now 2026-01-23 through 2026-08-25; the default agent profile URL and the local profile init template move to the 2026-08-25 spec (spec/schema URLs, signing_keys[] -> keys[]).
    • Generated profile schemas regenerated from 2026-08-25 (keys[], map_order, widened reverse-domain identifiers); the codegen script follows the spec's new schemas/profile.json entry point.