Skip to content

Latest commit

 

History

History
115 lines (62 loc) · 6.47 KB

File metadata and controls

115 lines (62 loc) · 6.47 KB

Changelog

2.1.0 (2026-04-18)

Features

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

Bug Fixes

2.0.1 (2026-04-17)

Bug Fixes

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

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)

1.5.1 (2026-04-16)

Bug Fixes

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

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)

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)

1.2.0 (2025-11-12)

Features

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

1.1.0 (2025-11-11)

Features

  • add swift code check endpoint (a260b26)

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)

0.1.0 (2025-10-09)

Documentation