dodopayments 2.35.0 → 2.37.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. package/CHANGELOG.md +5 -1805
  2. package/package.json +1 -1
  3. package/resources/balances.d.mts +2 -2
  4. package/resources/balances.d.mts.map +1 -1
  5. package/resources/balances.d.ts +2 -2
  6. package/resources/balances.d.ts.map +1 -1
  7. package/resources/checkout-sessions.d.mts +7 -0
  8. package/resources/checkout-sessions.d.mts.map +1 -1
  9. package/resources/checkout-sessions.d.ts +7 -0
  10. package/resources/checkout-sessions.d.ts.map +1 -1
  11. package/resources/credit-entitlements/balances.d.mts +4 -0
  12. package/resources/credit-entitlements/balances.d.mts.map +1 -1
  13. package/resources/credit-entitlements/balances.d.ts +4 -0
  14. package/resources/credit-entitlements/balances.d.ts.map +1 -1
  15. package/resources/disputes.d.mts +16 -0
  16. package/resources/disputes.d.mts.map +1 -1
  17. package/resources/disputes.d.ts +16 -0
  18. package/resources/disputes.d.ts.map +1 -1
  19. package/resources/entitlements/entitlements.d.mts +12 -0
  20. package/resources/entitlements/entitlements.d.mts.map +1 -1
  21. package/resources/entitlements/entitlements.d.ts +12 -0
  22. package/resources/entitlements/entitlements.d.ts.map +1 -1
  23. package/resources/entitlements/entitlements.js.map +1 -1
  24. package/resources/entitlements/entitlements.mjs.map +1 -1
  25. package/resources/entitlements/grants.d.mts +9 -0
  26. package/resources/entitlements/grants.d.mts.map +1 -1
  27. package/resources/entitlements/grants.d.ts +9 -0
  28. package/resources/entitlements/grants.d.ts.map +1 -1
  29. package/resources/entitlements/grants.js.map +1 -1
  30. package/resources/entitlements/grants.mjs.map +1 -1
  31. package/resources/license-keys.d.mts +6 -2
  32. package/resources/license-keys.d.mts.map +1 -1
  33. package/resources/license-keys.d.ts +6 -2
  34. package/resources/license-keys.d.ts.map +1 -1
  35. package/resources/payments.d.mts +27 -4
  36. package/resources/payments.d.mts.map +1 -1
  37. package/resources/payments.d.ts +27 -4
  38. package/resources/payments.d.ts.map +1 -1
  39. package/resources/payouts/breakup/breakup.d.mts +2 -2
  40. package/resources/payouts/breakup/breakup.d.ts +2 -2
  41. package/resources/payouts/breakup/details.d.mts +5 -4
  42. package/resources/payouts/breakup/details.d.mts.map +1 -1
  43. package/resources/payouts/breakup/details.d.ts +5 -4
  44. package/resources/payouts/breakup/details.d.ts.map +1 -1
  45. package/resources/products/products.d.mts +19 -2
  46. package/resources/products/products.d.mts.map +1 -1
  47. package/resources/products/products.d.ts +19 -2
  48. package/resources/products/products.d.ts.map +1 -1
  49. package/resources/products/products.js.map +1 -1
  50. package/resources/products/products.mjs.map +1 -1
  51. package/resources/refunds.d.mts +4 -0
  52. package/resources/refunds.d.mts.map +1 -1
  53. package/resources/refunds.d.ts +4 -0
  54. package/resources/refunds.d.ts.map +1 -1
  55. package/resources/subscriptions.d.mts +26 -5
  56. package/resources/subscriptions.d.mts.map +1 -1
  57. package/resources/subscriptions.d.ts +26 -5
  58. package/resources/subscriptions.d.ts.map +1 -1
  59. package/resources/webhook-events.d.mts +12 -0
  60. package/resources/webhook-events.d.mts.map +1 -1
  61. package/resources/webhook-events.d.ts +12 -0
  62. package/resources/webhook-events.d.ts.map +1 -1
  63. package/resources/webhooks/webhooks.d.mts +40 -0
  64. package/resources/webhooks/webhooks.d.mts.map +1 -1
  65. package/resources/webhooks/webhooks.d.ts +40 -0
  66. package/resources/webhooks/webhooks.d.ts.map +1 -1
  67. package/resources/webhooks/webhooks.js.map +1 -1
  68. package/resources/webhooks/webhooks.mjs.map +1 -1
  69. package/src/resources/balances.ts +4 -2
  70. package/src/resources/checkout-sessions.ts +8 -0
  71. package/src/resources/credit-entitlements/balances.ts +5 -0
  72. package/src/resources/disputes.ts +19 -0
  73. package/src/resources/entitlements/entitlements.ts +14 -0
  74. package/src/resources/entitlements/grants.ts +11 -0
  75. package/src/resources/license-keys.ts +7 -2
  76. package/src/resources/payments.ts +31 -4
  77. package/src/resources/payouts/breakup/breakup.ts +2 -2
  78. package/src/resources/payouts/breakup/details.ts +5 -4
  79. package/src/resources/products/products.ts +22 -2
  80. package/src/resources/refunds.ts +5 -0
  81. package/src/resources/subscriptions.ts +28 -5
  82. package/src/resources/webhook-events.ts +15 -0
  83. package/src/resources/webhooks/webhooks.ts +50 -0
  84. package/src/version.ts +1 -1
  85. package/version.d.mts +1 -1
  86. package/version.d.ts +1 -1
  87. package/version.js +1 -1
  88. package/version.mjs +1 -1
package/CHANGELOG.md CHANGED
@@ -1,1815 +1,15 @@
1
1
  # Changelog
2
2
 
3
- ## [2.35.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.34.0...v2.35.0) (2026-06-02)
3
+ ## [2.37.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.36.0...v2.37.0) (2026-06-13)
4
4
 
5
5
 
6
6
  ### Features
7
7
 
8
- * **mcp:** Dodo-brand the consent + landing pages, drop webhook field ([f690b67](https://github.com/dodopayments/dodopayments-typescript/commit/f690b679c6cc98b7bf7906bd696c043cc08ae0f5))
9
- * **mcp:** self-host execute tool via Cloudflare Worker Loader ([f0681cb](https://github.com/dodopayments/dodopayments-typescript/commit/f0681cb9a2b8dbf5e9972466a60f06ccfc77f924))
10
- * **mcp:** validate API key against environment on consent page ([ac7966b](https://github.com/dodopayments/dodopayments-typescript/commit/ac7966bd284f8c62f12da18f2cff4d25b36fe585))
8
+ * **spec:** update OpenAPI to 1.104.0 product localized prices ([8238ef5](https://github.com/dodopayments/dodopayments-typescript/commit/8238ef5aa36706a09b73a14f723b9be7418f7fef))
9
+ * **spec:** update OpenAPI to 1.104.0 product localized prices ([eef6f1b](https://github.com/dodopayments/dodopayments-typescript/commit/eef6f1b9467eea6c5bd1316cc8236e9400c526ae))
11
10
 
12
11
 
13
12
  ### Bug Fixes
14
13
 
15
- * **mcp:** address PR review on self-hosted execute ([3f6641c](https://github.com/dodopayments/dodopayments-typescript/commit/3f6641cf7d7654777cbe0642ee23adb6d5093d06))
16
- * **mcp:** address review throttle /approve probe, harden + UI polish ([f41c872](https://github.com/dodopayments/dodopayments-typescript/commit/f41c87226c7cefb68a7511d295e6d1f63be01155))
17
- * **mcp:** eliminate reflected XSS in consent redirect ([8e59b49](https://github.com/dodopayments/dodopayments-typescript/commit/8e59b49b3d96c0ca211d248566eb7475b65cbee3))
18
- * **mcp:** remove file-system race in build-isolate placeholder ([d433bdc](https://github.com/dodopayments/dodopayments-typescript/commit/d433bdc871651e17bedbc0661f9a2eb013bb31d0))
19
- * **mcp:** restore CF worker execute & search_docs tools ([5bcbb32](https://github.com/dodopayments/dodopayments-typescript/commit/5bcbb32a962fa841d0b239412e2495ac535918d3))
20
-
21
-
22
- ### Chores
23
-
24
- * **mcp:** track latest dodopayments-mcp in cloudflare-worker ([97befe8](https://github.com/dodopayments/dodopayments-typescript/commit/97befe8a4fb75ee0fd3ad5aa3396c19282e0a674))
25
-
26
-
27
- ### Documentation
28
-
29
- * **mcp:** correct deno stub comment to reference Worker Loader isolate ([c2a66ef](https://github.com/dodopayments/dodopayments-typescript/commit/c2a66ef830c656d126e153e6252a3b85eeae514d))
30
- * **mcp:** note rate-limit is best-effort, not a hard control ([2d92db2](https://github.com/dodopayments/dodopayments-typescript/commit/2d92db2c5481fb3d204d1ecf219f25753fa2282b))
31
-
32
-
33
- ### Styles
34
-
35
- * **mcp:** apply repo prettier formatting to worker execute files ([a21babb](https://github.com/dodopayments/dodopayments-typescript/commit/a21babb8f7cf3581b9c5fb45202b5ce2f4e714af))
36
-
37
- ## [2.34.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.33.0...v2.34.0) (2026-06-01)
38
-
39
-
40
- ### Features
41
-
42
- * **readme:** drop 'generated with Stainless' attribution from SDK READMEs ([b263085](https://github.com/dodopayments/dodopayments-typescript/commit/b263085f1a4ec952049a2aa2e60f3e19e69e412b))
43
- * **readme:** drop 'generated with Stainless' attribution from SDK READMEs ([ecb1f48](https://github.com/dodopayments/dodopayments-typescript/commit/ecb1f4866992b21a414001129fe3a00ab81459d4))
44
-
45
- ## [2.32.2](https://github.com/dodopayments/dodopayments-typescript/compare/v2.32.1...v2.32.2) (2026-06-01)
46
-
47
-
48
- ### Features
49
-
50
- * **api:** regenerate SDK from latest OpenAPI spec ([f6ec70f](https://github.com/dodopayments/dodopayments-typescript/commit/f6ec70f4bdee736d6457d79610619952a079c0ce))
51
-
52
-
53
- ### Chores
54
-
55
- * release 2.32.2 ([c62e92d](https://github.com/dodopayments/dodopayments-typescript/commit/c62e92dba8cf31252c9cad6dfeea6b520d1bfef1))
56
-
57
- ## 2.32.1 (2026-05-29)
58
-
59
- Full Changelog: [v2.32.0...v2.32.1](https://github.com/dodopayments/dodopayments-typescript/compare/v2.32.0...v2.32.1)
60
-
61
- ### Bug Fixes
62
-
63
- * **mcp:** use `pure-lockfile` when building mcp server ([8210e6d](https://github.com/dodopayments/dodopayments-typescript/commit/8210e6deedaf86a575c0bdab7c487671c52869ec))
64
-
65
-
66
- ### Chores
67
-
68
- * **internal:** codegen related update ([f6b11d6](https://github.com/dodopayments/dodopayments-typescript/commit/f6b11d6ad0ab119f8400887ca1ad2285c73e3c75))
69
-
70
- ## 2.32.0 (2026-05-21)
71
-
72
- Full Changelog: [v2.31.2...v2.32.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.31.2...v2.32.0)
73
-
74
- ### Features
75
-
76
- * **api:** fixed a breaking modal change ([2ebadfd](https://github.com/dodopayments/dodopayments-typescript/commit/2ebadfd83adf32d8d27793242ddcc0c11472c30c))
77
- * **api:** stainless fixes ([de22d45](https://github.com/dodopayments/dodopayments-typescript/commit/de22d45d43fcd8111f7df9f9e32dcc41aee49799))
78
- * **api:** updated openapi spec to v1.99.0 and added missing endpoints as well ([355bcff](https://github.com/dodopayments/dodopayments-typescript/commit/355bcff595128ea31846c905ca88c120e0f80d6c))
79
-
80
-
81
- ### Bug Fixes
82
-
83
- * **typescript:** upgrade tsc-multi so that it works with Node 26 ([a8a2dbe](https://github.com/dodopayments/dodopayments-typescript/commit/a8a2dbeed8f84ad36f4b88b8ff96220502a98b15))
84
-
85
-
86
- ### Chores
87
-
88
- * **tests:** remove redundant File import ([3713e1b](https://github.com/dodopayments/dodopayments-typescript/commit/3713e1b86140cc3a495c9d9b09f2e6c7cffe01e5))
89
-
90
- ## 2.31.2 (2026-05-14)
91
-
92
- Full Changelog: [v2.31.1...v2.31.2](https://github.com/dodopayments/dodopayments-typescript/compare/v2.31.1...v2.31.2)
93
-
94
- ### Features
95
-
96
- * **api:** updated openapi spec to 1.98.0 ([55eabba](https://github.com/dodopayments/dodopayments-typescript/commit/55eabbae87b4d98b8b0d2f9999e7054041383a50))
97
- * **api:** updated openapi spec to v1.97.10 ([c667602](https://github.com/dodopayments/dodopayments-typescript/commit/c6676029193705993fa77e02e2ed15d9a2810124))
98
-
99
-
100
- ### Chores
101
-
102
- * redact api-key headers in debug logs ([89f010e](https://github.com/dodopayments/dodopayments-typescript/commit/89f010e0b179a7c88489939178fadbb67e3007d1))
103
-
104
- ## 2.31.1 (2026-05-07)
105
-
106
- Full Changelog: [v2.31.0...v2.31.1](https://github.com/dodopayments/dodopayments-typescript/compare/v2.31.0...v2.31.1)
107
-
108
- ### Chores
109
-
110
- * **internal:** fix MCP cloudflare worker initialization ([a26ff9c](https://github.com/dodopayments/dodopayments-typescript/commit/a26ff9cdca004d4a5e0403a9c03ce875b4030281))
111
-
112
-
113
- ### Documentation
114
-
115
- * clarify forwards compat behavior ([4759387](https://github.com/dodopayments/dodopayments-typescript/commit/47593879315b1f184c85f2c324e72be70dde5eba))
116
- * update logging docs ([e1f5a3c](https://github.com/dodopayments/dodopayments-typescript/commit/e1f5a3c05b72c36def6eb057c832e575cfd0f98e))
117
- * update with proxy auth info ([2742050](https://github.com/dodopayments/dodopayments-typescript/commit/2742050f3a272ac12dcf85f2367918517e3bd95b))
118
-
119
- ## 2.31.0 (2026-05-04)
120
-
121
- Full Changelog: [v2.30.0...v2.31.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.30.0...v2.31.0)
122
-
123
- ### Features
124
-
125
- * **api:** update openapi spec ([2e9e91f](https://github.com/dodopayments/dodopayments-typescript/commit/2e9e91ff97cb54d1652ef5735723c275e28fa967))
126
-
127
-
128
- ### Chores
129
-
130
- * **internal:** fix MCP cloudflare worker builds ([7557c65](https://github.com/dodopayments/dodopayments-typescript/commit/7557c656d3648b44a3d675bde9e5b216324c4653))
131
-
132
- ## 2.30.0 (2026-04-30)
133
-
134
- Full Changelog: [v2.29.1...v2.30.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.29.1...v2.30.0)
135
-
136
- ### Features
137
-
138
- * **api:** added more models to make the dx easy ([eac71ff](https://github.com/dodopayments/dodopayments-typescript/commit/eac71ffba93609b6e460a13a63f3e18b8430f791))
139
- * **api:** updated openapi spec to v1.97.5 ([3c4e7a5](https://github.com/dodopayments/dodopayments-typescript/commit/3c4e7a5dd4a2e6982205bc4e8d0cd6f0c2678a24))
140
-
141
-
142
- ### Chores
143
-
144
- * avoid formatting file that gets changed during releases ([16c9e78](https://github.com/dodopayments/dodopayments-typescript/commit/16c9e789fa594a3e5f945b609c1512505f3be59e))
145
- * **format:** run eslint and prettier separately ([0d82378](https://github.com/dodopayments/dodopayments-typescript/commit/0d823786e1f3620ce8ff42416805fd679f9bdf51))
146
-
147
- ## 2.29.1 (2026-04-29)
148
-
149
- Full Changelog: [v2.29.0...v2.29.1](https://github.com/dodopayments/dodopayments-typescript/compare/v2.29.0...v2.29.1)
150
-
151
- ### Chores
152
-
153
- * **internal:** codegen related update ([f83448a](https://github.com/dodopayments/dodopayments-typescript/commit/f83448a70aaafd8d10bd05ed1d741b41a13d1789))
154
-
155
- ## 2.29.0 (2026-04-28)
156
-
157
- Full Changelog: [v2.28.2...v2.29.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.28.2...v2.29.0)
158
-
159
- ### Features
160
-
161
- * support setting headers via env ([5f12398](https://github.com/dodopayments/dodopayments-typescript/commit/5f123981cf972c2496148f29d6ee1ca7a2ca5874))
162
-
163
-
164
- ### Chores
165
-
166
- * **formatter:** run prettier and eslint separately ([1ecbd38](https://github.com/dodopayments/dodopayments-typescript/commit/1ecbd38765222d49cb4de3e318170357115a15bb))
167
- * **internal:** codegen related update ([189f28c](https://github.com/dodopayments/dodopayments-typescript/commit/189f28c960e0167df02f6a10fd4f6f169083a037))
168
- * **internal:** more robust bootstrap script ([341f2cf](https://github.com/dodopayments/dodopayments-typescript/commit/341f2cf48b97959b295728ca418826d801ef7875))
169
- * **internal:** update docs ordering ([e7282c8](https://github.com/dodopayments/dodopayments-typescript/commit/e7282c89e264caafb4da6ddefb8a9091fc82a0f5))
170
- * restructure docs search code ([b8a1b49](https://github.com/dodopayments/dodopayments-typescript/commit/b8a1b493df0f1549c69564c731ae69cb27b37f6c))
171
-
172
- ## 2.28.2 (2026-04-18)
173
-
174
- Full Changelog: [v2.28.1...v2.28.2](https://github.com/dodopayments/dodopayments-typescript/compare/v2.28.1...v2.28.2)
175
-
176
- ### Chores
177
-
178
- * **tests:** bump steady to v0.22.1 ([830b260](https://github.com/dodopayments/dodopayments-typescript/commit/830b260011f2e9559334137e54adee15a47c44d2))
179
-
180
- ## 2.28.1 (2026-04-17)
181
-
182
- Full Changelog: [v2.28.0...v2.28.1](https://github.com/dodopayments/dodopayments-typescript/compare/v2.28.0...v2.28.1)
183
-
184
- ### Bug Fixes
185
-
186
- * **mcp-server:** resolve agents peer dep conflict by upgrading zod to v4 and adding .npmrc ([37a3535](https://github.com/dodopayments/dodopayments-typescript/commit/37a3535e4c9f184a470a62474eaef9b12d88e167))
187
-
188
-
189
- ### Chores
190
-
191
- * **mcp-server:** add Dodo Payments favicon to Cloudflare worker ([442a5ee](https://github.com/dodopayments/dodopayments-typescript/commit/442a5ee51375b1dc51fb82d59e455040eb9a2db4))
192
-
193
- ## 2.28.0 (2026-04-14)
194
-
195
- Full Changelog: [v2.27.0...v2.28.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.27.0...v2.28.0)
196
-
197
- ### Features
198
-
199
- * **api:** update openapi spec to v1.95.3 ([d48e9c9](https://github.com/dodopayments/dodopayments-typescript/commit/d48e9c9135cdf88a293c93f5f1fae4e4e1b5244c))
200
-
201
-
202
- ### Chores
203
-
204
- * **internal:** codegen related update ([99d85e7](https://github.com/dodopayments/dodopayments-typescript/commit/99d85e72a1b70532e60cdfc10ea2ff4e51b76eb7))
205
- * **internal:** codegen related update ([cd0dd6c](https://github.com/dodopayments/dodopayments-typescript/commit/cd0dd6c48d112e4e408894f5a490bd9c135f0819))
206
- * **internal:** show error causes in MCP servers when running in local mode ([bd4186a](https://github.com/dodopayments/dodopayments-typescript/commit/bd4186a46f9efa536a6bf4c363679598003c23b6))
207
- * **mcp-server:** increase local docs search result count from 5 to 10 ([888da66](https://github.com/dodopayments/dodopayments-typescript/commit/888da668c7e641676595b2460140a50d6e1edc89))
208
- * update CLI documentation ([fb5d2e2](https://github.com/dodopayments/dodopayments-typescript/commit/fb5d2e2f392e5396733d6252d897bb8a21021c11))
209
-
210
- ## 2.27.0 (2026-04-08)
211
-
212
- Full Changelog: [v2.26.0...v2.27.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.26.0...v2.27.0)
213
-
214
- ### Features
215
-
216
- * **api:** updated openapi spec to v1.94.2 ([b93c830](https://github.com/dodopayments/dodopayments-typescript/commit/b93c8300537530edb0a06bc4a0059d5057d4d222))
217
-
218
-
219
- ### Chores
220
-
221
- * **internal:** codegen related update ([143b18d](https://github.com/dodopayments/dodopayments-typescript/commit/143b18d4f7d18533d4e6529d9ef121a95a7f050c))
222
- * **internal:** fix MCP docker image builds in yarn projects ([2c66aea](https://github.com/dodopayments/dodopayments-typescript/commit/2c66aeae8f6a5eae2f787ae74c6bb9200190c349))
223
- * **internal:** fix MCP server import ordering ([681f60c](https://github.com/dodopayments/dodopayments-typescript/commit/681f60c828eba6f4d0d6532fd8747ec1f8e5a556))
224
- * **internal:** support type annotations when running MCP in local execution mode ([fefc74e](https://github.com/dodopayments/dodopayments-typescript/commit/fefc74e84ee81330402b6305483106956453deb8))
225
- * **internal:** use link instead of file in MCP server package.json files ([85c7dd8](https://github.com/dodopayments/dodopayments-typescript/commit/85c7dd8c38c8ee9a818bf873160c746675461bc0))
226
- * **mcp-server:** log client info ([cea2fe4](https://github.com/dodopayments/dodopayments-typescript/commit/cea2fe41ef55920229c466a01740d536a24ef97f))
227
-
228
- ## 2.26.0 (2026-04-01)
229
-
230
- Full Changelog: [v2.25.1...v2.26.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.25.1...v2.26.0)
231
-
232
- ### Features
233
-
234
- * **api:** updated openapi spec to v1.93.0 ([bbf86ae](https://github.com/dodopayments/dodopayments-typescript/commit/bbf86ae841233feee2e40cd9c9d724ebcf9d63ee))
235
-
236
-
237
- ### Chores
238
-
239
- * **ci:** escape input path in publish-npm workflow ([0c3c637](https://github.com/dodopayments/dodopayments-typescript/commit/0c3c637424107ab345ce0c02e923561bcba99d16))
240
- * **internal:** improve local docs search for MCP servers ([8f3310a](https://github.com/dodopayments/dodopayments-typescript/commit/8f3310ad527cc34dbd1496f584c69d7f5be9e906))
241
- * **internal:** improve local docs search for MCP servers ([f7816c8](https://github.com/dodopayments/dodopayments-typescript/commit/f7816c822df4f84c7d5af27392c51867a75c842c))
242
- * **internal:** support local docs search in MCP servers ([cfdb5ae](https://github.com/dodopayments/dodopayments-typescript/commit/cfdb5ae93cf1582c0a2cd63f39c1e34de6ed7f4d))
243
- * **mcp-server:** add support for session id, forward client info ([2798002](https://github.com/dodopayments/dodopayments-typescript/commit/2798002ff2b12e7f0c2bb0f4d186323beb9499b6))
244
- * **tests:** bump steady to v0.20.1 ([b122aeb](https://github.com/dodopayments/dodopayments-typescript/commit/b122aeb04c962b773588ddf5e27568a3a13a99e5))
245
- * **tests:** bump steady to v0.20.2 ([edadf5f](https://github.com/dodopayments/dodopayments-typescript/commit/edadf5f0bc680b65e4edb8c9576d893dbbbe4bfa))
246
-
247
- ## 2.25.1 (2026-03-27)
248
-
249
- Full Changelog: [v2.25.0...v2.25.1](https://github.com/dodopayments/dodopayments-typescript/compare/v2.25.0...v2.25.1)
250
-
251
- ### Bug Fixes
252
-
253
- * **mcp:** bump agents version in cloudflare worker MCP servers ([075d888](https://github.com/dodopayments/dodopayments-typescript/commit/075d88892ecba12863c3bd49b620b6aa4560a774))
254
-
255
-
256
- ### Chores
257
-
258
- * **internal:** support custom-instructions-path flag in MCP servers ([424ca7c](https://github.com/dodopayments/dodopayments-typescript/commit/424ca7cb1816961633b6347f1373ab6dbc0593f8))
259
- * **internal:** update multipart form array serialization ([1caf3e6](https://github.com/dodopayments/dodopayments-typescript/commit/1caf3e62961f303fb91f39c1c25b846bdb11a7a2))
260
-
261
- ## 2.25.0 (2026-03-25)
262
-
263
- Full Changelog: [v2.24.0...v2.25.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.24.0...v2.25.0)
264
-
265
- ### Features
266
-
267
- * **api:** manual updates ([1077f85](https://github.com/dodopayments/dodopayments-typescript/commit/1077f85035ffac6432331017267d90a7d42e1b3a))
268
- * **api:** updated openapi spec to v1.92.3 ([12a6d53](https://github.com/dodopayments/dodopayments-typescript/commit/12a6d53ca4c78ae399e2400b0a84956ecccf2918))
269
-
270
- ## 2.24.0 (2026-03-25)
271
-
272
- Full Changelog: [v2.23.3...v2.24.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.23.3...v2.24.0)
273
-
274
- ### Features
275
-
276
- * **api:** added cancel change plan endpoint ([e8115f2](https://github.com/dodopayments/dodopayments-typescript/commit/e8115f2510533b8182319cfa376660bf988e5c97))
277
- * **api:** updated openapi spec to 1.92.1 ([4e9d416](https://github.com/dodopayments/dodopayments-typescript/commit/4e9d41612b0bc80bd6061421c1450e477d353519))
278
-
279
-
280
- ### Chores
281
-
282
- * **ci:** skip lint on metadata-only changes ([1ae7d95](https://github.com/dodopayments/dodopayments-typescript/commit/1ae7d95d720da0f866eff3a5e3d7f72047842b98))
283
- * **internal:** fix MCP server TS errors that occur with required client options ([68bacef](https://github.com/dodopayments/dodopayments-typescript/commit/68bacefb5f86f4e3b680fdab912306456b323d8e))
284
- * **internal:** update gitignore ([8b9d6e8](https://github.com/dodopayments/dodopayments-typescript/commit/8b9d6e83e1cd66d03dcba84e98343ac9d89d7e35))
285
- * **tests:** bump steady to v0.19.6 ([266ad2e](https://github.com/dodopayments/dodopayments-typescript/commit/266ad2e5bba3e02a8b1111be5382a4c35c1e818a))
286
- * **tests:** bump steady to v0.19.7 ([35effd0](https://github.com/dodopayments/dodopayments-typescript/commit/35effd07569bcb80ea97da669af7fa266e66314c))
287
-
288
- ## 2.23.3 (2026-03-21)
289
-
290
- Full Changelog: [v2.23.2...v2.23.3](https://github.com/dodopayments/dodopayments-typescript/compare/v2.23.2...v2.23.3)
291
-
292
- ### Bug Fixes
293
-
294
- * **client:** preserve URL params already embedded in path ([470059b](https://github.com/dodopayments/dodopayments-typescript/commit/470059b31d6e0204861dab46ebe58ebec0aadc45))
295
-
296
-
297
- ### Chores
298
-
299
- * **ci:** skip uploading artifacts on stainless-internal branches ([cd1fbdd](https://github.com/dodopayments/dodopayments-typescript/commit/cd1fbdda039c28a930b6a9c5c233a0b933093de1))
300
- * **internal:** bump @modelcontextprotocol/sdk, @hono/node-server, and minimatch ([bdf7816](https://github.com/dodopayments/dodopayments-typescript/commit/bdf78160c4bedbd6366d94e081ec74b264ad8821))
301
- * **internal:** make generated MCP servers compatible with Cloudflare worker environments ([c90ff84](https://github.com/dodopayments/dodopayments-typescript/commit/c90ff8482a58ef344c9096e81414ef1de115f5a1))
302
- * **internal:** support x-stainless-mcp-client-envs header in MCP servers ([85cc625](https://github.com/dodopayments/dodopayments-typescript/commit/85cc6253a8e751aaeb2119d533e9dcf3a4157831))
303
- * **internal:** support x-stainless-mcp-client-permissions headers in MCP servers ([ecb97a6](https://github.com/dodopayments/dodopayments-typescript/commit/ecb97a6bfd35b53ea0fbb97fa408264b57bee749))
304
- * **internal:** tweak CI branches ([02433fc](https://github.com/dodopayments/dodopayments-typescript/commit/02433fc1f0141ef6b2371ed04bab2f809913ecfc))
305
- * **internal:** update dependencies to address dependabot vulnerabilities ([86cf9d0](https://github.com/dodopayments/dodopayments-typescript/commit/86cf9d0fbf0c394c5cc5f33cfe2b7bcad507c2d1))
306
- * **mcp-server:** improve instructions ([de8e2f6](https://github.com/dodopayments/dodopayments-typescript/commit/de8e2f6a00a7299d29150521726d72a1f3ed63e0))
307
- * **tests:** bump steady to v0.19.4 ([23cd5da](https://github.com/dodopayments/dodopayments-typescript/commit/23cd5da94d0d478334b49a34c1174807b53b90b1))
308
- * **tests:** bump steady to v0.19.5 ([ccf8652](https://github.com/dodopayments/dodopayments-typescript/commit/ccf865251e264e13cab3fe320a38536d236946e5))
309
- * use proper capitalization for WebSockets ([221ea23](https://github.com/dodopayments/dodopayments-typescript/commit/221ea2338f2562840c95acf561d90b3c7567687b))
310
-
311
-
312
- ### Refactors
313
-
314
- * **tests:** switch from prism to steady ([3dbc684](https://github.com/dodopayments/dodopayments-typescript/commit/3dbc6847acd5204681fedca45a33bfc3602c4642))
315
-
316
- ## 2.23.2 (2026-03-06)
317
-
318
- Full Changelog: [v2.23.1...v2.23.2](https://github.com/dodopayments/dodopayments-typescript/compare/v2.23.1...v2.23.2)
319
-
320
- ### Chores
321
-
322
- * **internal:** unconfigure MCP Server hosting ([d163b06](https://github.com/dodopayments/dodopayments-typescript/commit/d163b066d46c0854b13f01e9e93f235ea8d63bd5))
323
-
324
- ## 2.23.1 (2026-03-06)
325
-
326
- Full Changelog: [v2.23.0...v2.23.1](https://github.com/dodopayments/dodopayments-typescript/compare/v2.23.0...v2.23.1)
327
-
328
- ### Chores
329
-
330
- * **internal:** codegen related update ([5d9b9f9](https://github.com/dodopayments/dodopayments-typescript/commit/5d9b9f9889a157823a8555248bd70208a9b40458))
331
- * **test:** do not count install time for mock server timeout ([7b75d0b](https://github.com/dodopayments/dodopayments-typescript/commit/7b75d0b9f89c7afc7983c41f95a86ed9c931f6a1))
332
-
333
- ## 2.23.0 (2026-03-05)
334
-
335
- Full Changelog: [v2.22.6...v2.23.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.22.6...v2.23.0)
336
-
337
- ### Features
338
-
339
- * **api:** updated openapi spec to v1.87.0 ([4c60a84](https://github.com/dodopayments/dodopayments-typescript/commit/4c60a84c36a7a54e01e4f18b6eedc13e2c6413a7))
340
-
341
-
342
- ### Chores
343
-
344
- * **internal:** configure MCP Server hosting ([90df39a](https://github.com/dodopayments/dodopayments-typescript/commit/90df39ae802a0ead40880bfd3bafbeaca75148c8))
345
- * **internal:** use x-stainless-mcp-client-envs header for MCP remote code tool calls ([7bfe048](https://github.com/dodopayments/dodopayments-typescript/commit/7bfe048466655b1da03ecab6d3491d13b292a068))
346
-
347
- ## 2.22.6 (2026-03-03)
348
-
349
- Full Changelog: [v2.22.5...v2.22.6](https://github.com/dodopayments/dodopayments-typescript/compare/v2.22.5...v2.22.6)
350
-
351
- ### Bug Fixes
352
-
353
- * also patch global setInterval in instructions module for CF Workers ([8f6d682](https://github.com/dodopayments/dodopayments-typescript/commit/8f6d68203477e064df6b97558f215f7d085998d6))
354
- * patch code-tool-paths.cjs for Cloudflare Workers compatibility ([66d9bee](https://github.com/dodopayments/dodopayments-typescript/commit/66d9beeaeaf03f68c6a3a8d38c4db56e7df9e791))
355
- * patch pino logger and await initMcpServer for CF Workers ([55dfa0f](https://github.com/dodopayments/dodopayments-typescript/commit/55dfa0f3c5435026cc2a30e056c5dc0397f9a281))
356
- * prettier formatting and pin wrangler-action to commit hash ([2ac5c4c](https://github.com/dodopayments/dodopayments-typescript/commit/2ac5c4ce0569adb1a2e22146b263ed1b010b7330))
357
- * rename dodopayments_api to dodopayments-mcp ([7aafafc](https://github.com/dodopayments/dodopayments-typescript/commit/7aafafcf27782ca262558fb3e1759de3b0dcdf10))
358
- * resolve CodeQL TOCTOU race conditions and revert wrangler-action pin ([f5730b7](https://github.com/dodopayments/dodopayments-typescript/commit/f5730b78bcac0a2fc5bacdf77a372e1748dc6963))
359
-
360
- ## 2.22.5 (2026-03-03)
361
-
362
- Full Changelog: [v2.22.4...v2.22.5](https://github.com/dodopayments/dodopayments-typescript/compare/v2.22.4...v2.22.5)
363
-
364
- ### Bug Fixes
365
-
366
- * stub @valtown/deno-http-worker for Cloudflare Workers compatibility ([152a361](https://github.com/dodopayments/dodopayments-typescript/commit/152a3611b3285b50faa9b7920941ebf0c2dda3e4))
367
-
368
-
369
- ### Chores
370
-
371
- * **internal:** configure MCP Server hosting ([c8ffe79](https://github.com/dodopayments/dodopayments-typescript/commit/c8ffe79f57efb9780bc8e8d6b6a8962fcca36841))
372
- * **internal:** unconfigure MCP Server hosting ([cb3f5c5](https://github.com/dodopayments/dodopayments-typescript/commit/cb3f5c5074d3db0f491f27feeb292f369258a7f3))
373
-
374
- ## 2.22.4 (2026-03-03)
375
-
376
- Full Changelog: [v2.22.3...v2.22.4](https://github.com/dodopayments/dodopayments-typescript/compare/v2.22.3...v2.22.4)
377
-
378
- ### Bug Fixes
379
-
380
- * update cloudflare worker imports for current dodopayments-mcp API ([0fea649](https://github.com/dodopayments/dodopayments-typescript/commit/0fea649ee2c9f27fc2b72289274ed38cf9dd25f4))
381
-
382
- ## 2.22.3 (2026-03-03)
383
-
384
- Full Changelog: [v2.22.2...v2.22.3](https://github.com/dodopayments/dodopayments-typescript/compare/v2.22.2...v2.22.3)
385
-
386
- ### Bug Fixes
387
-
388
- * update cloudflare worker to use latest dodopayments-mcp version ([a442d45](https://github.com/dodopayments/dodopayments-typescript/commit/a442d455569b0a376227ff1a08dd40d1b2c4252a))
389
-
390
-
391
- ### Chores
392
-
393
- * only deploy cloudflare worker on release, not every push to main ([289a3b8](https://github.com/dodopayments/dodopayments-typescript/commit/289a3b8805b77057c942985629c558b3e569e4b9))
394
-
395
- ## 2.22.2 (2026-03-03)
396
-
397
- Full Changelog: [v2.22.1...v2.22.2](https://github.com/dodopayments/dodopayments-typescript/compare/v2.22.1...v2.22.2)
398
-
399
- ### Bug Fixes
400
-
401
- * remove src/ from published npm package ([5d0f1bc](https://github.com/dodopayments/dodopayments-typescript/commit/5d0f1bcf313eab80bffd735d441adec30d4ce989)), closes [#177](https://github.com/dodopayments/dodopayments-typescript/issues/177)
402
-
403
- ## 2.22.1 (2026-03-03)
404
-
405
- Full Changelog: [v2.22.0...v2.22.1](https://github.com/dodopayments/dodopayments-typescript/compare/v2.22.0...v2.22.1)
406
-
407
- ### Chores
408
-
409
- * **internal:** codegen related update ([0093f84](https://github.com/dodopayments/dodopayments-typescript/commit/0093f84cd54a9252869b27aa4e1aab97c64d8e73))
410
- * **mcp-server:** return access instructions for 404 without API key ([0f5cbaf](https://github.com/dodopayments/dodopayments-typescript/commit/0f5cbaf02c45339dcc8e49377eff37d7adb36d4c))
411
- * **tests:** update webhook tests ([b929ca3](https://github.com/dodopayments/dodopayments-typescript/commit/b929ca38339a42da680a416f733ff0c346c6da3c))
412
-
413
- ## 2.22.0 (2026-03-01)
414
-
415
- Full Changelog: [v2.21.0...v2.22.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.21.0...v2.22.0)
416
-
417
- ### Features
418
-
419
- * **api:** added more models ([1022cee](https://github.com/dodopayments/dodopayments-typescript/commit/1022cee0c0ede09f4bf6eee2b1c2134d83fa3e3a))
420
- * **api:** updated to openapi spec v1.86.0 ([d575930](https://github.com/dodopayments/dodopayments-typescript/commit/d575930137f95e5670084bda7dd7b259ab70f6ec))
421
-
422
- ## 2.21.0 (2026-02-27)
423
-
424
- Full Changelog: [v2.20.0...v2.21.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.20.0...v2.21.0)
425
-
426
- ### Features
427
-
428
- * **mcp:** add an option to disable code tool ([5a66e8b](https://github.com/dodopayments/dodopayments-typescript/commit/5a66e8b904380cc9a2233e19fcc51da2eb3303d6))
429
-
430
-
431
- ### Bug Fixes
432
-
433
- * **docs/contributing:** correct pnpm link command ([3a8d217](https://github.com/dodopayments/dodopayments-typescript/commit/3a8d217537354e0e4c08c10e57b5aa4093ab8bbe))
434
- * **mcp:** update prompt ([d7933ab](https://github.com/dodopayments/dodopayments-typescript/commit/d7933abde8764e7829e42560628f77120643ca9c))
435
-
436
-
437
- ### Chores
438
-
439
- * **internal:** codegen related update ([fe8a89c](https://github.com/dodopayments/dodopayments-typescript/commit/fe8a89c40c9841bac1735faa6b692618d270a7f6))
440
- * **internal:** fix MCP Dockerfiles so they can be built without buildkit ([00068c1](https://github.com/dodopayments/dodopayments-typescript/commit/00068c102bcef5be14e1ee4a16d40c9032ad872e))
441
- * **internal:** fix MCP Dockerfiles so they can be built without buildkit ([b4fa32c](https://github.com/dodopayments/dodopayments-typescript/commit/b4fa32cfc1b41d4eed597b6659e986a658235937))
442
- * **internal:** make MCP code execution location configurable via a flag ([76c9ed6](https://github.com/dodopayments/dodopayments-typescript/commit/76c9ed60830731a9caa8b1acd340b56f35c87fd2))
443
- * **internal:** move stringifyQuery implementation to internal function ([f28b0b4](https://github.com/dodopayments/dodopayments-typescript/commit/f28b0b4bea6475a86671b61bf7585365cec06576))
444
- * **internal:** update agents version ([fbdbce3](https://github.com/dodopayments/dodopayments-typescript/commit/fbdbce302cc1fc2e90d478d64a067a3384837661))
445
- * **internal:** upgrade @modelcontextprotocol/sdk and hono ([f4b2d17](https://github.com/dodopayments/dodopayments-typescript/commit/f4b2d17fb47145cd7e185991cda5891114cafafe))
446
-
447
- ## 2.20.0 (2026-02-20)
448
-
449
- Full Changelog: [v2.19.1...v2.20.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.19.1...v2.20.0)
450
-
451
- ### Features
452
-
453
- * **api:** updated openapi spec to v1.84.0 ([1b8bd36](https://github.com/dodopayments/dodopayments-typescript/commit/1b8bd3658c157d6449a40618ea1ec35b0004dea2))
454
-
455
-
456
- ### Bug Fixes
457
-
458
- * **mcp:** initialize SDK lazily to avoid failing the connection on init errors ([c65ce38](https://github.com/dodopayments/dodopayments-typescript/commit/c65ce38c0ee14994f7f956aacb0eddcd722cd171))
459
-
460
-
461
- ### Chores
462
-
463
- * **internal/client:** fix form-urlencoded requests ([fd87d64](https://github.com/dodopayments/dodopayments-typescript/commit/fd87d64625100b655268d72b0e6458b7b56af735))
464
- * **internal:** allow setting x-stainless-api-key header on mcp server requests ([55f4404](https://github.com/dodopayments/dodopayments-typescript/commit/55f44043b8302e32cd0ca39da78be7e8a84ace11))
465
- * **internal:** cache fetch instruction calls in MCP server ([08e1d52](https://github.com/dodopayments/dodopayments-typescript/commit/08e1d5267bf2d80bf0cbce18382cf7ac25345337))
466
- * **mcp:** correctly update version in sync with sdk ([cd9b2f6](https://github.com/dodopayments/dodopayments-typescript/commit/cd9b2f628f75cebcd958740e2abd3e2931a31647))
467
- * update mock server docs ([7932b8b](https://github.com/dodopayments/dodopayments-typescript/commit/7932b8b47c2892a5b4aefd3d1d2322168e78a433))
468
-
469
- ## 2.19.1 (2026-02-14)
470
-
471
- Full Changelog: [v2.19.0...v2.19.1](https://github.com/dodopayments/dodopayments-typescript/compare/v2.19.0...v2.19.1)
472
-
473
- ### Chores
474
-
475
- * **internal:** add health check to MCP server when running in HTTP mode ([f2cc612](https://github.com/dodopayments/dodopayments-typescript/commit/f2cc61229c785e706611546a62c8aa25913b0870))
476
- * **internal:** allow basic filtering of methods allowed for MCP code mode ([835f33e](https://github.com/dodopayments/dodopayments-typescript/commit/835f33ec229d3154012ff089b28e9ea4f85610f1))
477
- * **internal:** always generate MCP server dockerfiles and upgrade associated dependencies ([cafee43](https://github.com/dodopayments/dodopayments-typescript/commit/cafee43698fb372c658d82a3bd25147398c8d75c))
478
- * **internal:** avoid type checking errors with ts-reset ([9019eba](https://github.com/dodopayments/dodopayments-typescript/commit/9019eba52959e714b790d9b473dc70e9899595d1))
479
- * **internal:** improve layout of generated MCP server files ([7956369](https://github.com/dodopayments/dodopayments-typescript/commit/7956369df794261103b52d104aa91b00ad297671))
480
- * **internal:** upgrade hono ([7752c6a](https://github.com/dodopayments/dodopayments-typescript/commit/7752c6afd2d21dcca4a5bfe981b1d745bdb1885c))
481
- * **mcp:** forward STAINLESS_API_KEY to docs search endpoint ([d13a251](https://github.com/dodopayments/dodopayments-typescript/commit/d13a251d937dd7be6b92a4fc2b5796c1c7ddd29e))
482
-
483
- ## 2.19.0 (2026-02-06)
484
-
485
- Full Changelog: [v2.18.0...v2.19.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.18.0...v2.19.0)
486
-
487
- ### Features
488
-
489
- * **api:** updated openapi spec to v1.81.0 ([d965c50](https://github.com/dodopayments/dodopayments-typescript/commit/d965c500fa882a0a0369453208a560bfa8e7a1de))
490
- * **mcp:** add initial server instructions ([7c3b317](https://github.com/dodopayments/dodopayments-typescript/commit/7c3b3176c9856091ea8775170dea8405c85ef0f9))
491
-
492
-
493
- ### Bug Fixes
494
-
495
- * **client:** avoid memory leak with abort signals ([43fee23](https://github.com/dodopayments/dodopayments-typescript/commit/43fee23c409c46cdc7e70fc10971361bed8d39c9))
496
- * **client:** avoid removing abort listener too early ([98670fb](https://github.com/dodopayments/dodopayments-typescript/commit/98670fbcf5cd44290638b90ba3a199025cf05654))
497
-
498
-
499
- ### Chores
500
-
501
- * **client:** do not parse responses with empty content-length ([8e016ce](https://github.com/dodopayments/dodopayments-typescript/commit/8e016ce6dcca5d47768d9a1bb5ab22acee752915))
502
- * **client:** restructure abort controller binding ([5df0db6](https://github.com/dodopayments/dodopayments-typescript/commit/5df0db60524d8180b5a405b088270826c37a4376))
503
- * **internal:** fix pagination internals not accepting option promises ([84bd174](https://github.com/dodopayments/dodopayments-typescript/commit/84bd1746b20780756e2fd9e3b1858155a1afc5bd))
504
- * **internal:** refactor flag parsing for MCP servers and add debug flag ([c1dba91](https://github.com/dodopayments/dodopayments-typescript/commit/c1dba916b8d39ec80555f221feef774370069ea5))
505
- * **internal:** support oauth authorization code flow for MCP servers ([73ee572](https://github.com/dodopayments/dodopayments-typescript/commit/73ee5720b067c69d39cc463453f8227b025a6a61))
506
-
507
- ## 2.18.0 (2026-02-02)
508
-
509
- Full Changelog: [v2.17.2...v2.18.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.17.2...v2.18.0)
510
-
511
- ### Features
512
-
513
- * **api:** updated openapi spec for v1.78.1 ([b948d56](https://github.com/dodopayments/dodopayments-typescript/commit/b948d564ffe08c1d44940f7d269f1093283581d9))
514
-
515
-
516
- ### Bug Fixes
517
-
518
- * **mcp:** do not fallback on baseUrl if environment env variable is set ([c493aee](https://github.com/dodopayments/dodopayments-typescript/commit/c493aeee0442d011020fd1329c7c71966669c01c))
519
-
520
- ## 2.17.2 (2026-01-29)
521
-
522
- Full Changelog: [v2.17.1...v2.17.2](https://github.com/dodopayments/dodopayments-typescript/compare/v2.17.1...v2.17.2)
523
-
524
- ### Bug Fixes
525
-
526
- * **docs:** fix mcp installation instructions for remote servers ([457a056](https://github.com/dodopayments/dodopayments-typescript/commit/457a056a4d7cec5b562f64582b7f72bc9e14c3cc))
527
- * **mcp:** allow falling back for required env variables ([0f81b34](https://github.com/dodopayments/dodopayments-typescript/commit/0f81b340bccc432b1106d0cb81fb28acc977eaa9))
528
-
529
-
530
- ### Chores
531
-
532
- * **internal:** codegen related update ([250b777](https://github.com/dodopayments/dodopayments-typescript/commit/250b777332317903394a5aff1f221f20dcd71f30))
533
- * **internal:** upgrade wrangler version ([9bb5b5a](https://github.com/dodopayments/dodopayments-typescript/commit/9bb5b5a098259ee1e3bd97c4bf5fb690be2e7c3e))
534
- * **mcp:** up tsconfig lib version to es2022 ([42eb7fd](https://github.com/dodopayments/dodopayments-typescript/commit/42eb7fd669fbb4a6edff65c09215536d73648c6d))
535
-
536
- ## 2.17.1 (2026-01-24)
537
-
538
- Full Changelog: [v2.17.0...v2.17.1](https://github.com/dodopayments/dodopayments-typescript/compare/v2.17.0...v2.17.1)
539
-
540
- ### Chores
541
-
542
- * **ci:** upgrade `actions/github-script` ([1dfc35d](https://github.com/dodopayments/dodopayments-typescript/commit/1dfc35daf47b267ce92d6b499d75950e4659f68d))
543
- * **internal:** update lock file ([590ba2e](https://github.com/dodopayments/dodopayments-typescript/commit/590ba2e04080103140ff6f91c8ba72c6dd29bf83))
544
-
545
- ## 2.17.0 (2026-01-23)
546
-
547
- Full Changelog: [v2.16.0...v2.17.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.16.0...v2.17.0)
548
-
549
- ### Features
550
-
551
- * **api:** updated openapi spec to v1.75.0 ([4e44de1](https://github.com/dodopayments/dodopayments-typescript/commit/4e44de19e1cf2f2a4c87400068dbc336b9be6d42))
552
-
553
- ## 2.16.0 (2026-01-21)
554
-
555
- Full Changelog: [v2.15.0...v2.16.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.15.0...v2.16.0)
556
-
557
- ### Features
558
-
559
- * **api:** updated openapi spec to v1.74.0 ([9ab678f](https://github.com/dodopayments/dodopayments-typescript/commit/9ab678fd8051a05d73beb2c5fdc0a7a8fcdbcb0a))
560
-
561
- ## 2.15.0 (2026-01-20)
562
-
563
- Full Changelog: [v2.14.3...v2.15.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.14.3...v2.15.0)
564
-
565
- ### Features
566
-
567
- * **api:** update openapi spec to v1.73.0 ([9ad3664](https://github.com/dodopayments/dodopayments-typescript/commit/9ad36648ec7a7e684fef9aa788c2b59ff0f71755))
568
-
569
-
570
- ### Chores
571
-
572
- * **internal:** update `actions/checkout` version ([a38b8d5](https://github.com/dodopayments/dodopayments-typescript/commit/a38b8d54bcc8c67a3c5633e20540a40b07f72eb0))
573
-
574
- ## 2.14.3 (2026-01-15)
575
-
576
- Full Changelog: [v2.14.2...v2.14.3](https://github.com/dodopayments/dodopayments-typescript/compare/v2.14.2...v2.14.3)
577
-
578
- ### Chores
579
-
580
- * **internal:** bump MCP dependencies ([db8c602](https://github.com/dodopayments/dodopayments-typescript/commit/db8c60265d443e496f83e57c11b3a0af9409d94b))
581
- * **internal:** codegen related update ([e67b8ab](https://github.com/dodopayments/dodopayments-typescript/commit/e67b8ab13deeb95f1e26d002da944e8f1433f38b))
582
- * **internal:** codegen related update ([9cdbd78](https://github.com/dodopayments/dodopayments-typescript/commit/9cdbd78dbdb3500f2220dd1166e11eaa99bd3e6d))
583
- * **internal:** codegen related update ([e4684fd](https://github.com/dodopayments/dodopayments-typescript/commit/e4684fdccd39d8a3b5e4e3d27568636675b4c24b))
584
- * **internal:** codegen related update ([1794dfc](https://github.com/dodopayments/dodopayments-typescript/commit/1794dfc5ae919881a1ca6f0a29f304f0f3cb809d))
585
- * **internal:** upgrade babel, qs, js-yaml ([59f708e](https://github.com/dodopayments/dodopayments-typescript/commit/59f708e31af6921f6843ef11f44a30c40a0253b2))
586
- * **mcp:** add intent param to execute tool ([f106d1f](https://github.com/dodopayments/dodopayments-typescript/commit/f106d1fbf8f606846e691af59bf3790a8a282ab2))
587
- * **mcp:** pass intent param to execute handler ([2e764c8](https://github.com/dodopayments/dodopayments-typescript/commit/2e764c8381c3985f7efa253489d36ac3eb8ef9cb))
588
- * **mcp:** upgrade dependencies ([007bdc7](https://github.com/dodopayments/dodopayments-typescript/commit/007bdc758773540e2c6a639cf73d9d8f28a00905))
589
-
590
- ## 2.14.2 (2026-01-09)
591
-
592
- Full Changelog: [v2.14.1...v2.14.2](https://github.com/dodopayments/dodopayments-typescript/compare/v2.14.1...v2.14.2)
593
-
594
- ### Bug Fixes
595
-
596
- * **mcp:** update code tool prompt ([f054974](https://github.com/dodopayments/dodopayments-typescript/commit/f05497455943d2036554336f18423fffc37d28b9))
597
-
598
- ## 2.14.1 (2026-01-08)
599
-
600
- Full Changelog: [v2.14.0...v2.14.1](https://github.com/dodopayments/dodopayments-typescript/compare/v2.14.0...v2.14.1)
601
-
602
- ### Bug Fixes
603
-
604
- * **mcp:** fix env parsing ([f3af21d](https://github.com/dodopayments/dodopayments-typescript/commit/f3af21ddd3b4259baf9253104287ef8df5c1ce99))
605
-
606
- ## 2.14.0 (2026-01-07)
607
-
608
- Full Changelog: [v2.13.1...v2.14.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.13.1...v2.14.0)
609
-
610
- ### Features
611
-
612
- * **api:** updated openapi spec to v1.70.0 ([d36e38c](https://github.com/dodopayments/dodopayments-typescript/commit/d36e38c6ca8220c2fc0542033e9b2e6218439939))
613
-
614
-
615
- ### Bug Fixes
616
-
617
- * **mcp:** correct code tool api output types ([bbbc142](https://github.com/dodopayments/dodopayments-typescript/commit/bbbc1423854c86f70677c068cb2e6668637c3f67))
618
- * **mcp:** fix options parsing ([6da0a7c](https://github.com/dodopayments/dodopayments-typescript/commit/6da0a7cdaa25ae1c41f7e04091fb27df434cad2b))
619
- * **mcp:** update cloudflare worker host page ([ae227f9](https://github.com/dodopayments/dodopayments-typescript/commit/ae227f9fda328ee51a18a9615d106a8795606b1b))
620
-
621
-
622
- ### Chores
623
-
624
- * break long lines in snippets into multiline ([2636044](https://github.com/dodopayments/dodopayments-typescript/commit/2636044ef2a14dff84e9434a0ac9597fb549c89c))
625
- * **internal:** codegen related update ([fc2cb03](https://github.com/dodopayments/dodopayments-typescript/commit/fc2cb03574ec0802b0805de4fe5d111d682f2c94))
626
- * **internal:** fix dockerfile ([3ba3c84](https://github.com/dodopayments/dodopayments-typescript/commit/3ba3c8454c3ef7aff01ff507cb8ca29648bf555c))
627
-
628
-
629
- ### Documentation
630
-
631
- * prominently feature MCP server setup in root SDK readmes ([4591215](https://github.com/dodopayments/dodopayments-typescript/commit/459121587c7337168049998ad1c8b79ffa9ea82f))
632
-
633
- ## 2.13.1 (2025-12-23)
634
-
635
- Full Changelog: [v2.13.0...v2.13.1](https://github.com/dodopayments/dodopayments-typescript/compare/v2.13.0...v2.13.1)
636
-
637
- ## 2.13.0 (2025-12-23)
638
-
639
- Full Changelog: [v2.12.0...v2.13.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.12.0...v2.13.0)
640
-
641
- ### Features
642
-
643
- * **api:** manual updates ([7d94f13](https://github.com/dodopayments/dodopayments-typescript/commit/7d94f13b0a87e48545bc2247c592637180977b3d))
644
-
645
- ## 2.12.0 (2025-12-23)
646
-
647
- Full Changelog: [v2.11.0...v2.12.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.11.0...v2.12.0)
648
-
649
- ### Features
650
-
651
- * **api:** manual updates ([f6e359e](https://github.com/dodopayments/dodopayments-typescript/commit/f6e359e957edcdd5f8e7461e84450fdb60eea6ad))
652
- * **api:** manual updates ([0b44ac4](https://github.com/dodopayments/dodopayments-typescript/commit/0b44ac45f8881f007dc5d865708b62d55378732e))
653
- * **api:** manual updates ([20b535a](https://github.com/dodopayments/dodopayments-typescript/commit/20b535a73d16ed172f98ce6dd9c9ca505ccafbfe))
654
-
655
- ## 2.11.0 (2025-12-19)
656
-
657
- Full Changelog: [v2.10.0...v2.11.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.10.0...v2.11.0)
658
-
659
- ### Features
660
-
661
- * **api:** updated openapi spec to v1.68.4 ([4dfb782](https://github.com/dodopayments/dodopayments-typescript/commit/4dfb78238635536d76b60ed0acd401d41b08f3bc))
662
-
663
- ## 2.10.0 (2025-12-19)
664
-
665
- Full Changelog: [v2.9.3...v2.10.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.9.3...v2.10.0)
666
-
667
- ### ⚠ BREAKING CHANGES
668
-
669
- * **mcp:** remove deprecated tool schemes
670
- * **mcp:** **Migration:** To migrate, simply modify the command used to invoke the MCP server. Currently, the only supported tool scheme is code mode. Now, starting the server with just `node /path/to/mcp/server` or `npx package-name` will invoke code tools: changing your command to one of these is likely all you will need to do.
671
-
672
- ### Chores
673
-
674
- * **mcp:** remove deprecated tool schemes ([30636e2](https://github.com/dodopayments/dodopayments-typescript/commit/30636e2ade07ae6c63cca244396292b4af255f1c))
675
-
676
- ## 2.9.3 (2025-12-18)
677
-
678
- Full Changelog: [v2.9.2...v2.9.3](https://github.com/dodopayments/dodopayments-typescript/compare/v2.9.2...v2.9.3)
679
-
680
- ### Features
681
-
682
- * added github workflow to deploy remote mcp ([47bc497](https://github.com/dodopayments/dodopayments-typescript/commit/47bc4974dc7891d90bb187f5d56fbd5cabc13b5c))
683
-
684
- ## 2.9.2 (2025-12-18)
685
-
686
- Full Changelog: [v2.9.1...v2.9.2](https://github.com/dodopayments/dodopayments-typescript/compare/v2.9.1...v2.9.2)
687
-
688
- ## 2.9.1 (2025-12-18)
689
-
690
- Full Changelog: [v2.9.0...v2.9.1](https://github.com/dodopayments/dodopayments-typescript/compare/v2.9.0...v2.9.1)
691
-
692
- ### Bug Fixes
693
-
694
- * **mcp:** pass base url to code tool ([072f6ae](https://github.com/dodopayments/dodopayments-typescript/commit/072f6ae95b170f12b6b9a784902ac4716678f273))
695
-
696
- ## 2.9.0 (2025-12-16)
697
-
698
- Full Changelog: [v2.8.2...v2.9.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.8.2...v2.9.0)
699
-
700
- ### Features
701
-
702
- * **api:** updated openapi spec to 1.67.0 ([51f51c2](https://github.com/dodopayments/dodopayments-typescript/commit/51f51c250de091cf446e3dcc07b769807ccce0d4))
703
-
704
- ## 2.8.2 (2025-12-12)
705
-
706
- Full Changelog: [v2.8.1...v2.8.2](https://github.com/dodopayments/dodopayments-typescript/compare/v2.8.1...v2.8.2)
707
-
708
- ### Features
709
-
710
- * **api:** manual updates ([ee46503](https://github.com/dodopayments/dodopayments-typescript/commit/ee4650384dcea5b6582d05f4b026222a95a5bcda))
711
-
712
- ## 2.8.1 (2025-12-11)
713
-
714
- Full Changelog: [v2.8.0...v2.8.1](https://github.com/dodopayments/dodopayments-typescript/compare/v2.8.0...v2.8.1)
715
-
716
- ### Bug Fixes
717
-
718
- * **mcp:** add client instantiation options to code tool ([2a4d359](https://github.com/dodopayments/dodopayments-typescript/commit/2a4d3597473d5cd99b5b1b953c1542e72f67a7ed))
719
-
720
-
721
- ### Chores
722
-
723
- * **mcp:** update lockfile ([f134474](https://github.com/dodopayments/dodopayments-typescript/commit/f134474be68c9810f614f1c9d6b94e299251d24f))
724
-
725
- ## 2.8.0 (2025-12-08)
726
-
727
- Full Changelog: [v2.7.0...v2.8.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.7.0...v2.8.0)
728
-
729
- ### Features
730
-
731
- * **api:** updated openapi spec to v1.66.1 ([474043c](https://github.com/dodopayments/dodopayments-typescript/commit/474043c1f42a43320bb4dd0b0382db8c15966dbf))
732
-
733
- ## 2.7.0 (2025-12-06)
734
-
735
- Full Changelog: [v2.6.1...v2.7.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.6.1...v2.7.0)
736
-
737
- ### Features
738
-
739
- * **mcp:** add typescript check to code execution tool ([2f56804](https://github.com/dodopayments/dodopayments-typescript/commit/2f56804c7cf6dc223c979e584c887eab9b604dde))
740
- * **mcp:** handle code mode calls in the Stainless API ([f6bd9d6](https://github.com/dodopayments/dodopayments-typescript/commit/f6bd9d6f4d0772381cadafb66c0d722c6312eb47))
741
- * **mcp:** return logs on code tool errors ([83027fa](https://github.com/dodopayments/dodopayments-typescript/commit/83027faac8152d5b77daadfd27d6e7faff357270))
742
-
743
-
744
- ### Bug Fixes
745
-
746
- * **mcp:** correct code tool API endpoint ([afe32e3](https://github.com/dodopayments/dodopayments-typescript/commit/afe32e33cb2cd739e08b64793cec95d5042cc917))
747
- * **mcp:** return correct lines on typescript errors ([3b3812a](https://github.com/dodopayments/dodopayments-typescript/commit/3b3812adfe4dcef428aa5bdc5d322f163e5b9df3))
748
- * **mcp:** return tool execution error on api error ([f07b9bd](https://github.com/dodopayments/dodopayments-typescript/commit/f07b9bd918bbc2a1204e602f9372520ac8714014))
749
-
750
-
751
- ### Chores
752
-
753
- * **client:** fix logger property type ([b8287ca](https://github.com/dodopayments/dodopayments-typescript/commit/b8287cae23381f54b8dece0208b7f447dee991d5))
754
- * **internal:** codegen related update ([7c6e9ef](https://github.com/dodopayments/dodopayments-typescript/commit/7c6e9ef24f57274b326fdffacc8c88ffb82f1010))
755
- * **internal:** codegen related update ([0c4f3cb](https://github.com/dodopayments/dodopayments-typescript/commit/0c4f3cbd22e4e3ff0281c8354ad05d56d199a7d9))
756
- * **internal:** upgrade eslint ([1087217](https://github.com/dodopayments/dodopayments-typescript/commit/1087217168c4b4a3230cee92643e7f248c6fa103))
757
- * use latest @modelcontextprotocol/sdk ([5ee0582](https://github.com/dodopayments/dodopayments-typescript/commit/5ee05822a8084f85a65deee940c3fff80743a6b4))
758
-
759
- ## 2.6.1 (2025-11-26)
760
-
761
- Full Changelog: [v2.6.0...v2.6.1](https://github.com/dodopayments/dodopayments-typescript/compare/v2.6.0...v2.6.1)
762
-
763
- ### Features
764
-
765
- * **mcp:** add detail field to docs search tool ([2e964b0](https://github.com/dodopayments/dodopayments-typescript/commit/2e964b0e3a252f9a77470bcf346d1991d653cd8b))
766
-
767
- ## 2.6.0 (2025-11-17)
768
-
769
- Full Changelog: [v2.5.0...v2.6.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.5.0...v2.6.0)
770
-
771
- ### Features
772
-
773
- * **api:** updated openapi spec to v1.61.5 ([aeb4dfc](https://github.com/dodopayments/dodopayments-typescript/commit/aeb4dfcb79667c789422b1106f4b0536d3d8e833))
774
-
775
- ## 2.5.0 (2025-11-14)
776
-
777
- Full Changelog: [v2.4.6...v2.5.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.4.6...v2.5.0)
778
-
779
- ### Features
780
-
781
- * **api:** added update payment method and updated openapi spec to v1.60.0 ([05fa53d](https://github.com/dodopayments/dodopayments-typescript/commit/05fa53d2182621dc51b90bf62b3acf3f75f06702))
782
-
783
- ## 2.4.6 (2025-11-13)
784
-
785
- Full Changelog: [v2.4.5...v2.4.6](https://github.com/dodopayments/dodopayments-typescript/compare/v2.4.5...v2.4.6)
786
-
787
- ### Bug Fixes
788
-
789
- * **mcp:** return tool execution error on jq failure ([a5e673a](https://github.com/dodopayments/dodopayments-typescript/commit/a5e673ab548c0596a14fcf2654b049212fcd9e23))
790
-
791
-
792
- ### Chores
793
-
794
- * **mcp:** upgrade jq-web ([82e2b27](https://github.com/dodopayments/dodopayments-typescript/commit/82e2b2784ea2538bb45e7d33559e48f12929d455))
795
-
796
- ## 2.4.5 (2025-11-11)
797
-
798
- Full Changelog: [v2.4.4...v2.4.5](https://github.com/dodopayments/dodopayments-typescript/compare/v2.4.4...v2.4.5)
799
-
800
- ### Bug Fixes
801
-
802
- * **mcp:** use raw responses for binary content ([a5954f0](https://github.com/dodopayments/dodopayments-typescript/commit/a5954f00b96ebc1a422b706894b0ed57e914abe2))
803
-
804
-
805
- ### Chores
806
-
807
- * **internal:** codegen related update ([c21861f](https://github.com/dodopayments/dodopayments-typescript/commit/c21861fb2a1f3d1d87e1d27ba1faa700655163f0))
808
- * **internal:** codegen related update ([25d312a](https://github.com/dodopayments/dodopayments-typescript/commit/25d312ac17d7da5825564782dff206873ca3440d))
809
- * **mcp:** clarify http auth error ([a6e4eab](https://github.com/dodopayments/dodopayments-typescript/commit/a6e4eab2e2f2d05ff675432e9c13a475faa85233))
810
-
811
- ## 2.4.4 (2025-11-07)
812
-
813
- Full Changelog: [v2.4.3...v2.4.4](https://github.com/dodopayments/dodopayments-typescript/compare/v2.4.3...v2.4.4)
814
-
815
- ### Chores
816
-
817
- * **internal:** codegen related update ([818e90b](https://github.com/dodopayments/dodopayments-typescript/commit/818e90b659ed5fcd34e882c2d6fff158a59ea612))
818
- * **mcp:** add friendlier MCP code tool errors on incorrect method invocations ([abbe057](https://github.com/dodopayments/dodopayments-typescript/commit/abbe057c30e109ad630804a66020fdb2131dee98))
819
- * **mcp:** add line numbers to code tool errors ([2de014b](https://github.com/dodopayments/dodopayments-typescript/commit/2de014babcdbf101ad373677e24ce17e54fa51e7))
820
-
821
-
822
- ### Documentation
823
-
824
- * **mcp:** add a README button for one-click add to Cursor ([cf25725](https://github.com/dodopayments/dodopayments-typescript/commit/cf2572540a90396e32b73becbded03dbe18fb6b3))
825
- * **mcp:** add a README link to add server to VS Code or Claude Code ([e9131bb](https://github.com/dodopayments/dodopayments-typescript/commit/e9131bb9bee194dcdf29625cc31325b15764027a))
826
-
827
- ## 2.4.3 (2025-11-05)
828
-
829
- Full Changelog: [v2.4.2...v2.4.3](https://github.com/dodopayments/dodopayments-typescript/compare/v2.4.2...v2.4.3)
830
-
831
- ### Features
832
-
833
- * **mcp:** enable optional code execution tool on http mcp servers ([6d35c29](https://github.com/dodopayments/dodopayments-typescript/commit/6d35c29e461d58f4697a83fffc8fc6f818fe7bbc))
834
-
835
-
836
- ### Chores
837
-
838
- * **internal:** codegen related update ([0dc8e91](https://github.com/dodopayments/dodopayments-typescript/commit/0dc8e91e6d9d1622f38f65f6bfb4a3abb4ab8e3e))
839
- * **internal:** grammar fix (it's -> its) ([6275ab5](https://github.com/dodopayments/dodopayments-typescript/commit/6275ab5cea238e1c52bd44af1a2bb66deacc899d))
840
- * mcp code tool explicit error message when missing a run function ([b1409a5](https://github.com/dodopayments/dodopayments-typescript/commit/b1409a54f124d5cdaae427dbf0ece4dc4f8cb0f6))
841
- * use structured error when code execution tool errors ([c6ea394](https://github.com/dodopayments/dodopayments-typescript/commit/c6ea39446c6d236aa3f9a9c6a400e81aa8a946be))
842
-
843
- ## 2.4.2 (2025-10-31)
844
-
845
- Full Changelog: [v2.4.1...v2.4.2](https://github.com/dodopayments/dodopayments-typescript/compare/v2.4.1...v2.4.2)
846
-
847
- ### Bug Fixes
848
-
849
- * **mcpb:** pin @anthropic-ai/mcpb version ([ca20767](https://github.com/dodopayments/dodopayments-typescript/commit/ca20767f9d543a320374df1315f3d4e6a90b2326))
850
-
851
- ## 2.4.1 (2025-10-29)
852
-
853
- Full Changelog: [v2.4.0...v2.4.1](https://github.com/dodopayments/dodopayments-typescript/compare/v2.4.0...v2.4.1)
854
-
855
- ### Features
856
-
857
- * **api:** updated openapi spec to v1.56.3 ([65bd174](https://github.com/dodopayments/dodopayments-typescript/commit/65bd1742a77724511637a535953ade0ca151d30d))
858
-
859
- ## 2.4.0 (2025-10-27)
860
-
861
- Full Changelog: [v2.3.1...v2.4.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.3.1...v2.4.0)
862
-
863
- ### Features
864
-
865
- * **api:** updated to openapi spec v1.56.0 ([bbffb43](https://github.com/dodopayments/dodopayments-typescript/commit/bbffb435587036518d86a719313b609a43e63bdb))
866
-
867
- ## 2.3.1 (2025-10-25)
868
-
869
- Full Changelog: [v2.3.0...v2.3.1](https://github.com/dodopayments/dodopayments-typescript/compare/v2.3.0...v2.3.1)
870
-
871
- ### Bug Fixes
872
-
873
- * fixed docker tags to for ghcr registry ([fb5f727](https://github.com/dodopayments/dodopayments-typescript/commit/fb5f727b04fc176be17bd19508034f6ccfcac3d6))
874
-
875
- ## 2.3.0 (2025-10-25)
876
-
877
- Full Changelog: [v2.2.1...v2.3.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.2.1...v2.3.0)
878
-
879
- ### Features
880
-
881
- * **api:** added unwrap functions for webhooks ([0d29085](https://github.com/dodopayments/dodopayments-typescript/commit/0d29085bd32fdeebdb36762e61f1a5e3a365e5b1))
882
-
883
- ## 2.2.1 (2025-10-17)
884
-
885
- Full Changelog: [v2.2.0...v2.2.1](https://github.com/dodopayments/dodopayments-typescript/compare/v2.2.0...v2.2.1)
886
-
887
- ### Features
888
-
889
- * **api:** updates for openapi spec v1.55.7 ([2ec3ba5](https://github.com/dodopayments/dodopayments-typescript/commit/2ec3ba57a4a69a92ad3982d98b9f8e0f756e0d60))
890
-
891
- ## 2.2.0 (2025-10-16)
892
-
893
- Full Changelog: [v2.1.2...v2.2.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.1.2...v2.2.0)
894
-
895
- ### Features
896
-
897
- * **api:** updated openapi spec to v1.55.0 ([a58bb8c](https://github.com/dodopayments/dodopayments-typescript/commit/a58bb8c880d745469f9eae7e575fc48fb3064692))
898
-
899
- ## 2.1.2 (2025-10-09)
900
-
901
- Full Changelog: [v2.1.1...v2.1.2](https://github.com/dodopayments/dodopayments-typescript/compare/v2.1.1...v2.1.2)
902
-
903
- ### Bug Fixes
904
-
905
- * **mcp:** fix cli argument parsing logic ([be71da4](https://github.com/dodopayments/dodopayments-typescript/commit/be71da4e2d5b2d031ede89fc4ee81fc0a0e7cd8b))
906
- * **mcp:** resolve a linting issue in server code ([210cc3b](https://github.com/dodopayments/dodopayments-typescript/commit/210cc3b45f351ceeb07fa397000bbf7021b2b09d))
907
-
908
-
909
- ### Chores
910
-
911
- * extract some types in mcp docs ([2ed0150](https://github.com/dodopayments/dodopayments-typescript/commit/2ed0150ec13d1756910dfd551272a2321ddffb0d))
912
- * **internal:** codegen related update ([38db37d](https://github.com/dodopayments/dodopayments-typescript/commit/38db37dc84d4c69f176e85e26fcff5d9804e0eee))
913
- * **internal:** install openssl in mcp dockerfile ([376336e](https://github.com/dodopayments/dodopayments-typescript/commit/376336e9743637eadfa051becc8f1c21d56febce))
914
- * **internal:** remove .eslintcache ([6b291aa](https://github.com/dodopayments/dodopayments-typescript/commit/6b291aa43ec692f85fa557cda16e3711aa993cc6))
915
- * **internal:** use npm pack for build uploads ([ee07311](https://github.com/dodopayments/dodopayments-typescript/commit/ee073119746a36e9f14ff577fd6a075ea107cb5c))
916
- * **jsdoc:** fix [@link](https://github.com/link) annotations to refer only to parts of the package‘s public interface ([1b777fc](https://github.com/dodopayments/dodopayments-typescript/commit/1b777fc9fc10cd87e01dff0cb21b8788cab4113d))
917
- * update lockfile ([75b31af](https://github.com/dodopayments/dodopayments-typescript/commit/75b31afb0abee6ecf3b58dd2102235aa3dd8c9b4))
918
-
919
- ## 2.1.1 (2025-09-27)
920
-
921
- Full Changelog: [v2.1.0...v2.1.1](https://github.com/dodopayments/dodopayments-typescript/compare/v2.1.0...v2.1.1)
922
-
923
- ### Performance Improvements
924
-
925
- * faster formatting ([724b1c7](https://github.com/dodopayments/dodopayments-typescript/commit/724b1c7048ab6fbdfe0233813d59faccd185a152))
926
-
927
-
928
- ### Chores
929
-
930
- * **internal:** codegen related update ([e8818ea](https://github.com/dodopayments/dodopayments-typescript/commit/e8818eaedce15ea0c39f34174439587ae520b124))
931
- * **internal:** fix incremental formatting in some cases ([5aeafd4](https://github.com/dodopayments/dodopayments-typescript/commit/5aeafd41fd072e24d91f4ae766bd1c13052ba4e6))
932
- * **internal:** ignore .eslintcache ([33aff0d](https://github.com/dodopayments/dodopayments-typescript/commit/33aff0d2e3d901120aab9ca65802a55f17056412))
933
- * **internal:** remove deprecated `compilerOptions.baseUrl` from tsconfig.json ([635fe9f](https://github.com/dodopayments/dodopayments-typescript/commit/635fe9fbe1c3fb542d3aa220eee0ef2a73b4daa5))
934
- * **mcp:** allow pointing `docs_search` tool at other URLs ([4e76510](https://github.com/dodopayments/dodopayments-typescript/commit/4e76510b44d5ba65444d5209bf45f4edf3630b72))
935
-
936
- ## 2.1.0 (2025-09-24)
937
-
938
- Full Changelog: [v2.0.2...v2.1.0](https://github.com/dodopayments/dodopayments-typescript/compare/v2.0.2...v2.1.0)
939
-
940
- ### Features
941
-
942
- * **mcp:** add docs search tool ([5c9347e](https://github.com/dodopayments/dodopayments-typescript/commit/5c9347e55e8a8a3bff47ba6da1a31c4f43ecc073))
943
- * **mcp:** add option for including docs tools ([99f2b78](https://github.com/dodopayments/dodopayments-typescript/commit/99f2b786c82b708687362f45ccaed1638c851cea))
944
- * **mcp:** enable experimental docs search tool ([0bb2426](https://github.com/dodopayments/dodopayments-typescript/commit/0bb2426ade3fe591c64eae721d44fb7404bcaca1))
945
-
946
-
947
- ### Chores
948
-
949
- * **codegen:** internal codegen update ([9a2cf7d](https://github.com/dodopayments/dodopayments-typescript/commit/9a2cf7d75677004865f13e9b21663729549cdf0b))
950
- * do not install brew dependencies in ./scripts/bootstrap by default ([d9dd55f](https://github.com/dodopayments/dodopayments-typescript/commit/d9dd55fb53e50f8fded47696b2621969b3539d06))
951
- * **internal:** gitignore .mcpb files ([a71c421](https://github.com/dodopayments/dodopayments-typescript/commit/a71c421ffcfcdc203f127dd7a691b6a99e5a5fd5))
952
- * **mcp:** rename dxt to mcpb ([0622aa1](https://github.com/dodopayments/dodopayments-typescript/commit/0622aa1a6805aa1e81ed4004bcdab7e8b5034c43))
953
-
954
- ## 2.0.2 (2025-09-17)
955
-
956
- Full Changelog: [v2.0.1...v2.0.2](https://github.com/dodopayments/dodopayments-typescript/compare/v2.0.1...v2.0.2)
957
-
958
- ### Bug Fixes
959
-
960
- * **ci:** set permissions for DXT publish action ([b317617](https://github.com/dodopayments/dodopayments-typescript/commit/b317617e8ec64a23713562dc479e0fb62bd07fd0))
961
-
962
- ## 2.0.1 (2025-09-13)
963
-
964
- Full Changelog: [v2.0.0...v2.0.1](https://github.com/dodopayments/dodopayments-typescript/compare/v2.0.0...v2.0.1)
965
-
966
- ### Features
967
-
968
- * **api:** added ghcr deployment for mcp ([f341bc9](https://github.com/dodopayments/dodopayments-typescript/commit/f341bc993ac6d3f1456d2e00a6071c1549112cf4))
969
- * **api:** manual updates ([885eba9](https://github.com/dodopayments/dodopayments-typescript/commit/885eba915dd27ff9e3adaef2653d89a59c7c7aab))
970
-
971
- ## 2.0.0 (2025-09-13)
972
-
973
- Full Changelog: [v1.53.2...v2.0.0](https://github.com/dodopayments/dodopayments-typescript/compare/v1.53.2...v2.0.0)
974
-
975
- ### Features
976
-
977
- * **api:** added typescript sdk for migration and updated org info ([3806e38](https://github.com/dodopayments/dodopayments-typescript/commit/3806e38ac7f1aab12d728357201f9c37d704e2e2))
978
- * **api:** changed target version for typescript sdk to 2.0.0 ([eedbc6f](https://github.com/dodopayments/dodopayments-typescript/commit/eedbc6f492fdfe9cba6ce592f57570a7e6a36233))
979
- * **api:** manual updates ([cce60af](https://github.com/dodopayments/dodopayments-typescript/commit/cce60af560973e4cd56bd3d8f07a0a6f088964b5))
980
-
981
- ## 1.53.2 (2025-09-13)
982
-
983
- Full Changelog: [v1.52.6...v1.53.2](https://github.com/dodopayments/dodopayments-node/compare/v1.52.6...v1.53.2)
984
-
985
- ### Features
986
-
987
- * **api:** updated openapi spec to v1.53.2 with customer credits. ([e581980](https://github.com/dodopayments/dodopayments-node/commit/e5819800818775d22638fda9b4b3f02ff8ca7189))
988
-
989
- ## 1.52.6 (2025-09-12)
990
-
991
- Full Changelog: [v1.52.5...v1.52.6](https://github.com/dodopayments/dodopayments-node/compare/v1.52.5...v1.52.6)
992
-
993
- ### Bug Fixes
994
-
995
- * coerce nullable values to undefined ([5adbb53](https://github.com/dodopayments/dodopayments-node/commit/5adbb53687ee1c807c9dfc372ffd6e9df23d2d3c))
996
- * **mcp:** fix uploading dxt release assets ([b3a8b02](https://github.com/dodopayments/dodopayments-node/commit/b3a8b0287e3910710040dfbbb238d2f5e712181a))
997
-
998
-
999
- ### Chores
1000
-
1001
- * ci build action ([5c198c5](https://github.com/dodopayments/dodopayments-node/commit/5c198c5b04e10cc2d6fe72b66c03941ead3d3aea))
1002
- * **internal:** codegen related update ([233e6f4](https://github.com/dodopayments/dodopayments-node/commit/233e6f4063f323277dfb473b55101679e8bbf5e8))
1003
- * **internal:** codegen related update ([ea563ba](https://github.com/dodopayments/dodopayments-node/commit/ea563bafefc9e10b56bfb9b4bcef573a2c23eb5b))
1004
- * **internal:** codegen related update ([6f372f8](https://github.com/dodopayments/dodopayments-node/commit/6f372f832f2cda7b3140e7d9162701f562a3ecb6))
1005
- * **internal:** codegen related update ([7f0b0e5](https://github.com/dodopayments/dodopayments-node/commit/7f0b0e5c29d6d4143ab6bf8f511f028719155d48))
1006
-
1007
- ## 1.52.5 (2025-09-04)
1008
-
1009
- Full Changelog: [v1.52.3...v1.52.5](https://github.com/dodopayments/dodopayments-node/compare/v1.52.3...v1.52.5)
1010
-
1011
- ### Features
1012
-
1013
- * **api:** updated openapi spec to v1.52.4 ([a37d6c4](https://github.com/dodopayments/dodopayments-node/commit/a37d6c433fc3e4810118d6f665e398210554cc6c))
1014
-
1015
- ## 1.52.3 (2025-09-03)
1016
-
1017
- Full Changelog: [v1.51.2...v1.52.3](https://github.com/dodopayments/dodopayments-node/compare/v1.51.2...v1.52.3)
1018
-
1019
- ### Features
1020
-
1021
- * **api:** manual updates ([7a7db07](https://github.com/dodopayments/dodopayments-node/commit/7a7db0762a1020d0728d9da846a3d65b5d0d4c0a))
1022
- * **api:** updated openapi spec ([db99ebf](https://github.com/dodopayments/dodopayments-node/commit/db99ebfb265529a3997b873722a0aaf80b314279))
1023
- * **mcp:** add client infer to cloudflare oauth screen ([335f078](https://github.com/dodopayments/dodopayments-node/commit/335f078f1d66afe41532d29558aed3d8a5c118eb))
1024
- * **mcp:** allow setting logging level ([b3850a4](https://github.com/dodopayments/dodopayments-node/commit/b3850a4f6c383c3bd60c5dc23f9af6e5bf7a69d5))
1025
- * **mcp:** expose client options in `streamableHTTPApp` ([621a46f](https://github.com/dodopayments/dodopayments-node/commit/621a46f4b907fae51e1b515b2e492ba8cee4dd3e))
1026
- * updated openapi spec and added model and API functions for Usage Based Billing ([1714ff8](https://github.com/dodopayments/dodopayments-node/commit/1714ff822ddd24afe7d979710f20dac30630faaf))
1027
-
1028
-
1029
- ### Chores
1030
-
1031
- * **internal:** codegen related update ([b5228cd](https://github.com/dodopayments/dodopayments-node/commit/b5228cd2b0e92ca723cbb21fc5dc6de90adb472d))
1032
-
1033
- ## 1.51.2 (2025-08-24)
1034
-
1035
- Full Changelog: [v1.51.1...v1.51.2](https://github.com/dodopayments/dodopayments-node/compare/v1.51.1...v1.51.2)
1036
-
1037
- ### Chores
1038
-
1039
- * **internal:** codegen related update ([a1c2ade](https://github.com/dodopayments/dodopayments-node/commit/a1c2ade3449d477ec6cb4d56707cc7ea01e5c2b4))
1040
-
1041
- ## 1.51.1 (2025-08-23)
1042
-
1043
- Full Changelog: [v1.51.0...v1.51.1](https://github.com/dodopayments/dodopayments-node/compare/v1.51.0...v1.51.1)
1044
-
1045
- ### Chores
1046
-
1047
- * update CI script ([aaa4323](https://github.com/dodopayments/dodopayments-node/commit/aaa4323ec1514c6da767ecb85b8431eb5f0be055))
1048
-
1049
- ## 1.51.0 (2025-08-22)
1050
-
1051
- Full Changelog: [v1.50.0...v1.51.0](https://github.com/dodopayments/dodopayments-node/compare/v1.50.0...v1.51.0)
1052
-
1053
- ### Features
1054
-
1055
- * **api:** updated example ([151f228](https://github.com/dodopayments/dodopayments-node/commit/151f228a14708fbe310759a6bf3a8f8ae5c7bf05))
1056
- * **api:** updated openapi spec to v1.51.0 and added checkout sessions ([a6112d2](https://github.com/dodopayments/dodopayments-node/commit/a6112d233096c7965cadc198ea24bd97cb5fe7c1))
1057
- * **mcp:** add code execution tool ([4078bec](https://github.com/dodopayments/dodopayments-node/commit/4078becd78ac85ca3c02979e64c50762ffa98ff4))
1058
- * **mcp:** add option to infer mcp client ([a8e60df](https://github.com/dodopayments/dodopayments-node/commit/a8e60df1a59e578dee481d59a47808e7cf54bdc8))
1059
-
1060
-
1061
- ### Chores
1062
-
1063
- * **internal:** make mcp-server publishing public by defaut ([016ca5d](https://github.com/dodopayments/dodopayments-node/commit/016ca5dfe898dd368284ba0ca1021f5ba7ca8a03))
1064
- * **mcp:** add cors to oauth metadata route ([7a1dfab](https://github.com/dodopayments/dodopayments-node/commit/7a1dfab7417af634831e17ade3d230ad9c669efe))
1065
- * **mcp:** update package.json ([178dc54](https://github.com/dodopayments/dodopayments-node/commit/178dc547856924dc78e53476a476b2e094b17e13))
1066
- * **mcp:** update types ([4a5334a](https://github.com/dodopayments/dodopayments-node/commit/4a5334aa6ffe45df5a838f0e1adf0729e8774124))
1067
-
1068
- ## 1.50.0 (2025-08-19)
1069
-
1070
- Full Changelog: [v1.49.0...v1.50.0](https://github.com/dodopayments/dodopayments-node/compare/v1.49.0...v1.50.0)
1071
-
1072
- ### Features
1073
-
1074
- * **mcp:** parse query string as mcp client options in mcp server ([437576b](https://github.com/dodopayments/dodopayments-node/commit/437576ba21fbb0b4af499d36e42968bb3f1e9ec8))
1075
-
1076
-
1077
- ### Chores
1078
-
1079
- * **internal:** codegen related update ([cf27f35](https://github.com/dodopayments/dodopayments-node/commit/cf27f35ae4962cf8518c987adecbc299665831b7))
1080
- * **internal:** formatting change ([a205553](https://github.com/dodopayments/dodopayments-node/commit/a205553b4b08e01d2baef2c4a2bcc17182488220))
1081
- * **internal:** refactor array check ([e6493fd](https://github.com/dodopayments/dodopayments-node/commit/e6493fd69e4c6d34c8e236918fc210affd6d70b5))
1082
- * **mcp:** update README ([a47e159](https://github.com/dodopayments/dodopayments-node/commit/a47e1595012064cbfea21503cc648782dd0a5233))
1083
-
1084
- ## 1.49.0 (2025-08-13)
1085
-
1086
- Full Changelog: [v1.47.0...v1.49.0](https://github.com/dodopayments/dodopayments-node/compare/v1.47.0...v1.49.0)
1087
-
1088
- ### Features
1089
-
1090
- * **api:** manual updates ([723f2fc](https://github.com/dodopayments/dodopayments-node/commit/723f2fcec2953beae7c13d256be6453f8c76a0de))
1091
- * **api:** manual updates ([611d6f7](https://github.com/dodopayments/dodopayments-node/commit/611d6f7b27065df3dca4af7cf4ae2b0abb469945))
1092
-
1093
- ## 1.47.0 (2025-08-11)
1094
-
1095
- Full Changelog: [v1.44.0...v1.47.0](https://github.com/dodopayments/dodopayments-node/compare/v1.44.0...v1.47.0)
1096
-
1097
- ### Features
1098
-
1099
- * **api:** updated openapi spec to 1.47.0 ([93680ff](https://github.com/dodopayments/dodopayments-node/commit/93680fff0db339f25e3566d3dd04d58592121009))
1100
-
1101
- ## 1.44.0 (2025-08-02)
1102
-
1103
- Full Changelog: [v1.43.1...v1.44.0](https://github.com/dodopayments/dodopayments-node/compare/v1.43.1...v1.44.0)
1104
-
1105
- ### Features
1106
-
1107
- * **api:** updated openapi spec to 1.44.0 ([db97e62](https://github.com/dodopayments/dodopayments-node/commit/db97e623b97ed8302ed40a20a91f29c8b30fea1e))
1108
- * **mcp:** add logging when environment variable is set ([db7818f](https://github.com/dodopayments/dodopayments-node/commit/db7818f85d3f4a25cf81b418dee31c901a09a898))
1109
-
1110
-
1111
- ### Bug Fixes
1112
-
1113
- * **mcp:** avoid sending `jq_filter` to base API ([2ad3c06](https://github.com/dodopayments/dodopayments-node/commit/2ad3c06fcfbf991cc0aa6c4eebdc2bdbc084ebc7))
1114
- * **mcp:** fix tool description of jq_filter ([984671c](https://github.com/dodopayments/dodopayments-node/commit/984671c7b04460aba5685d815e20a251b9fc3ca2))
1115
- * **mcp:** reverse validJson capability option and limit scope ([f86edb8](https://github.com/dodopayments/dodopayments-node/commit/f86edb8cd9e585555b3e8a3eec2134e26d3f5233))
1116
-
1117
-
1118
- ### Chores
1119
-
1120
- * **internal:** remove redundant imports config ([925d5dd](https://github.com/dodopayments/dodopayments-node/commit/925d5dd8d23f9c742f2e62d5661b986eeab898a6))
1121
-
1122
- ## 1.43.1 (2025-07-24)
1123
-
1124
- Full Changelog: [v1.43.0...v1.43.1](https://github.com/dodopayments/dodopayments-node/compare/v1.43.0...v1.43.1)
1125
-
1126
- ### Chores
1127
-
1128
- * **internal:** codegen related update ([a5e5dcb](https://github.com/dodopayments/dodopayments-node/commit/a5e5dcb087020cd180fc4943c6a0d8dd1e02de12))
1129
-
1130
- ## 1.43.0 (2025-07-23)
1131
-
1132
- Full Changelog: [v1.42.0...v1.43.0](https://github.com/dodopayments/dodopayments-node/compare/v1.42.0...v1.43.0)
1133
-
1134
- ### Features
1135
-
1136
- * **api:** updated openapi spec to v1.42.5 ([58e3e45](https://github.com/dodopayments/dodopayments-node/commit/58e3e45c43b69f8f800404fbdf1cd072b404000d))
1137
-
1138
-
1139
- ### Bug Fixes
1140
-
1141
- * **mcp:** include required section for top-level properties and support naming transformations ([55a4476](https://github.com/dodopayments/dodopayments-node/commit/55a4476b4d3e24a2201d019779859ac41891bc99))
1142
-
1143
-
1144
- ### Chores
1145
-
1146
- * **mcp:** formatting ([9232c27](https://github.com/dodopayments/dodopayments-node/commit/9232c27b944cc70912475714d0893db427093da2))
1147
-
1148
- ## 1.42.0 (2025-07-16)
1149
-
1150
- Full Changelog: [v1.39.0...v1.42.0](https://github.com/dodopayments/dodopayments-node/compare/v1.39.0...v1.42.0)
1151
-
1152
- ### Features
1153
-
1154
- * **api:** updated open api spec to v1.42.0 ([f683f47](https://github.com/dodopayments/dodopayments-node/commit/f683f47856c6071ccb55d973f1531e6c954d6944))
1155
-
1156
-
1157
- ### Bug Fixes
1158
-
1159
- * **mcp:** support jq filtering on cloudflare workers ([d64da19](https://github.com/dodopayments/dodopayments-node/commit/d64da19e0ff9ac8079e93aaf871742abc2fce245))
1160
-
1161
-
1162
- ### Chores
1163
-
1164
- * **mcp:** rework imports in tools ([94907f5](https://github.com/dodopayments/dodopayments-node/commit/94907f5cb601a670762daa63f0c0ef59db1e7f01))
1165
-
1166
- ## 1.39.0 (2025-07-15)
1167
-
1168
- Full Changelog: [v1.38.1...v1.39.0](https://github.com/dodopayments/dodopayments-node/compare/v1.38.1...v1.39.0)
1169
-
1170
- ### Features
1171
-
1172
- * **api:** updated openapi spec to v1.40.0 ([e489d45](https://github.com/dodopayments/dodopayments-node/commit/e489d4506334554d6784a20a972ced8b45825a2b))
1173
-
1174
- ## 1.38.1 (2025-07-12)
1175
-
1176
- Full Changelog: [v1.38.0...v1.38.1](https://github.com/dodopayments/dodopayments-node/compare/v1.38.0...v1.38.1)
1177
-
1178
- ### Features
1179
-
1180
- * **mcp:** support filtering tool results by a jq expression ([f390045](https://github.com/dodopayments/dodopayments-node/commit/f390045e4d258218104616c68ba1c46fbebefd3b))
1181
-
1182
-
1183
- ### Bug Fixes
1184
-
1185
- * **mcp:** relax input type for asTextContextResult ([67a88e1](https://github.com/dodopayments/dodopayments-node/commit/67a88e17d91c4be59c6dbeb8895087a83508e512))
1186
-
1187
-
1188
- ### Chores
1189
-
1190
- * make some internal functions async ([04c263c](https://github.com/dodopayments/dodopayments-node/commit/04c263c8a4fc6a7bc19735da976d20d8986c0c72))
1191
-
1192
-
1193
- ### Documentation
1194
-
1195
- * **mcp:** correct instructions for adding to claude web ([4e68d7d](https://github.com/dodopayments/dodopayments-node/commit/4e68d7d3c6be9abdf0f3196ff475ce356ef4c9e2))
1196
-
1197
- ## 1.38.0 (2025-07-05)
1198
-
1199
- Full Changelog: [v1.37.2...v1.38.0](https://github.com/dodopayments/dodopayments-node/compare/v1.37.2...v1.38.0)
1200
-
1201
- ### Features
1202
-
1203
- * **api:** updated openapi spec to v1.38.0 ([e6b923f](https://github.com/dodopayments/dodopayments-node/commit/e6b923f77c2ab809d16a8304265bcf7b3fcb08ca))
1204
-
1205
- ## 1.37.2 (2025-07-04)
1206
-
1207
- Full Changelog: [v1.37.1...v1.37.2](https://github.com/dodopayments/dodopayments-node/compare/v1.37.1...v1.37.2)
1208
-
1209
- ### Bug Fixes
1210
-
1211
- * **build:** bump node version in CI build to 20 to be compatible with MCP package ([8d52f93](https://github.com/dodopayments/dodopayments-node/commit/8d52f93c06c7461a2ad5add9d26f36f88ddd1fc9))
1212
-
1213
- ## 1.37.1 (2025-07-03)
1214
-
1215
- Full Changelog: [v1.37.1...v1.37.1](https://github.com/dodopayments/dodopayments-node/compare/v1.37.1...v1.37.1)
1216
-
1217
- ### Features
1218
-
1219
- * **api:** added webhook event type model ([c82129b](https://github.com/dodopayments/dodopayments-node/commit/c82129b3cc45a79e9a8e113b50671837800f48f0))
1220
- * **api:** added webhook payload model ([978db2b](https://github.com/dodopayments/dodopayments-node/commit/978db2b2772d6b36ac850454db132f224087f28a))
1221
-
1222
- ## 1.37.1 (2025-07-03)
1223
-
1224
- Full Changelog: [v1.37.0...v1.37.1](https://github.com/dodopayments/dodopayments-node/compare/v1.37.0...v1.37.1)
1225
-
1226
- ### Bug Fixes
1227
-
1228
- * **client:** don't send `Content-Type` for bodyless methods ([4503d7b](https://github.com/dodopayments/dodopayments-node/commit/4503d7bec52fdf898bc0ec83fd5d052422ae0ddc))
1229
- * **mcp:** define `.well-known/oauth-protected-resource` ([4822976](https://github.com/dodopayments/dodopayments-node/commit/48229763c0d88a056e1b291b661491bca11e682e))
1230
-
1231
-
1232
- ### Chores
1233
-
1234
- * mention unit type in timeout docs ([4a8e9b7](https://github.com/dodopayments/dodopayments-node/commit/4a8e9b730cb63801a7b8f8066d869f6865126e6e))
1235
-
1236
- ## 1.37.0 (2025-07-02)
1237
-
1238
- Full Changelog: [v1.34.2...v1.37.0](https://github.com/dodopayments/dodopayments-node/compare/v1.34.2...v1.37.0)
1239
-
1240
- ### Features
1241
-
1242
- * **api:** updated openapi spec for v1.37.0 ([86f3058](https://github.com/dodopayments/dodopayments-node/commit/86f3058eee069f9362b9fe18d745312377cada35))
1243
- * **mcp:** fallback for void-typed methods ([e954db2](https://github.com/dodopayments/dodopayments-node/commit/e954db2bdc9d8be57f8fecf979fb60775e395f54))
1244
-
1245
-
1246
- ### Bug Fixes
1247
-
1248
- * **ci:** release-doctor — report correct token name ([66e853d](https://github.com/dodopayments/dodopayments-node/commit/66e853dc3e35e516357d0a0a05c7829806d321a7))
1249
-
1250
-
1251
- ### Chores
1252
-
1253
- * **ci:** only run for pushes and fork pull requests ([023e8a4](https://github.com/dodopayments/dodopayments-node/commit/023e8a41823d0f398cc8132fefe921996c163252))
1254
-
1255
- ## 1.34.2 (2025-06-24)
1256
-
1257
- Full Changelog: [v1.34.1...v1.34.2](https://github.com/dodopayments/dodopayments-node/compare/v1.34.1...v1.34.2)
1258
-
1259
- ### Refactors
1260
-
1261
- * **types:** replace Record with mapped types ([7863e76](https://github.com/dodopayments/dodopayments-node/commit/7863e762d41150756288cf325528530c40e5870d))
1262
-
1263
- ## 1.34.1 (2025-06-21)
1264
-
1265
- Full Changelog: [v1.34.0...v1.34.1](https://github.com/dodopayments/dodopayments-node/compare/v1.34.0...v1.34.1)
1266
-
1267
- ### Features
1268
-
1269
- * **api:** added cloudflare worker support for mcp ([92d0bca](https://github.com/dodopayments/dodopayments-node/commit/92d0bca4e826ca35e755329530e31b69646f02e6))
1270
-
1271
- ## 1.34.0 (2025-06-18)
1272
-
1273
- Full Changelog: [v1.32.0...v1.34.0](https://github.com/dodopayments/dodopayments-node/compare/v1.32.0...v1.34.0)
1274
-
1275
- ### Features
1276
-
1277
- * **api:** updated to version 1.34.0 ([5e2b0de](https://github.com/dodopayments/dodopayments-node/commit/5e2b0de9a03f8710c8a0668a98f14de8cbfa615e))
1278
- * **client:** add support for endpoint-specific base URLs ([be757eb](https://github.com/dodopayments/dodopayments-node/commit/be757ebae2d1a9f0f94a9928b78b62bbdaf35fe1))
1279
- * **mcp:** set X-Stainless-MCP header ([b3296b1](https://github.com/dodopayments/dodopayments-node/commit/b3296b109535889fc01687c3134bc3dd5b3846d1))
1280
-
1281
-
1282
- ### Bug Fixes
1283
-
1284
- * publish script — handle NPM errors correctly ([032afdd](https://github.com/dodopayments/dodopayments-node/commit/032afddaf6a48ab218d5f7655644aa668446a708))
1285
-
1286
-
1287
- ### Chores
1288
-
1289
- * **ci:** enable for pull requests ([2330bc5](https://github.com/dodopayments/dodopayments-node/commit/2330bc5595b85c172bb554b8a3ce97d99b0975ff))
1290
- * **internal:** make base APIResource abstract ([6101db1](https://github.com/dodopayments/dodopayments-node/commit/6101db10e3e77ef0d0afc9fcec8517fc6f4153b9))
1291
- * **mcp:** provides high-level initMcpServer function and exports known clients ([6fe8bae](https://github.com/dodopayments/dodopayments-node/commit/6fe8baeac05503e60ba1a0b2a808530558c62d73))
1292
-
1293
- ## 1.32.0 (2025-06-09)
1294
-
1295
- Full Changelog: [v1.30.2...v1.32.0](https://github.com/dodopayments/dodopayments-node/compare/v1.30.2...v1.32.0)
1296
-
1297
- ### Features
1298
-
1299
- * **api:** updated openapi spec to v1.32.0 ([7ceb3e7](https://github.com/dodopayments/dodopayments-node/commit/7ceb3e75b8d859ea2d7f5c8004fe7015dc852842))
1300
- * **mcp:** implement support for binary responses ([6c7bfef](https://github.com/dodopayments/dodopayments-node/commit/6c7bfef2203036e20b6b9af7fc2d414c6dacab42))
1301
-
1302
- ## 1.30.2 (2025-06-04)
1303
-
1304
- Full Changelog: [v1.30.0...v1.30.2](https://github.com/dodopayments/dodopayments-node/compare/v1.30.0...v1.30.2)
1305
-
1306
- ### Features
1307
-
1308
- * **api:** fixed openapi spec ([d4e2550](https://github.com/dodopayments/dodopayments-node/commit/d4e255020586557a8f834af37f2f56c8a7195b43))
1309
-
1310
-
1311
- ### Chores
1312
-
1313
- * **docs:** use top-level-await in example snippets ([cafdee2](https://github.com/dodopayments/dodopayments-node/commit/cafdee2532819b55cd0ebf89a51706507bf4c32f))
1314
-
1315
- ## 1.30.0 (2025-06-02)
1316
-
1317
- Full Changelog: [v1.27.0...v1.30.0](https://github.com/dodopayments/dodopayments-node/compare/v1.27.0...v1.30.0)
1318
-
1319
- ### Features
1320
-
1321
- * **api:** manual updates ([ef4f720](https://github.com/dodopayments/dodopayments-node/commit/ef4f7204bd534590706de090b9ad5ec71fd16ee8))
1322
- * **mcp:** include http information in tools ([afdcea8](https://github.com/dodopayments/dodopayments-node/commit/afdcea8dc743b8dcf8ef21a20689cf890573b936))
1323
-
1324
-
1325
- ### Bug Fixes
1326
-
1327
- * **mcp:** include description in dynamic tool search ([8ba2426](https://github.com/dodopayments/dodopayments-node/commit/8ba24264c8fc0c1e2eb456d1dde147f900da24ec))
1328
-
1329
-
1330
- ### Chores
1331
-
1332
- * improve publish-npm script --latest tag logic ([af7339c](https://github.com/dodopayments/dodopayments-node/commit/af7339c2afe0d7bdd016aa9002505188d0cf772d))
1333
- * **mcp:** remove duplicate assignment ([c685b50](https://github.com/dodopayments/dodopayments-node/commit/c685b50f407e976988b6ed0b8a9ed87a666c89d0))
1334
-
1335
-
1336
- ### Documentation
1337
-
1338
- * **pagination:** improve naming ([68f8a19](https://github.com/dodopayments/dodopayments-node/commit/68f8a199effe15d04ea0559916de5ade633afdbb))
1339
-
1340
- ## 1.27.0 (2025-05-26)
1341
-
1342
- Full Changelog: [v1.25.0...v1.27.0](https://github.com/dodopayments/dodopayments-node/compare/v1.25.0...v1.27.0)
1343
-
1344
- ### Features
1345
-
1346
- * **api:** added brands api in our sdk ([19c4592](https://github.com/dodopayments/dodopayments-node/commit/19c459298c508489d28777ca091a92ae11172f83))
1347
- * **api:** updated openapi spec to 1.27.0 ([dd3c5b5](https://github.com/dodopayments/dodopayments-node/commit/dd3c5b533e1724357f234c5cf1abc3a0b8d2a410))
1348
- * **mcp:** support initializing the server with an "environment" ([fab9bf1](https://github.com/dodopayments/dodopayments-node/commit/fab9bf17e50c8dbfe05e07a2c345e045a3b8d320))
1349
-
1350
-
1351
- ### Bug Fixes
1352
-
1353
- * **mcp:** fix cursor schema transformation issue with recursive references ([cae8015](https://github.com/dodopayments/dodopayments-node/commit/cae8015ffb291ec60a02fa65eb8a1fced3db70b7))
1354
-
1355
-
1356
- ### Chores
1357
-
1358
- * **docs:** grammar improvements ([cea6387](https://github.com/dodopayments/dodopayments-node/commit/cea6387d2d4ebace9551bd1565d6c9097c50a2a4))
1359
-
1360
- ## 1.25.0 (2025-05-17)
1361
-
1362
- Full Changelog: [v1.22.0...v1.25.0](https://github.com/dodopayments/dodopayments-node/compare/v1.22.0...v1.25.0)
1363
-
1364
- ### Features
1365
-
1366
- * **api:** updated openapi spec ([cb27d71](https://github.com/dodopayments/dodopayments-node/commit/cb27d718d2faccbe1d5636c73ab98246a21d2c55))
1367
- * **mcp:** support dynamically discovering and invoking tools for APIs with many endpoints ([ed124f7](https://github.com/dodopayments/dodopayments-node/commit/ed124f74107ad4352ae2bd88b4c56d9d65d668d2))
1368
-
1369
-
1370
- ### Bug Fixes
1371
-
1372
- * **mcp:** explicitly include zod and zod-to-json-schema in package.json ([487260a](https://github.com/dodopayments/dodopayments-node/commit/487260a023d319d98a7a53fd2f17ccc27a0c8115))
1373
-
1374
-
1375
- ### Chores
1376
-
1377
- * **build:** automatically build subpackages if present ([a324a69](https://github.com/dodopayments/dodopayments-node/commit/a324a693d1c3ceaabacf80970b203315c3db3259))
1378
- * **internal:** codegen related update ([50a6899](https://github.com/dodopayments/dodopayments-node/commit/50a6899676806c1ce8b64d17f13b120edf5fbf72))
1379
- * **tests:** use node 22 for CI tests ([b7aa91b](https://github.com/dodopayments/dodopayments-node/commit/b7aa91b4aabb0676412c8f38aabb2254712a18e1))
1380
-
1381
- ## 1.22.0 (2025-05-09)
1382
-
1383
- Full Changelog: [v1.20.0...v1.22.0](https://github.com/dodopayments/dodopayments-node/compare/v1.20.0...v1.22.0)
1384
-
1385
- ### Features
1386
-
1387
- * **api:** fixed api key schema to bearer ([0e6de1a](https://github.com/dodopayments/dodopayments-node/commit/0e6de1aa04dc734b3c9a8c669b2d47265ad4f055))
1388
- * **api:** manual updates ([e6ef7d2](https://github.com/dodopayments/dodopayments-node/commit/e6ef7d2ae5dab93c474708a1f5320a306288388a))
1389
- * **api:** updated openapi spec ([387911f](https://github.com/dodopayments/dodopayments-node/commit/387911fbb74050c3dd06e953bfcdb85a825ba642))
1390
-
1391
-
1392
- ### Bug Fixes
1393
-
1394
- * **mcp:** remove ajv dependency so MCP servers are more compatible with Cloudflare Workers ([6f88e63](https://github.com/dodopayments/dodopayments-node/commit/6f88e632a6f20955584aed3bb78191017ca75508))
1395
-
1396
-
1397
- ### Chores
1398
-
1399
- * **ci:** bump node version for release workflows ([9939000](https://github.com/dodopayments/dodopayments-node/commit/9939000e1d7e59a0af3cfa0251e5dc25256a5e69))
1400
- * **internal:** codegen related update ([89b1aae](https://github.com/dodopayments/dodopayments-node/commit/89b1aaefc7a9ce067de4203822fdf3d890418971))
1401
- * **internal:** codegen related update ([b39a15c](https://github.com/dodopayments/dodopayments-node/commit/b39a15cf6cc5c87c4b855eb12e22749dfe6ebdbd))
1402
- * **internal:** update dependency ([144c131](https://github.com/dodopayments/dodopayments-node/commit/144c1318c336ac715bd47ec94983803ca7d8dac7))
1403
-
1404
-
1405
- ### Documentation
1406
-
1407
- * add examples to tsdocs ([a134ade](https://github.com/dodopayments/dodopayments-node/commit/a134adef9ba75a6e62ed9da80d06a2935a7a4544))
1408
-
1409
- ## 1.20.0 (2025-05-01)
1410
-
1411
- Full Changelog: [v1.19.0...v1.20.0](https://github.com/dodopayments/dodopayments-node/compare/v1.19.0...v1.20.0)
1412
-
1413
- ### Features
1414
-
1415
- * **api:** added addons ([1e02684](https://github.com/dodopayments/dodopayments-node/commit/1e02684522d2e02e95995880a99856106977e24e))
1416
- * **api:** updated readme example ([eaa2425](https://github.com/dodopayments/dodopayments-node/commit/eaa24252f843775f237441d2371f22c8397057ef))
1417
- * **api:** updated readme example ([5e589ad](https://github.com/dodopayments/dodopayments-node/commit/5e589ad233c6724dc29ca56d6a673dae5c7caf4a))
1418
-
1419
-
1420
- ### Documentation
1421
-
1422
- * **readme:** fix typo ([a3357ea](https://github.com/dodopayments/dodopayments-node/commit/a3357ea1d18caf29afef209a287e9b87a9d5da9a))
1423
-
1424
- ## 1.19.0 (2025-04-30)
1425
-
1426
- Full Changelog: [v1.18.3...v1.19.0](https://github.com/dodopayments/dodopayments-node/compare/v1.18.3...v1.19.0)
1427
-
1428
- ### Features
1429
-
1430
- * **api:** manual updates ([14468c8](https://github.com/dodopayments/dodopayments-node/commit/14468c8512bbbc318608007aabce238a6d1f3a1d))
1431
- * more gracefully handle $refs and work around schema limitations ([ad64648](https://github.com/dodopayments/dodopayments-node/commit/ad646482ce60d96ae082d795ba917959a516657a))
1432
-
1433
- ## 1.18.3 (2025-04-25)
1434
-
1435
- Full Changelog: [v1.18.1...v1.18.3](https://github.com/dodopayments/dodopayments-node/compare/v1.18.1...v1.18.3)
1436
-
1437
- ### Features
1438
-
1439
- * **api:** manual updates ([8d9581f](https://github.com/dodopayments/dodopayments-node/commit/8d9581f9eb8596263bc34ba7871ce7b031761546))
1440
-
1441
- ## 1.18.1 (2025-04-24)
1442
-
1443
- Full Changelog: [v1.18.0...v1.18.1](https://github.com/dodopayments/dodopayments-node/compare/v1.18.0...v1.18.1)
1444
-
1445
- ### Chores
1446
-
1447
- * **ci:** only use depot for staging repos ([2b8cc0d](https://github.com/dodopayments/dodopayments-node/commit/2b8cc0d5d7b754ed4601dfb9143c10078b2867d6))
1448
- * **internal:** codegen related update ([1c3419c](https://github.com/dodopayments/dodopayments-node/commit/1c3419c9280a47c975a2c33426baefe2b6de76c4))
1449
-
1450
- ## 1.18.0 (2025-04-23)
1451
-
1452
- Full Changelog: [v1.17.0...v1.18.0](https://github.com/dodopayments/dodopayments-node/compare/v1.17.0...v1.18.0)
1453
-
1454
- ### Features
1455
-
1456
- * **api:** added change plan api ([b011a8d](https://github.com/dodopayments/dodopayments-node/commit/b011a8d66ddbb1a4b93a9e756f61de7d532835c7))
1457
- * **api:** manual updates ([8169c61](https://github.com/dodopayments/dodopayments-node/commit/8169c612f272b446783dc2403702266da6fedca4))
1458
-
1459
-
1460
- ### Chores
1461
-
1462
- * **ci:** add timeout thresholds for CI jobs ([868b836](https://github.com/dodopayments/dodopayments-node/commit/868b83655a0ef02edf81557ddc9f99fff6215c44))
1463
-
1464
- ## 1.17.0 (2025-04-22)
1465
-
1466
- Full Changelog: [v1.16.1...v1.17.0](https://github.com/dodopayments/dodopayments-node/compare/v1.16.1...v1.17.0)
1467
-
1468
- ### Features
1469
-
1470
- * **api:** manual updates ([d49b776](https://github.com/dodopayments/dodopayments-node/commit/d49b776209703a70508ddfa8e93440e9503e5a37))
1471
-
1472
- ## 1.16.1 (2025-04-18)
1473
-
1474
- Full Changelog: [v1.14.1...v1.16.1](https://github.com/dodopayments/dodopayments-node/compare/v1.14.1...v1.16.1)
1475
-
1476
- ### Features
1477
-
1478
- * **api:** manual updates ([ef93478](https://github.com/dodopayments/dodopayments-node/commit/ef934783eb972fa15429c4e2c38a2a9a6e2c09fd))
1479
-
1480
- ## 1.14.1 (2025-04-15)
1481
-
1482
- Full Changelog: [v1.14.0...v1.14.1](https://github.com/dodopayments/dodopayments-node/compare/v1.14.0...v1.14.1)
1483
-
1484
- ### Chores
1485
-
1486
- * **client:** minor internal fixes ([1455033](https://github.com/dodopayments/dodopayments-node/commit/1455033373190788bcfd6548c267cb5a983c8ecd))
1487
-
1488
- ## 1.14.0 (2025-04-11)
1489
-
1490
- Full Changelog: [v1.13.0...v1.14.0](https://github.com/dodopayments/dodopayments-node/compare/v1.13.0...v1.14.0)
1491
-
1492
- ### Features
1493
-
1494
- * **api:** fixed license key pagination issues in openapi spec ([1dd780f](https://github.com/dodopayments/dodopayments-node/commit/1dd780f589eb52eb55f030b0c86a504d1b269fe6))
1495
- * **api:** updated openapi spec ([b2d8c74](https://github.com/dodopayments/dodopayments-node/commit/b2d8c7434a63f075a2fcd802f6fbe1bf8e3c5187))
1496
-
1497
-
1498
- ### Bug Fixes
1499
-
1500
- * **mcp:** fix readEnv type error ([eea8bb0](https://github.com/dodopayments/dodopayments-node/commit/eea8bb0acf4df25b59f050497a6008ca88d839e2))
1501
- * **mcp:** include all necessary env vars in client instantiation ([017dc59](https://github.com/dodopayments/dodopayments-node/commit/017dc5984977620c49fa37412493831fa0932121))
1502
- * **mcp:** point homepage and repo for mcp package to the `packages/mcp-server` directory ([#116](https://github.com/dodopayments/dodopayments-node/issues/116)) ([1da6385](https://github.com/dodopayments/dodopayments-node/commit/1da63855b41b62dae90e7433ba382bab5a22412c))
1503
-
1504
-
1505
- ### Chores
1506
-
1507
- * **internal:** reduce CI branch coverage ([fffa272](https://github.com/dodopayments/dodopayments-node/commit/fffa27283218143b69abf7ce80c5b8dffe79837e))
1508
- * **internal:** upload builds and expand CI branch coverage ([7191c27](https://github.com/dodopayments/dodopayments-node/commit/7191c2763ac1e7d57620d0d208576e792f144fb8))
1509
-
1510
- ## 1.13.0 (2025-04-08)
1511
-
1512
- Full Changelog: [v1.12.0...v1.13.0](https://github.com/dodopayments/dodopayments-node/compare/v1.12.0...v1.13.0)
1513
-
1514
- ### Features
1515
-
1516
- * **api:** manual updates ([#113](https://github.com/dodopayments/dodopayments-node/issues/113)) ([e891a1b](https://github.com/dodopayments/dodopayments-node/commit/e891a1bb349845db6da1aefbfd78b16856fe4c56))
1517
-
1518
- ## 1.12.0 (2025-04-05)
1519
-
1520
- Full Changelog: [v1.11.0...v1.12.0](https://github.com/dodopayments/dodopayments-node/compare/v1.11.0...v1.12.0)
1521
-
1522
- ### Bug Fixes
1523
-
1524
- * **api:** improve type resolution when importing as a package ([#108](https://github.com/dodopayments/dodopayments-node/issues/108)) ([29668dc](https://github.com/dodopayments/dodopayments-node/commit/29668dc2a4c9e3b3cbd06b34119b41c751a0b87a))
1525
- * **client:** send `X-Stainless-Timeout` in seconds ([#106](https://github.com/dodopayments/dodopayments-node/issues/106)) ([36ecfdf](https://github.com/dodopayments/dodopayments-node/commit/36ecfdfc9558df804e8771ab36ce5f0ce08c7f1f))
1526
- * **mcp:** remove unused tools.ts ([#109](https://github.com/dodopayments/dodopayments-node/issues/109)) ([334197e](https://github.com/dodopayments/dodopayments-node/commit/334197e33b5bde9e2d406465cc3713f9919bc55f))
1527
-
1528
-
1529
- ### Chores
1530
-
1531
- * configure new SDK language ([#110](https://github.com/dodopayments/dodopayments-node/issues/110)) ([5f3e4c2](https://github.com/dodopayments/dodopayments-node/commit/5f3e4c2f683fe6f959064e867a206b46915f2703))
1532
- * **internal:** add aliases for Record and Array ([#107](https://github.com/dodopayments/dodopayments-node/issues/107)) ([fc97985](https://github.com/dodopayments/dodopayments-node/commit/fc97985e9ae649f33c6e94ef83b31a7967bc320c))
1533
-
1534
- ## 1.11.0 (2025-03-28)
1535
-
1536
- Full Changelog: [v1.10.4...v1.11.0](https://github.com/dodopayments/dodopayments-node/compare/v1.10.4...v1.11.0)
1537
-
1538
- ### Features
1539
-
1540
- * **api:** manual updates ([#102](https://github.com/dodopayments/dodopayments-node/issues/102)) ([48eecad](https://github.com/dodopayments/dodopayments-node/commit/48eecadd545df3676fa0ab1beea8b925cd04065a))
1541
-
1542
- ## 1.10.4 (2025-03-28)
1543
-
1544
- Full Changelog: [v1.10.3...v1.10.4](https://github.com/dodopayments/dodopayments-node/compare/v1.10.3...v1.10.4)
1545
-
1546
- ### Bug Fixes
1547
-
1548
- * **internal:** work around https://github.com/vercel/next.js/issues/76881 ([#99](https://github.com/dodopayments/dodopayments-node/issues/99)) ([4c12505](https://github.com/dodopayments/dodopayments-node/commit/4c12505acb178b79157981d9b23e8c4b48577121))
1549
-
1550
- ## 1.10.3 (2025-03-25)
1551
-
1552
- Full Changelog: [v1.10.2...v1.10.3](https://github.com/dodopayments/dodopayments-node/compare/v1.10.2...v1.10.3)
1553
-
1554
- ### Features
1555
-
1556
- * **api:** manual updates ([#96](https://github.com/dodopayments/dodopayments-node/issues/96)) ([23c1a4e](https://github.com/dodopayments/dodopayments-node/commit/23c1a4e38ddf68ee12b0f6b06b94781b59296d46))
1557
-
1558
- ## 1.10.2 (2025-03-22)
1559
-
1560
- Full Changelog: [v1.10.1...v1.10.2](https://github.com/dodopayments/dodopayments-node/compare/v1.10.1...v1.10.2)
1561
-
1562
- ### Bug Fixes
1563
-
1564
- * avoid type error in certain environments ([#93](https://github.com/dodopayments/dodopayments-node/issues/93)) ([64b5554](https://github.com/dodopayments/dodopayments-node/commit/64b55549efa34b6c2229d80339455f96ce4cd7b8))
1565
-
1566
- ## 1.10.1 (2025-03-21)
1567
-
1568
- Full Changelog: [v1.7.1...v1.10.1](https://github.com/dodopayments/dodopayments-node/compare/v1.7.1...v1.10.1)
1569
-
1570
- ### Features
1571
-
1572
- * **api:** updated openapispec to v1.10.1 ([#90](https://github.com/dodopayments/dodopayments-node/issues/90)) ([ece5da1](https://github.com/dodopayments/dodopayments-node/commit/ece5da1e5ce4911aba8ba80030dd74fb6c7d8388))
1573
-
1574
- ## 1.7.1 (2025-03-20)
1575
-
1576
- Full Changelog: [v1.7.0...v1.7.1](https://github.com/dodopayments/dodopayments-node/compare/v1.7.0...v1.7.1)
1577
-
1578
- ### Chores
1579
-
1580
- * **exports:** cleaner resource index imports ([#85](https://github.com/dodopayments/dodopayments-node/issues/85)) ([cd192bd](https://github.com/dodopayments/dodopayments-node/commit/cd192bd2a53640b91f57023bb4910dfdffc9a5e8))
1581
- * **exports:** stop using path fallbacks ([#87](https://github.com/dodopayments/dodopayments-node/issues/87)) ([0573909](https://github.com/dodopayments/dodopayments-node/commit/0573909b4b60a5e9ac8aca7e337c49577c327984))
1582
-
1583
- ## 1.7.0 (2025-03-14)
1584
-
1585
- Full Changelog: [v1.6.3...v1.7.0](https://github.com/dodopayments/dodopayments-node/compare/v1.6.3...v1.7.0)
1586
-
1587
- ### Features
1588
-
1589
- * **api:** added jsr publishing ([#80](https://github.com/dodopayments/dodopayments-node/issues/80)) ([b1040ec](https://github.com/dodopayments/dodopayments-node/commit/b1040ec22d840493db2e9fa6d0ca75495b69b4e0))
1590
- * **api:** fixed openapi spec issues ([#83](https://github.com/dodopayments/dodopayments-node/issues/83)) ([a05a6ff](https://github.com/dodopayments/dodopayments-node/commit/a05a6ff42da3d036aa7d6c5a8ce8409b432b9811))
1591
- * **api:** reverted jsr publishing ([#81](https://github.com/dodopayments/dodopayments-node/issues/81)) ([44cce37](https://github.com/dodopayments/dodopayments-node/commit/44cce37d7d6fa1beb28695693b579fe870f88bcf))
1592
-
1593
- ## 1.6.3 (2025-03-14)
1594
-
1595
- Full Changelog: [v1.5.1...v1.6.3](https://github.com/dodopayments/dodopayments-node/compare/v1.5.1...v1.6.3)
1596
-
1597
- ### Features
1598
-
1599
- * **api:** openapi spec updated ([#77](https://github.com/dodopayments/dodopayments-node/issues/77)) ([683d65e](https://github.com/dodopayments/dodopayments-node/commit/683d65e3f8bdcad333a4fcca2d6206095ebadaf0))
1600
- * **api:** updated stainless config ([#78](https://github.com/dodopayments/dodopayments-node/issues/78)) ([f5c0a0c](https://github.com/dodopayments/dodopayments-node/commit/f5c0a0cba2037616c86bfafd755cc6af992ab5af))
1601
-
1602
-
1603
- ### Bug Fixes
1604
-
1605
- * **exports:** ensure resource imports don't require /index ([#76](https://github.com/dodopayments/dodopayments-node/issues/76)) ([81670db](https://github.com/dodopayments/dodopayments-node/commit/81670db550b5c7c5fc9245e7415a338fa06fc826))
1606
-
1607
-
1608
- ### Chores
1609
-
1610
- * **internal:** remove extra empty newlines ([#74](https://github.com/dodopayments/dodopayments-node/issues/74)) ([74fa335](https://github.com/dodopayments/dodopayments-node/commit/74fa33567318e4c36a44c4ee6fd3910a176249e6))
1611
-
1612
- ## 1.5.1 (2025-03-12)
1613
-
1614
- Full Changelog: [v1.5.0...v1.5.1](https://github.com/dodopayments/dodopayments-node/compare/v1.5.0...v1.5.1)
1615
-
1616
- ### Chores
1617
-
1618
- * **internal:** codegen related update ([#71](https://github.com/dodopayments/dodopayments-node/issues/71)) ([0161d2c](https://github.com/dodopayments/dodopayments-node/commit/0161d2cbfcd68ba4aa16168278a31b286cba2df2))
1619
-
1620
- ## 1.5.0 (2025-03-07)
1621
-
1622
- Full Changelog: [v1.0.0...v1.5.0](https://github.com/dodopayments/dodopayments-node/compare/v1.0.0...v1.5.0)
1623
-
1624
- ### Features
1625
-
1626
- * **api:** manual updates ([#69](https://github.com/dodopayments/dodopayments-node/issues/69)) ([34a3570](https://github.com/dodopayments/dodopayments-node/commit/34a35708f68a7927d6f1002914f4635e1eb510ef))
1627
-
1628
-
1629
- ### Documentation
1630
-
1631
- * update URLs from stainlessapi.com to stainless.com ([#66](https://github.com/dodopayments/dodopayments-node/issues/66)) ([04fbf67](https://github.com/dodopayments/dodopayments-node/commit/04fbf678cde877da571244736f59eec72e0ebd15))
1632
-
1633
- ## 1.0.0 (2025-02-23)
1634
-
1635
- Full Changelog: [v0.24.0...v1.0.0](https://github.com/dodopayments/dodopayments-node/compare/v0.24.0...v1.0.0)
1636
-
1637
- ### Features
1638
-
1639
- * **api:** fixed errors ([#64](https://github.com/dodopayments/dodopayments-node/issues/64)) ([0ee82e8](https://github.com/dodopayments/dodopayments-node/commit/0ee82e8cf82b3127bba42a15a339a98ed000d476))
1640
- * **api:** updated config and updated version to v1.0.0 ([#63](https://github.com/dodopayments/dodopayments-node/issues/63)) ([ce72618](https://github.com/dodopayments/dodopayments-node/commit/ce72618ac47231097a13546ab60c2847b4e376e0))
1641
-
1642
-
1643
- ### Chores
1644
-
1645
- * **internal:** fix devcontainers setup ([#61](https://github.com/dodopayments/dodopayments-node/issues/61)) ([f43773f](https://github.com/dodopayments/dodopayments-node/commit/f43773f625c1b6d108c28932583aba723f12cd6f))
1646
-
1647
- ## 0.24.0 (2025-02-15)
1648
-
1649
- Full Changelog: [v0.22.1...v0.24.0](https://github.com/dodopayments/dodopayments-node/compare/v0.22.1...v0.24.0)
1650
-
1651
- ### Features
1652
-
1653
- * **api:** added discount apis ([#59](https://github.com/dodopayments/dodopayments-node/issues/59)) ([ca80ada](https://github.com/dodopayments/dodopayments-node/commit/ca80adaca0ff61a27dcc3024b7e2e985794e3ee0))
1654
- * **api:** openapi spec changes ([#58](https://github.com/dodopayments/dodopayments-node/issues/58)) ([fcbf145](https://github.com/dodopayments/dodopayments-node/commit/fcbf145b5039593e6e2dd357947ea970fa77829a))
1655
-
1656
-
1657
- ### Bug Fixes
1658
-
1659
- * **client:** fix export map for index exports ([#56](https://github.com/dodopayments/dodopayments-node/issues/56)) ([87b98a3](https://github.com/dodopayments/dodopayments-node/commit/87b98a3818629e79eb6f2256335eaa4c04a12bc6))
1660
-
1661
- ## 0.22.1 (2025-02-11)
1662
-
1663
- Full Changelog: [v0.22.0...v0.22.1](https://github.com/dodopayments/dodopayments-node/compare/v0.22.0...v0.22.1)
1664
-
1665
- ### Features
1666
-
1667
- * **api:** manual updates ([#53](https://github.com/dodopayments/dodopayments-node/issues/53)) ([14fa4a1](https://github.com/dodopayments/dodopayments-node/commit/14fa4a155be4f7a973033aefe43a2fc1b132e16a))
1668
-
1669
- ## 0.22.0 (2025-02-06)
1670
-
1671
- Full Changelog: [v0.20.1...v0.22.0](https://github.com/dodopayments/dodopayments-node/compare/v0.20.1...v0.22.0)
1672
-
1673
- ### Features
1674
-
1675
- * **api:** updated API changes for v0.22.0 ([#51](https://github.com/dodopayments/dodopayments-node/issues/51)) ([d57dec3](https://github.com/dodopayments/dodopayments-node/commit/d57dec3b32be9e3e3e4642a205cae69fe33268f0))
1676
- * **client:** send `X-Stainless-Timeout` header ([#49](https://github.com/dodopayments/dodopayments-node/issues/49)) ([432c959](https://github.com/dodopayments/dodopayments-node/commit/432c959909f8e918c387e34a6d4bcb0b70715699))
1677
-
1678
- ## 0.20.1 (2025-01-29)
1679
-
1680
- Full Changelog: [v0.19.0...v0.20.1](https://github.com/dodopayments/dodopayments-node/compare/v0.19.0...v0.20.1)
1681
-
1682
- ### Features
1683
-
1684
- * **api:** manual updates ([#45](https://github.com/dodopayments/dodopayments-node/issues/45)) ([47bc3a3](https://github.com/dodopayments/dodopayments-node/commit/47bc3a3fdf3de7486b7b8b3bfb15cd5d27226ab0))
1685
-
1686
- ## 0.19.0 (2025-01-23)
1687
-
1688
- Full Changelog: [v0.18.0...v0.19.0](https://github.com/dodopayments/dodopayments-node/compare/v0.18.0...v0.19.0)
1689
-
1690
- ### Features
1691
-
1692
- * **api:** added archive product api ([#39](https://github.com/dodopayments/dodopayments-node/issues/39)) ([809b126](https://github.com/dodopayments/dodopayments-node/commit/809b126784c606a9fb53863e86efd2268aecb22b))
1693
- * **api:** manual updates ([#42](https://github.com/dodopayments/dodopayments-node/issues/42)) ([ff0ba1c](https://github.com/dodopayments/dodopayments-node/commit/ff0ba1cb350db1ac74cd1fce98e1f1d9362306c2))
1694
- * **api:** manual updates ([#43](https://github.com/dodopayments/dodopayments-node/issues/43)) ([414cf72](https://github.com/dodopayments/dodopayments-node/commit/414cf724ea2903ed69d3240ccd942fb5f3606121))
1695
-
1696
-
1697
- ### Chores
1698
-
1699
- * **internal:** add test ([#41](https://github.com/dodopayments/dodopayments-node/issues/41)) ([c34b584](https://github.com/dodopayments/dodopayments-node/commit/c34b584d916f115cfb3e991fe9fb1cc8d5bc59f4))
1700
-
1701
- ## 0.18.0 (2025-01-20)
1702
-
1703
- Full Changelog: [v0.17.0...v0.18.0](https://github.com/dodopayments/dodopayments-node/compare/v0.17.0...v0.18.0)
1704
-
1705
- ### Features
1706
-
1707
- * **api:** updated openapi sepc ([#38](https://github.com/dodopayments/dodopayments-node/issues/38)) ([9682295](https://github.com/dodopayments/dodopayments-node/commit/96822951e14f7183a3375769cf1ef26877bc7d58))
1708
-
1709
-
1710
- ### Chores
1711
-
1712
- * **internal:** codegen related update ([#36](https://github.com/dodopayments/dodopayments-node/issues/36)) ([b954c61](https://github.com/dodopayments/dodopayments-node/commit/b954c61dfb4795c48fb6a8ff187a60320fe008b7))
1713
-
1714
- ## 0.17.0 (2025-01-16)
1715
-
1716
- Full Changelog: [v0.16.1...v0.17.0](https://github.com/dodopayments/dodopayments-node/compare/v0.16.1...v0.17.0)
1717
-
1718
- ### Features
1719
-
1720
- * **api:** added filter apis ([#33](https://github.com/dodopayments/dodopayments-node/issues/33)) ([0f7e77a](https://github.com/dodopayments/dodopayments-node/commit/0f7e77aa66dbc79df5718453e07287e264e5c471))
1721
-
1722
- ## 0.16.1 (2025-01-11)
1723
-
1724
- Full Changelog: [v0.15.1...v0.16.1](https://github.com/dodopayments/dodopayments-node/compare/v0.15.1...v0.16.1)
1725
-
1726
- ### Features
1727
-
1728
- * **api:** updated openapi spec ([#31](https://github.com/dodopayments/dodopayments-node/issues/31)) ([871b563](https://github.com/dodopayments/dodopayments-node/commit/871b5633328c91c510f98eaedf25593d010f30a4))
1729
-
1730
-
1731
- ### Chores
1732
-
1733
- * **internal:** change formatting ([#30](https://github.com/dodopayments/dodopayments-node/issues/30)) ([03737c3](https://github.com/dodopayments/dodopayments-node/commit/03737c3da27ac25c0250abfea2adf2a69a738abf))
1734
- * **internal:** codegen related update ([#28](https://github.com/dodopayments/dodopayments-node/issues/28)) ([2d46103](https://github.com/dodopayments/dodopayments-node/commit/2d461037e47846a19e9a48377c3a165140c0b424))
1735
-
1736
- ## 0.15.1 (2025-01-03)
1737
-
1738
- Full Changelog: [v0.14.1...v0.15.1](https://github.com/dodopayments/dodopayments-node/compare/v0.14.1...v0.15.1)
1739
-
1740
- ### Features
1741
-
1742
- * **api:** added invoice api and update openapi spec ([#26](https://github.com/dodopayments/dodopayments-node/issues/26)) ([1c3ecfa](https://github.com/dodopayments/dodopayments-node/commit/1c3ecfa0e702fe6ec5013f385999aefcb89664d5))
1743
-
1744
-
1745
- ### Chores
1746
-
1747
- * **internal:** codegen related update ([#24](https://github.com/dodopayments/dodopayments-node/issues/24)) ([37ceb8a](https://github.com/dodopayments/dodopayments-node/commit/37ceb8af59343cec5979074f2983f8382e61f19a))
1748
-
1749
- ## 0.14.1 (2024-12-29)
1750
-
1751
- Full Changelog: [v0.14.0...v0.14.1](https://github.com/dodopayments/dodopayments-node/compare/v0.14.0...v0.14.1)
1752
-
1753
- ### Features
1754
-
1755
- * **api:** manual updates ([#21](https://github.com/dodopayments/dodopayments-node/issues/21)) ([a97c2e1](https://github.com/dodopayments/dodopayments-node/commit/a97c2e1f7660fad78220af356041dead9a03a4f8))
1756
-
1757
- ## 0.14.0 (2024-12-25)
1758
-
1759
- Full Changelog: [v0.13.2...v0.14.0](https://github.com/dodopayments/dodopayments-node/compare/v0.13.2...v0.14.0)
1760
-
1761
- ### Features
1762
-
1763
- * **api:** updated openapi spec for License Keys ([#18](https://github.com/dodopayments/dodopayments-node/issues/18)) ([cf81c5d](https://github.com/dodopayments/dodopayments-node/commit/cf81c5d12aadb61fcdc933341c4089bbfd04739a))
1764
-
1765
- ## 0.13.2 (2024-12-21)
1766
-
1767
- Full Changelog: [v0.12.0...v0.13.2](https://github.com/dodopayments/dodopayments-node/compare/v0.12.0...v0.13.2)
1768
-
1769
- ### Bug Fixes
1770
-
1771
- * **client:** normalize method ([#15](https://github.com/dodopayments/dodopayments-node/issues/15)) ([44ff1cd](https://github.com/dodopayments/dodopayments-node/commit/44ff1cd212e3c4cbb920a76cb0471f3490e35d47))
1772
-
1773
-
1774
- ### Chores
1775
-
1776
- * **internal:** codegen related update ([#16](https://github.com/dodopayments/dodopayments-node/issues/16)) ([4cfac0c](https://github.com/dodopayments/dodopayments-node/commit/4cfac0c19d65136f19efcf26d1174d52a64517ab))
1777
- * **internal:** fix some typos ([#13](https://github.com/dodopayments/dodopayments-node/issues/13)) ([d419e43](https://github.com/dodopayments/dodopayments-node/commit/d419e432fd48f5dbfe92c7da082d9bb13283e2c8))
1778
-
1779
- ## 0.12.0 (2024-12-17)
1780
-
1781
- Full Changelog: [v0.11.1...v0.12.0](https://github.com/dodopayments/dodopayments-node/compare/v0.11.1...v0.12.0)
1782
-
1783
- ### Features
1784
-
1785
- * **api:** api update ([#9](https://github.com/dodopayments/dodopayments-node/issues/9)) ([eb67c8c](https://github.com/dodopayments/dodopayments-node/commit/eb67c8c159e56a2123915397279d47c93541e349))
1786
- * **api:** updated openapi methods ([#11](https://github.com/dodopayments/dodopayments-node/issues/11)) ([bb5d991](https://github.com/dodopayments/dodopayments-node/commit/bb5d991c1341b3fb6f92a4ada2ad5b06778023ae))
1787
-
1788
- ## 0.11.1 (2024-12-16)
1789
-
1790
- Full Changelog: [v0.11.0...v0.11.1](https://github.com/dodopayments/dodopayments-node/compare/v0.11.0...v0.11.1)
1791
-
1792
- ### Features
1793
-
1794
- * **api:** manual updates ([#6](https://github.com/dodopayments/dodopayments-node/issues/6)) ([3f7895c](https://github.com/dodopayments/dodopayments-node/commit/3f7895c88c11962bd4f63c63f561b5f82768a5bc))
1795
-
1796
- ## 0.11.0 (2024-12-16)
1797
-
1798
- Full Changelog: [v0.0.1-alpha.0...v0.11.0](https://github.com/dodopayments/dodopayments-node/compare/v0.0.1-alpha.0...v0.11.0)
1799
-
1800
- ### Features
1801
-
1802
- * **api:** update via SDK Studio ([3c8c120](https://github.com/dodopayments/dodopayments-node/commit/3c8c1207491653be794ef19f6c88685ea9ea25fc))
1803
- * **api:** update via SDK Studio ([2187350](https://github.com/dodopayments/dodopayments-node/commit/21873500053ab57c7e6896794f19cb02dd8f6ef2))
1804
- * **api:** update via SDK Studio ([b6a4997](https://github.com/dodopayments/dodopayments-node/commit/b6a4997533b095682c53b3cad7d45511989c0660))
1805
- * **api:** update via SDK Studio ([e7ee0bd](https://github.com/dodopayments/dodopayments-node/commit/e7ee0bd60f63a0d616546058c095b403d55e75ea))
1806
- * **api:** update via SDK Studio ([e69d96d](https://github.com/dodopayments/dodopayments-node/commit/e69d96d3f52a8b4de4cd59a2ee844d518335316d))
1807
- * **api:** update via SDK Studio ([cd1786f](https://github.com/dodopayments/dodopayments-node/commit/cd1786fb59450d77997302593a67f208652701ea))
1808
- * **api:** update via SDK Studio ([2b8c5a2](https://github.com/dodopayments/dodopayments-node/commit/2b8c5a21824a80d4cd8967b9e30464037cbca83a))
1809
- * **api:** update via SDK Studio ([ecd2ce8](https://github.com/dodopayments/dodopayments-node/commit/ecd2ce841aca90eb6853c6d96d734f6bde19b792))
1810
-
1811
-
1812
- ### Chores
1813
-
1814
- * go live ([#1](https://github.com/dodopayments/dodopayments-node/issues/1)) ([0ee38c7](https://github.com/dodopayments/dodopayments-node/commit/0ee38c7ef6ab3bb8057711aeeee1ddb381805775))
1815
- * update SDK settings ([#3](https://github.com/dodopayments/dodopayments-node/issues/3)) ([99f2b94](https://github.com/dodopayments/dodopayments-node/commit/99f2b94294e5b5dd5dc6eed57244b1b976858adf))
14
+ * **mcp:** restore Cloudflare Worker custom code clobbered by regen ([4dca615](https://github.com/dodopayments/dodopayments-typescript/commit/4dca61508b6bdd6699ee765af7dade9f36d8d760))
15
+ * **mcp:** restore Cloudflare Worker custom code clobbered by regen ([93f0308](https://github.com/dodopayments/dodopayments-typescript/commit/93f0308fb25749a55fa6eac65efe9c6ed8b41dc5))