chore: version packages - #783
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
10 times, most recently
from
August 17, 2026 19:40
574c7f7 to
d604648
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 18, 2026 23:15
d604648 to
f56da1a
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
mppx@0.9.0
Minor Changes
Patch Changes
61f847e: Added first-party machine-token payments for Tempo charges across push, pull, relay, and fee-sponsored settlement.
981389d: Changed Stripe PaymentIntent idempotency keys to use the SDK-independent
mpp_prefix.e59c031: Added support for composing native claim implementations with Redis and Upstash store adapters.
349543a: Added CI interoperability coverage against the Coinbase x402 resource server and facilitator implementations.
9774481: Fixed deserialization of challenges with mixed-case auth-param names.
bc3c626:
stripe.create():defaultMethods()now returns sync SPT-only when nodepositAddressesis provided, and usesPromise.allSettledin the function resolver path to gracefully degrade when individual networks fail.c004d2c: Fixed hosted fee-payer sponsorship for server-driven session settlement and close transactions.
dc27415: Added lightweight core server and Stripe SPT entrypoints that excluded unrelated payment rails.
106ba18: Fixed challenge parsing for extension parameters named after
Object.prototypeproperties.3de6560: Required server-advertised Tempo session escrows to match the canonical address unless clients enable
allowCustomEscrow.4c9ce16: Added client signing support for standard x402 exact EIP-3009 offers without requiring mppx route-binding extensions.
c326dc9: Fixed Tempo session fallback closes with stale receipts and rejected invalid close accounting.
ae68a55: Fixed scoped EVM charges rejecting every spec-compliant x402 client, which made
each route served through
Proxyunpayable over x402.A route scope lands in
challenge.meta, and the x402 path treated any routemetadata as a demand for mppx's own
extensions.mppxbinding plus an EIP-3009nonce equal to an unexported
sha256(accepted | resource | extensions). Thatderivation is not part of the x402 spec, so a client mppx did not write cannot
produce it: the charge re-challenged forever with
Credential is malformed.Proxyattaches a derived scope to every charge it serves, so this applied toeverything behind it whether or not an operator set
scope.Such a credential is now bound the way x402 itself binds — by comparing the
echoed
resourceandaccepted— instead of being rejected. A credential thatdoes carry
extensions.mppxis still verified in full, including theroute-bound nonce, so mppx's own client is unaffected. Body binding is unchanged:
challenge.digestis verified against the request body either way.The trade is that route scope on the x402 rail is advisory for clients that don't
implement mppx's binding.
resourceandacceptedsit outside the EIP-3009signature, so two charges sharing a URL and a price are no longer distinguishable
by scope alone. Cross-URL reuse is still refused. Operators who need scope
enforced can restore the previous behaviour per method: