Skip to content

Latest commit

 

History

History
255 lines (168 loc) · 18.8 KB

File metadata and controls

255 lines (168 loc) · 18.8 KB

Changelog

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)

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)

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)

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)

Chores

  • internal: avoid type checking errors with ts-reset (7f0c7d2)
  • remove custom code (f50afd6)

0.4.0 (2026-02-12)

Full Changelog: v0.3.1...v0.4.0

Features

  • api: fix package names (bdd4272)
  • api: set release_environment to npm (2dcf624)

Chores

0.3.1 (2026-02-12)

Full Changelog: v0.3.0...v0.3.1

Chores

0.3.0 (2026-02-12)

Full Changelog: v0.2.3...v0.3.0

Features

Chores

0.2.3 (2026-02-12)

Full Changelog: v0.2.2...v0.2.3

Chores

0.2.2 (2026-02-11)

Full Changelog: v0.2.1...v0.2.2

Chores

0.2.1 (2026-02-11)

Full Changelog: v0.2.0...v0.2.1

Chores

  • internal: configure MCP Server hosting (8402e1c)
  • update SDK settings (0549cf9)

0.2.0 (2026-02-10)

Full Changelog: v0.1.0...v0.2.0

Features

  • api: add min/max sending amounts to exchange rates response (a0d56be)
  • api: Adding typescript publishing (73d596e)
  • api: manual updates (4546a50)

Chores

  • configure new SDK language (0acc81a)

0.1.0 (2026-02-10)

Full Changelog: v0.0.1...v0.1.0

Features

Bug Fixes

  • client: avoid memory leak with abort signals (2578895)
  • client: avoid removing abort listener too early (2215608)

Chores

  • ci: upgrade actions/github-script (60145f9)
  • client: do not parse responses with empty content-length (2ca2b72)
  • client: restructure abort controller binding (ed0eba5)
  • internal: fix pagination internals not accepting option promises (373708d)
  • internal: upgrade pnpm (f50e69e)