Skip to content

Commit eee9ae7

Browse files
chore: release tempo-request@0.1.4 and tempo-wallet@0.1.4 (#326)
Co-authored-by: Slokh <4983318+Slokh@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0734b96 commit eee9ae7

5 files changed

Lines changed: 12 additions & 9 deletions

File tree

.changelog/fix-charge-retry-and-rejection-errors.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.1.4 (2026-03-18)
4+
5+
### Patch Changes
6+
7+
- Tighten charge payment provisioning retry to only fire on auth/payment (401–403) and server error (5xx) status codes, avoiding wasteful retries on unrelated API errors like 400 body validation. Show full server response body in payment rejection errors instead of extracting a single JSON field. Ensure all retry paths surface the original error on retry failure.
8+
9+
## 0.1.4 (2026-03-18)
10+
311
## 0.1.3 (2026-03-18)
412

513
### Patch Changes

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/tempo-request/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tempo-request"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55
description = "Make an HTTP request"
66
license = "MIT OR Apache-2.0"

crates/tempo-wallet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tempo-wallet"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55
description = "Manage your Tempo Wallet"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)