Skip to content

Latest commit

 

History

History
59 lines (29 loc) · 3.38 KB

File metadata and controls

59 lines (29 loc) · 3.38 KB

Changelog

0.3.1 (2026-09-10)

Bug Fixes

  • sdk: drop the redundant free-trial "kind" field (dbcc7af)

0.3.0 (2026-09-10)

Features

  • sdk-python: wallet key optional — the free path needs no key (bf6714b)

0.2.20 (2026-09-01)

Bug Fixes

  • sdk-python: daily cap keyed by UTC date, not local (B6) (ed3cf04)
  • sdk-python: guard retry sleep against negative Retry-After (B5) (3080b69)
  • sdk: map network read errors to BridgenodeError (B7) (da3e028)
  • tests: zero warnings — close AlertManager httpx client in same loop; filter x402 upstream deprecation (7597657)

Reverts

  • remove x402 filterwarnings — tests must SHOW warnings, not hide them (Leo 08-31) (7033eb3)

0.2.19 (2026-08-30)

Bug Fixes

  • release: sync manifest versions + CI check-version-drift (P1-1) (4e581ad)
  • sdk-python: malformed 402 amount → BridgenodeError, no raw ValueError (B-4, §8.4) (2298078)
  • sdk-python: x402 bounds >=2.20.0,<3 — handle_402_response requires request_url (B-5) (48a2ba8)

Documentation

  • readme: add star CTA to sdk-python, sdk-ts, mcp READMEs (A1) (17fd97b)

0.2.18 (2026-08-30)

Bug Fixes

  • deps: x402 bounds >=2.20.0,<3 — handle_402_response requires request_url (2.19 breaks) (B-5, §8.4)

0.2.17 (2026-08-26)

Bug Fixes

  • release: sync manifest versions + CI check-version-drift (P1-1) (4e581ad)
  • sdk-python: malformed 402 amount → BridgenodeError, no raw ValueError (B-4, §8.4) (2298078)