#dinnediwakar
1 messages ยท Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- dinnediwakar, 5 days ago, 16 messages
I'd recommend taking a look at https://stripe.com/docs/upgrades
Has a list of API versions and their associated changes, as well as our recommendations when upgrading
could you tell me what is the latest current version now of stripe?
If you mean the latest API version: 2023-10-16
It's on that page I shared ๐
i have already added in our project configuration file- "com.stripe" % "stripe-java" % "20.88.0"
this version related to?
That's the SDK version which is tightly coupled with the API version: https://github.com/stripe/stripe-java/blob/master/CHANGELOG.md#20880---2021-11-16
2020-08-27 specifically
๐ taking over for my colleague. Let me know if there's any follow-up Qs I can answer!
then if we update sdk in our project from20.88.0 to 24.11.0 then is there any bad impact in our project?
when upgrading major versions there are some breaking changes, you'd need to do thorough testing and checking the https://github.com/stripe/stripe-java/blob/master/CHANGELOG.md for more info
can you give best suggestion for flow of upgradtion of stripe sdk version so our project not get any major issue in payments?
the best way is to update each major version at a time and address the breaking changes in each one
how many major version will be between 20.88.0 to 24.11.0?
21, 22,23,24
you mean i need to update version directly like 21.0.0 then 22.0.0 then 23.0.0 after this 24.0.0 then 24.11.0?