Skip to content

Releases: blindpaylabs/blindpay-python

v2.1.0

18 Apr 16:36
909e3e1

Choose a tag to compare

2.1.0 (2026-04-18)

Features

  • clear sync baseline when api-sync PR is merged (729eb96)

Bug Fixes

v2.0.1

17 Apr 03:14
e29c438

Choose a tag to compare

2.0.1 (2026-04-17)

Bug Fixes

  • add upload resource, remove TOS, fix member role field (#38) (a833f53)

v2.0.0

17 Apr 02:24
d36e776

Choose a tag to compare

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

  • rewrite transfers to match current API spec (#36) (14083a8)

v1.5.1

16 Apr 22:43
8bf8657

Choose a tag to compare

1.5.1 (2026-04-16)

Bug Fixes

  • complete API sync — all endpoints, fields, and methods (#34) (7a0bf9e)

v1.5.0

16 Apr 20:57
2bd1d1f

Choose a tag to compare

1.5.0 (2026-04-16)

Features

  • use detailed changelog instead of path list for SDK sync (3228d34)

Bug Fixes

  • correct receiver enum types to match API spec (#32) (ff63746)
  • remove openapi.json fetch from api-sync-data (67a30a3)
  • remove openapi.json reference from prompt, use self-contained changelog only (89d9389)

v1.4.0

16 Apr 06:29
ef7ee38

Choose a tag to compare

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

10 Apr 17:27
02b9d2d

Choose a tag to compare

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

v1.2.0

13 Nov 00:17
ad438db

Choose a tag to compare

1.2.0 (2025-11-12)

Features

  • add new tos and solana endpoints (#10) (1a37f28)

v1.1.0

11 Nov 16:40
be8ef8c

Choose a tag to compare

1.1.0 (2025-11-11)

Features

  • add swift code check endpoint (a260b26)

v1.0.0

17 Oct 21:58
3e4941b

Choose a tag to compare

1.0.0 (2025-10-17)

⚠ BREAKING CHANGES

  • Bumping to 1.0.0 for initial stable release

Features

  • add receivers limit increase endpoints (#4) (482906a)
  • stable release (69d8831)