Releases: blindpaylabs/blindpay-python
Releases · blindpaylabs/blindpay-python
v2.1.0
v2.0.1
v2.0.0
2.0.0 (2026-04-17)
⚠ BREAKING CHANGES
- Transfer field names changed to match live API.
- source_wallet_id → wallet_id
- destination_wallet_id → removed
- amount → request_amount
- quote_id → transfer_quote_id
- Transfer response completely restructured
Features
v1.5.1
v1.5.0
v1.4.0
1.4.0 (2026-04-16)
Features
- stricter prompt for lint/type checks + auto-fix CI failures on api-sync PRs (599b5f8)
- sync SDK with API changes (#22) (5e47aa8)
- upgrade to Opus model, additive-only prompt, spec extraction, validation gates (ab52298)
Bug Fixes
- add id-token: write permission for claude-code-action (80ba72f)
- allow bash/file tools and skip PR when no changes (d8580c6)
- exclude workflow files from api-sync commits (5c2efeb)
- fetch openapi.json from raw URL instead of artifact download (048ebe3)
- improve prompt to implement all endpoints for affected resources (cc6f947)
- read openapi spec from api-sync-data branch (no cross-repo auth) (7dc51af)
- remove invalid model input from claude-code-action (625cc91)
- remove needs-review label that may not exist (255b4c9)
- restore git remote auth before push (8f2805a)
- use claude_code_oauth_token instead of anthropic_api_key (23d0512)
- use gh api with PAT to fetch openapi.json from private repo (927d263)
- use PAT for push and PR to trigger CI workflows (40a773b)
v1.3.0
What's New
- Add transfers resource (quotes, create, list, get, track)
- Add custodial wallets resource (create, list, get, balance, delete)
- Add fees resource
- Add pix_safe rail and create_pix_safe method
- Add payout document submission
- Add NAICS codes endpoint
- Add solana/solana_devnet networks, pending_review status
- Add recipient_relationship, account_class fields to bank account inputs
- Add 10 new webhook events (22 total)
- Fix receiver update to use PUT instead of PATCH