Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changelog/alloy-http-transport.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/bump-tempo-769.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/calm-channels-top-up.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changelog/calm-wallet-access-key.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changelog/charge-retry-safety.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/fix-tempo-fee-payer-envelope.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changelog/gentle-websocket-authorization.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/invalid-challenge-expiration.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/lazy-bears-climb.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changelog/quiet-application-disconnect.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/rare-lakes-run.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/reject-unterminated-quoted-string.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/resolve-key-authorization.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changelog/session-autoswap.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changelog/tempo-accounts-charge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/tempo-sponsor-validation.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changelog/wallet-key-authorization.md

This file was deleted.

29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## 0.12.0 (2026-08-10)

### Minor Changes

- Added automatic native TIP-1034 channel top-ups before session vouchers exceed the current deposit, with credentials bound to each active WebSocket challenge across reconnects. (by @DerekCofausper, [#374](https://github.com/tempoxyz/mpp-rs/pull/374))
- Support Tempo Wallet P-256 access keys for charge payments and expose the
- shared `store.json` loader for native command-line clients. (by @DerekCofausper, [#374](https://github.com/tempoxyz/mpp-rs/pull/374))
- Add atomic stablecoin auto-swaps for native TIP-1034 session opens and top-ups,
- including the required Stablecoin DEX approval for charge and session payments. (by @DerekCofausper, [#374](https://github.com/tempoxyz/mpp-rs/pull/374))
- Add a Charge-only payment provider backed by the canonical Tempo Accounts
- `store.json`, with lazy access-key selection and no separate signing mode. (by @DerekCofausper, [#374](https://github.com/tempoxyz/mpp-rs/pull/374))

### Patch Changes

- Pinned the Tempo dependency to the coordinated 7690815 revision. (by @DerekCofausper, [#374](https://github.com/tempoxyz/mpp-rs/pull/374))
- Continue retrying distinct charge challenges within the configured payment
- retry limit, matching MPPx and allowing sponsored servers to rotate challenges
- that were rejected before settlement. (by @DerekCofausper, [#374](https://github.com/tempoxyz/mpp-rs/pull/374))
- Match MPPx and Tempo fee sponsorship by encoding P-256 charge and TIP-1034 management credentials as sender-signed `0x78` envelopes. (by @DerekCofausper, [#374](https://github.com/tempoxyz/mpp-rs/pull/374))
- Authorize canonical application WebSockets with their advertised opening amount,
- and provide a top-up-aware authorization path for full reusable channels. (by @DerekCofausper, [#374](https://github.com/tempoxyz/mpp-rs/pull/374))
- Reject payment challenges containing malformed RFC 3339 `expires` timestamps during header parsing. (by @DerekCofausper, [#374](https://github.com/tempoxyz/mpp-rs/pull/374))
- Pinned an updated Tempo dependency revision and reworked the one-time authorization test to sign the key authorization with a real root signer. (by @DerekCofausper, [#374](https://github.com/tempoxyz/mpp-rs/pull/374))
- Updated the pinned `tempo-alloy` git revision. (by @DerekCofausper, [#374](https://github.com/tempoxyz/mpp-rs/pull/374))
- Reject Payment challenges containing an unterminated quoted-string parameter. (by @DerekCofausper, [#374](https://github.com/tempoxyz/mpp-rs/pull/374))
- Resolve persisted Tempo Wallet key authorizations against the Account Keychain before signing. Already-authorized access keys now omit the one-time authorization instead of failing fresh charge or session transactions with `KeyAlreadyExists`. (by @DerekCofausper, [#374](https://github.com/tempoxyz/mpp-rs/pull/374))
- Update the Tempo SDK revision so fee-payer relays can select the transaction fee token. (by @DerekCofausper, [#374](https://github.com/tempoxyz/mpp-rs/pull/374))
- Load pending Accounts SDK key authorizations from the shared Tempo Wallet store so native Rust clients can provision a fresh access key with their first transaction. Open a fresh session after access-key rotation instead of trying to reuse a channel bound to the previous voucher signer. (by @DerekCofausper, [#374](https://github.com/tempoxyz/mpp-rs/pull/374))

## 0.11.0 (2026-07-16)

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mpp"
version = "0.11.0"
version = "0.12.0"
edition = "2021"
description = "Rust SDK for the Machine Payments Protocol (MPP)"
license = "MIT OR Apache-2.0"
Expand Down