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