-
-
Notifications
You must be signed in to change notification settings - Fork 725
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump stripe from 7.1.0 to 8.0.0 #10014
Conversation
Bumps [stripe](https://github.com/stripe/stripe-ruby) from 7.1.0 to 8.0.0. - [Release notes](https://github.com/stripe/stripe-ruby/releases) - [Changelog](https://github.com/stripe/stripe-ruby/blob/master/CHANGELOG.md) - [Commits](stripe/stripe-ruby@v7.1.0...v8.0.0) --- updated-dependencies: - dependency-name: stripe dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Ouch, this is a major version change even if Breaking changes that arose during code generation of the library that we postponed for the next major version. stripe/stripe-ruby#1144 |
@filipefurtad0 @mkllnk what do you guys think about this one? |
Hum.. It's hard to trust our green build, in what Stripe concerns. I'm not sure our implementation of Stripe touches these changes, so I think we'd need extensive manual testing to find out. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From what I can see in the changelog, the only changes are removed deprecated code (breaking), and deprecated (not removed) one more method.
We should have these covered by unit and system tests, but it won't hurt to check the code for those. Let me look..
Nope, I can't find any reference to the removed or deprecated code. So it looks fine from a code point of view.
I can see we have several Stripe automated tests, but I agree it's worth doing some manual testing on it too! I've added a note at the top of the PR, based on Filipe's comment.
Hi all, here is what I have tested:
Do you think anything else needs to be tested here? Please let me know. Thanks! |
Hey @drummer83 , Great - thanks for the thorough testing!
I've tried to reproduce any related issue with the Stripe form, but it always worked as expected. On Firefox 107, and using card nr. 5555 5555 5555 4444:
In addition to this, I feel it might be a good idea to check subscriptions and backoffice. Subscriptions
Backoffice I think we can merge this one! |
Bumps stripe from 7.1.0 to 8.0.0.
Release notes
Sourced from stripe's releases.
Changelog
Sourced from stripe's changelog.
Commits
24312f9
Bump version to 8.0.0a0935c2
Next major release changes (#1144)6dc0095
Disable AsciiComments rule (#1142)c2bb4db
Codegen for openapi v204 (#1138)46eca72
Do not run Coveralls if secret token is not available (#1137)2dec63e
Update request_end instrumentation example (#1095)af6fb06
Merge pull request #1126 from stripe/anniel-coveralls4d87c3a
Restart CI due to Github Actions incidentdc93d96
Change check to 3.1.f647412
Add comment and change to starts_withDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)What should we test?
This is a major version change for Stripe, so we should manually test all Stripe payment related functions extensively.