#Ian Kaplan
1 messages · Page 1 of 1 (latest)
sorry didnt finish
Oh all good 🙂
i would like to upgrade my stripe node version a few major versions ahead. is there a good place to see breaking changes between stripe sdk versions?
https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md is what you would want to look at
I don't think you should run into any issue
But would definitely test first
Ah actually we do drop support at certain points: https://github.com/stripe/stripe-node/blob/master/CHANGELOG.md#800---2020-01-09
Major version release, adding TypeScript definitions and dropping support for Node 6.
ok
You should be fine in that case
not for the stripe sdk version
Ah actually no
So just look at the Changelog to make sure your Node version is compatible with the Stripe Node SDK
ok thanks