Skip to content

chore: release mpp@0.8.0#150

Merged
brendanjryan merged 1 commit intomainfrom
changelog-release/main
Mar 26, 2026
Merged

chore: release mpp@0.8.0#150
brendanjryan merged 1 commit intomainfrom
changelog-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Mar 24, 2026

This PR was opened by the Changelogs release workflow.

When you're ready to release, merge this PR and the packages will be published.


0.8.0 (2026-03-26)

Minor Changes

  • Added a Stripe Shared Payment Token (SPT) example demonstrating the full 402 → challenge → credential → retry flow using Stripe's payment method. Includes a server with SPT proxy endpoint and a headless client using a test card. (by @brendanryan, #172)
  • Added fee_payer() and chain_id() getters to Mpp. (by @brendanryan, #172)
  • Added Stripe payment method support (method="stripe", intent="charge") with client-side StripeProvider for SPT creation, server-side ChargeMethod for PaymentIntent verification, and Mpp::create_stripe() builder integration. Added stripe and integration-stripe feature flags backed by reqwest. (by @brendanryan, #172)

Patch Changes

  • Fixed multiple payment bypass and griefing vulnerabilities (GHSA-fxc9-7j2w-vx54). (by @brendanryan, #172)
  • Bumped alloy dependency from 1.7 to 1.8 and tempo-alloy/tempo-primitives from 1 to 1.5 across the main crate and all examples. (by @brendanryan, #172)
  • Disabled tempo lint PR comments while keeping the lint CI check enforced. (by @brendanryan, #172)
  • Fixed base64url_decode to accept standard base64 (+, /, = padding) in addition to URL-safe base64, following Postel's law and aligning with the mppx TypeScript SDK behavior. Added tests covering standard base64 with padding, URL-safe without padding, and standard alphabet without padding in both types.rs and headers.rs. (by @brendanryan, #172)

@github-actions github-actions bot changed the title chore: release mpp@0.7.1 chore: release mpp@0.8.0 Mar 25, 2026
@github-actions github-actions bot force-pushed the changelog-release/main branch 6 times, most recently from b3baf35 to da10b30 Compare March 26, 2026 21:45
@github-actions github-actions bot force-pushed the changelog-release/main branch from da10b30 to 9cc53dc Compare March 26, 2026 22:14
@brendanjryan brendanjryan merged commit 95b6e14 into main Mar 26, 2026
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.

1 participant