Releases: lightsparkdev/grid-js-sdk
Releases · lightsparkdev/grid-js-sdk
v0.8.0
0.8.0 (2026-03-03)
Full Changelog: v0.7.0...v0.8.0
Features
- api: add KES/RWF/TZS/ZAR/ZMW account types to external-accounts (8752928)
- api: add swiftCode to HKD/IDR/MYR/THB/VND, bankName/phoneNumber to IDR, remove sortCode (87f0c96)
- api: manual updates (dc14920)
- api: manual updates (57ac800)
- api: manual updates (f5d1c74)
- api: manual updates (082433e)
- mcp: add an option to disable code tool (fee8724)
Bug Fixes
- mcp: update prompt (dd2714f)
- types: remove countries field from external account types (efe76f8)
- types: remove IMPS from paymentRails in external-accounts and quotes (85a6d9c)
Chores
- internal: fix MCP Dockerfiles so they can be built without buildkit (f709aa8)
- internal: fix MCP Dockerfiles so they can be built without buildkit (ab62051)
- internal: move stringifyQuery implementation to internal function (6ca7335)
- internal: update external accounts examples and test fixtures (56867d5)
v0.7.0
0.7.0 (2026-02-25)
Full Changelog: v0.6.0...v0.7.0
Features
- api: add BRL/DKK/GBP/HKD/IDR/INR/MXN/MYR/PHP/SGD/THB/USD/VND account types (ab875a8)
- api: add CAD and NGN account types to external accounts (ec58891)
- api: add purposeOfPayment parameter to quotes create (276ab08)
- api: add response types to transferIn/transferOut/transactions methods (4fc5674)
Bug Fixes
- api: remove customerId, defaultUmaDepositAccount from external accounts create (f75819a)
- api: rename ID fields to id in quotes, bulk status, and webhook events (5bcd4c9)
- docs/contributing: correct pnpm link command (6c958b1)
- mcp: initialize SDK lazily to avoid failing the connection on init errors (7f3dfba)
- types: standardize customers retrieve/update/delete return types to CustomerOneOf (e8759c8)
Chores
- internal: cache fetch instruction calls in MCP server (6f862a1)
- internal: make MCP code execution location configurable via a flag (4beed6a)
- internal: remove mock server code (903ac44)
- internal: upgrade @modelcontextprotocol/sdk and hono (1a99495)
- internal: upgrade pnpm version (5ca7861)
- mcp: correctly update version in sync with sdk (37235f0)
- update mock server docs (8d27681)
Documentation
- api: clarify immediatelyExecute parameter requirements in quotes (795e0b9)
v0.6.0
0.6.0 (2026-02-19)
Full Changelog: v0.5.0...v0.6.0
Features
- api: add beneficiary verification fields to ExternalAccount (aa989be)
- api: manual updates (b2465e3)
- api: manual updates (7fac5ee)
- api: manual updates (66e96dd)
- api: manual updates (a73f73f)
- Revert main to af3a51a (bc6c9e5)
Bug Fixes
- api: remove originalQuoteId field from Quote (afdf12f)
- types: remove counterpartyInformation field from quotes destination (701e407)
- types: remove originalTransactionId field from SandboxSendFundsResponse (574282c)
Chores
- internal/client: fix form-urlencoded requests (b239f07)
- internal: allow setting x-stainless-api-key header on mcp server requests (8f2913c)
- internal: improve layout of generated MCP server files (37f0c7c)
- internal: improve reliability of MCP servers when using local code mode execution (8773471)
- mcp: forward STAINLESS_API_KEY to docs search endpoint (198f88d)
- remove custom code (54b0242)
v0.5.0
0.5.0 (2026-02-13)
Full Changelog: v0.4.0...v0.5.0
Features
- api: add webhook events/unwrap, move webhook test to sandbox, update transaction types (2422746)