Skip to content

Releases: dodopayments/dodopayments-node

v1.42.0

16 Jul 13:37
Compare
Choose a tag to compare

1.42.0 (2025-07-16)

Full Changelog: v1.39.0...v1.42.0

Features

  • api: updated open api spec to v1.42.0 (f683f47)

Bug Fixes

  • mcp: support jq filtering on cloudflare workers (d64da19)

Chores

  • mcp: rework imports in tools (94907f5)

v1.39.0

15 Jul 10:36
Compare
Choose a tag to compare

1.39.0 (2025-07-15)

Full Changelog: v1.38.1...v1.39.0

Features

  • api: updated openapi spec to v1.40.0 (e489d45)

v1.38.1

12 Jul 07:53
Compare
Choose a tag to compare

1.38.1 (2025-07-12)

Full Changelog: v1.38.0...v1.38.1

Features

  • mcp: support filtering tool results by a jq expression (f390045)

Bug Fixes

  • mcp: relax input type for asTextContextResult (67a88e1)

Chores

  • make some internal functions async (04c263c)

Documentation

  • mcp: correct instructions for adding to claude web (4e68d7d)

v1.38.0

05 Jul 09:19
Compare
Choose a tag to compare

1.38.0 (2025-07-05)

Full Changelog: v1.37.2...v1.38.0

Features

  • api: updated openapi spec to v1.38.0 (e6b923f)

v1.37.2

04 Jul 06:42
Compare
Choose a tag to compare

1.37.2 (2025-07-04)

Full Changelog: v1.37.1...v1.37.2

Bug Fixes

  • build: bump node version in CI build to 20 to be compatible with MCP package (8d52f93)

v1.37.1

03 Jul 08:09
Compare
Choose a tag to compare

1.37.1 (2025-07-03)

Full Changelog: v1.37.0...v1.37.1

Bug Fixes

  • client: don't send Content-Type for bodyless methods (4503d7b)
  • mcp: define .well-known/oauth-protected-resource (4822976)

Chores

  • mention unit type in timeout docs (4a8e9b7)

v1.37.0

02 Jul 12:21
Compare
Choose a tag to compare

1.37.0 (2025-07-02)

Full Changelog: v1.34.2...v1.37.0

Features

  • api: updated openapi spec for v1.37.0 (86f3058)
  • mcp: fallback for void-typed methods (e954db2)

Bug Fixes

  • ci: release-doctor — report correct token name (66e853d)

Chores

  • ci: only run for pushes and fork pull requests (023e8a4)

v1.34.2

24 Jun 06:20
Compare
Choose a tag to compare

1.34.2 (2025-06-24)

Full Changelog: v1.34.1...v1.34.2

Refactors

  • types: replace Record with mapped types (7863e76)

v1.34.1

21 Jun 13:28
Compare
Choose a tag to compare

1.34.1 (2025-06-21)

Full Changelog: v1.34.0...v1.34.1

Features

  • api: added cloudflare worker support for mcp (92d0bca)

v1.34.0

18 Jun 09:11
Compare
Choose a tag to compare

1.34.0 (2025-06-18)

Full Changelog: v1.32.0...v1.34.0

Features

  • api: updated to version 1.34.0 (5e2b0de)
  • client: add support for endpoint-specific base URLs (be757eb)
  • mcp: set X-Stainless-MCP header (b3296b1)

Bug Fixes

  • publish script — handle NPM errors correctly (032afdd)

Chores

  • ci: enable for pull requests (2330bc5)
  • internal: make base APIResource abstract (6101db1)
  • mcp: provides high-level initMcpServer function and exports known clients (6fe8bae)