-
Notifications
You must be signed in to change notification settings - Fork 910
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: stripe/stripe-node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v22.1.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: stripe/stripe-node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v22.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 90 files changed
- 7 contributors
Commits on May 12, 2026
-
Exported types for nested param classes (#2712)
Exported namespaces for nested param classes
Configuration menu - View commit details
-
Copy full SHA for 0a91ffd - Browse repository at this point
Copy the full SHA 0a91ffdView commit details -
Export manually maintained types for OAuthToken and OAuth param class…
…es (#2711) Added Oauth export
Configuration menu - View commit details
-
Copy full SHA for 185f336 - Browse repository at this point
Copy the full SHA 185f336View commit details
Commits on May 15, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 044c68e - Browse repository at this point
Copy the full SHA 044c68eView commit details
Commits on May 20, 2026
-
Add V2List and V2ListPromise types for v2 list endpoints (#2717)
* Add V2List and V2ListPromise types for v2 list endpoints V2 list API responses return {data, next_page_url, previous_page_url} but the SDK typed them as ApiList<T> which has v1-only fields {object, data, has_more, url}. This adds correct types so users can access v2 pagination fields without type assertions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Committed-By-Agent: claude * temporarily extend V2List from ApiList to not break existing type checks; this enables type support for v2 pagination urls without changing behavior around incorrect v1 list fields * added link to v2 list pagination docs and auto pagination, and spruced up TODO * added V2List and V2ListPromise export to stripe.esm.node.ts fixerd issues in test code and white space in comments * removed temporary inheritence and instead copied properties from ApiList into V2List; marked them deprecated and moved the TODO to remove them * Update lib.ts * added type tests for V2List and backwards compatible list * regenerate v2 apis with lists --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>Configuration menu - View commit details
-
Copy full SHA for 6daca1e - Browse repository at this point
Copy the full SHA 6daca1eView commit details
Commits on May 27, 2026
-
Emit warning when
stripe-notifyheader is present in response (#2723)* Warn when stripe-notify header is present * tweak test
Configuration menu - View commit details
-
Copy full SHA for c684957 - Browse repository at this point
Copy the full SHA c684957View commit details -
* Update generated code for v2256 and * Update generated code for v2261 and * Update generated code for v2273 and ea60c0bad3fff53dd94f6a45e2790bb499c65c42 * Update generated code for v2276 and 9e9ef9ec9df30a59ccafb74c27b81311fa2896d5 * Update generated code for v2277 and d59a1f4bdea3032b8e282d40badc032cb021fc60 --------- Co-authored-by: Stripe OpenAPI <105521251+stripe-openapi[bot]@users.noreply.github.com> Co-authored-by: Michael Broshi <94012587+mbroshi-stripe@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 312514c - Browse repository at this point
Copy the full SHA 312514cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22c7136 - Browse repository at this point
Copy the full SHA 22c7136View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v22.1.1...v22.2.0