diff --git a/.changelog/add-wallet-swap.md b/.changelog/add-wallet-swap.md deleted file mode 100644 index b9ea6ca..0000000 --- a/.changelog/add-wallet-swap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -wallet-cli: minor ---- - -Add an access-key-aware `tempo wallet swap` command with quoting, slippage bounds, dry-run review, and explicit submission confirmation. diff --git a/.changelog/binary-output.md b/.changelog/binary-output.md deleted file mode 100644 index 132e16c..0000000 --- a/.changelog/binary-output.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -tempo-request: patch ---- - -Preserve binary response bytes in default stdout and file output without requiring `--stream`. diff --git a/.changelog/close-exit.md b/.changelog/close-exit.md deleted file mode 100644 index d1ccb04..0000000 --- a/.changelog/close-exit.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -tempo-wallet: patch ---- - -Exit nonzero when any session close fails, while preserving the structured summary and successful pending-close exit status. diff --git a/.changelog/handle-missing-browser-opener.md b/.changelog/handle-missing-browser-opener.md deleted file mode 100644 index 43a64f2..0000000 --- a/.changelog/handle-missing-browser-opener.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -wallet-cli: patch ---- - -Handled missing browser opener errors on headless systems without terminating the CLI. diff --git a/.changelog/payment-outcomes.md b/.changelog/payment-outcomes.md deleted file mode 100644 index c36ac45..0000000 --- a/.changelog/payment-outcomes.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -wallet-cli: patch ---- - -Preserve final payment responses and HTTP error output, and report uncertain payment outcomes with safe recovery references. diff --git a/.changelog/payment-safety.md b/.changelog/payment-safety.md deleted file mode 100644 index f3c02fd..0000000 --- a/.changelog/payment-safety.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -wallet-cli: patch ---- - -Enforce payment caps and network selection before credential creation, validate request options, and preview decoded payment quotes without paying. diff --git a/.changelog/pending-refund.md b/.changelog/pending-refund.md deleted file mode 100644 index 966fd0a..0000000 --- a/.changelog/pending-refund.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -tempo-wallet: patch ---- - -Show closing and finalizable session reserves as `balance.pending_refund` in `whoami` and include them in `balance.total` until withdrawal completes. diff --git a/.changelog/report-all-token-balances.md b/.changelog/report-all-token-balances.md deleted file mode 100644 index e35edc2..0000000 --- a/.changelog/report-all-token-balances.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -wallet-cli: minor ---- - -Report every held Tempo token and its active access-key limit from `tempo wallet whoami` while preserving the existing payment balance output. diff --git a/.changelog/request-io.md b/.changelog/request-io.md deleted file mode 100644 index 04c78ee..0000000 --- a/.changelog/request-io.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -wallet-cli: patch ---- - -Stream SSE JSON incrementally, respect retry deadlines, preserve repeated multipart fields, and route HEAD output consistently. diff --git a/.changelog/wallet-readiness.md b/.changelog/wallet-readiness.md deleted file mode 100644 index a9da4f3..0000000 --- a/.changelog/wallet-readiness.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -wallet-cli: patch ---- - -Report unavailable wallet balances as unknown instead of zero and include RPC diagnostics in wallet readiness output. diff --git a/CHANGELOG.md b/CHANGELOG.md index d9a58f6..8fdb167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## 0.11.0 (2026-09-09) + +### Minor Changes + +- Add an access-key-aware `tempo wallet swap` command with quoting, slippage bounds, dry-run review, and explicit submission confirmation. +- Report every held Tempo token and its active access-key limit from `tempo wallet whoami` while preserving the existing payment balance output. + +### Patch Changes + +- Preserve binary response bytes in default stdout and file output without requiring `--stream`. +- Exit nonzero when any session close fails, while preserving the structured summary and successful pending-close exit status. +- Handled missing browser opener errors on headless systems without terminating the CLI. +- Preserve final payment responses and HTTP error output, and report uncertain payment outcomes with safe recovery references. +- Enforce payment caps and network selection before credential creation, validate request options, and preview decoded payment quotes without paying. +- Show closing and finalizable session reserves as `balance.pending_refund` in `whoami` and include them in `balance.total` until withdrawal completes. +- Stream SSE JSON incrementally, respect retry deadlines, preserve repeated multipart fields, and route HEAD output consistently. +- Report unavailable wallet balances as unknown instead of zero and include RPC diagnostics in wallet readiness output. + ## 0.10.4 (2026-09-01) ### Patch Changes diff --git a/package.json b/package.json index 3237df4..2be9d2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wallet-cli", - "version": "0.10.4", + "version": "0.11.0", "description": "Tempo wallet and request CLI extension package", "homepage": "https://github.com/tempoxyz/wallet-cli#readme", "bugs": {