Skip to content
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 5.30.0 to 8.1.0 #208

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 13, 2023

Bumps stripe from 5.30.0 to 8.1.0.

Release notes

Sourced from stripe's releases.

v8.1.0

  • #1162 Improve request events instrumentation

See the changelog for more details.

v8.1.0-beta.4

  • #1164 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Add support for mark_stale_quote method on resource Quote

See the changelog for more details.

v8.1.0-beta.3

  • #1158 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Move TaxCalculation and TaxTransaction to Tax::Calculation and Tax::Transaction.

See the changelog for more details.

v8.1.0-beta.2

  • #1156 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Add support for new resources TaxCalculation, and TaxTransaction
    • Add support for create and list_line_items methods on resource TaxCalculation
    • Add support for create_reversal, create, and retrieve methods on resource TaxTransaction
  • #1155 API Updates for beta branch
    • Updated stable APIs to the latest version
    • Add support for new resource QuoteLine.

See the changelog for more details.

v8.1.0-beta.1

  • #1153 API Updates for beta branch
    • Updated stable APIs to the latest version
  • #1146 API Updates for beta branch
    • Updated stable APIs to the latest version

See the changelog for more details.

v8.0.0

  • #1144 Next major release changes

Breaking changes that arose during code generation of the library that we postponed for the next major version. For changes to the Stripe products, read more at https://stripe.com/docs/upgrades#2022-11-15.

"⚠️" symbol highlights breaking changes.

See the changelog for more details.

v7.2.0-beta.5

  • #1139 API Updates for beta branch

... (truncated)

Changelog

Sourced from stripe's changelog.

8.1.0 - 2023-01-12

  • #1162 Improve request events instrumentation

8.0.0 - 2022-11-16

  • #1144 Next major release changes

Breaking changes that arose during code generation of the library that we postponed for the next major version. For changes to the Stripe products, read more at https://stripe.com/docs/upgrades#2022-11-15.

"⚠️" symbol highlights breaking changes.

Deprecated

  • The save method is deprecated. Prefer the static update method that doesn't require retrieval of the resource to update it.
    # before
    refund = Stripe::Refund.retrieve("re_123")
    refund.description = "Refund description"
    refund.save
    after
    Stripe::Refund.update("re_123", description: "Refund description")

⚠️ Removed

  • Removed deprecated Sku resource.
  • Removed deprecated Orders resource.
  • Removed deprecated delete method on Subscription resource. Please use cancel method instead.
    # before
    Stripe::Subscription::delete("sub_12345")
    after
    Stripe::Subscription::cancel("sub_12345")

7.1.0 - 2022-08-19

  • #1116 API Updates
    • Add support for new resource CustomerCashBalanceTransaction
  • #1118 Update AllowedChars in rubocop config
  • #1117 Refresh rubocop config.
  • #1115 Add a support section to the readme

7.0.0 - 2022-08-02

Breaking changes that arose during code generation of the library that we postponed for the next major version. For changes to the SDK, read more detailed description at https://github.com/stripe/stripe-ruby/wiki/Migration-guide-for-v7. For changes to the Stripe products, read more at https://stripe.com/docs/upgrades#2022-08-01.

"⚠️" symbol highlights breaking changes.

... (truncated)

Commits

Dependabot compatibility score

Dependabot 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)

Bumps [stripe](https://github.com/stripe/stripe-ruby) from 5.30.0 to 8.1.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@v5.30.0...v8.1.0)

---
updated-dependencies:
- dependency-name: stripe
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants