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.55.0 to 10.10.0 #88

Merged
merged 2 commits into from
Feb 23, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2024

Bumps stripe from 5.55.0 to 10.10.0.

Release notes

Sourced from stripe's releases.

v10.10.0

  • #1336 Update generated code
    • Add InvoiceLineItem.update method.
  • #1334 Add TaxIds API
    • Add support for all, create, and retrieve methods on resource TaxId
    • The delete method now sends a DELETE request to /v1/tax_ids/{id} instead of /v1/customers/{customer}/tax_ids/{id}. The endpoints are functionally the same when operating on a Customer Tax ID.
    • The resource_url method on TaxId now returns the top-level /v1/tax_ids/{id} path instead of the /v1/customers/{customer}/tax_ids/{id} path.

See the changelog for more details.

v10.10.0-beta.1

  • #1332 Update generated code for beta
    • Add support for decrement_authorization method on resource PaymentIntent
  • #1328 Update generated code for beta

See the changelog for more details.

v10.9.0

  • #1329 Update generated code
  • #1324 Start running Sorbet in CI
  • #1327 Add methods for dynamically referenced constants

See the changelog for more details.

v10.9.0-beta.1

  • #1321 Update generated code for beta
    • Release specs are identical.

See the changelog for more details.

v10.8.0

  • #1322 Update generated code
  • #1323 Extract other CRUDL api operations from mixins
    • Extract more CRUDL operations, namely create, delete, update, and list into the resources. These methods will no longer rely on the APIOperation mixins.
  • #1314 Update mocha gem to 1.16

See the changelog for more details.

v10.8.0-beta.1

  • #1318 Update generated code for beta
    • Add support for new resources Entitlements.Event and Entitlements.Feature
    • Add support for create method on resource Event
    • Add support for create and list methods on resource Feature

See the changelog for more details.

v10.7.1

... (truncated)

Changelog

Sourced from stripe's changelog.

10.10.0 - 2024-02-22

  • #1336 Update generated code
    • Add InvoiceLineItem.update method.
  • #1334 Add TaxIds API
    • Add support for all, create, and retrieve methods on resource TaxId
    • The delete method now sends a DELETE request to /v1/tax_ids/{id} instead of /v1/customers/{customer}/tax_ids/{id}. The endpoints are functionally the same when operating on a Customer Tax ID.
    • The resource_url method on TaxId now returns the top-level /v1/tax_ids/{id} path instead of the /v1/customers/{customer}/tax_ids/{id} path.

10.9.0 - 2024-02-15

  • #1329 Update generated code
  • #1324 Start running Sorbet in CI
  • #1327 Add methods for dynamically referenced constants

10.8.0 - 2024-02-08

  • #1322 Update generated code
  • #1323 Extract other CRUDL api operations from mixins
    • Extract more CRUDL operations, namely create, delete, update, and list into the resources. These methods will no longer rely on the APIOperation mixins.
  • #1314 Update mocha gem to 1.16

10.7.1 - 2024-02-05

10.7.0 - 2024-02-01

  • #1317 Remove list method in child resources
    • Removes list method mixin from child resources, as these methods always return InvalidRequestError and never succeed
  • #1311 Use the deprecation gem in search and clean up usage of the gem

10.6.0 - 2024-01-12

  • #1310 Update generated code
    • Add support for new resource CustomerSession
    • Add support for create method on resource CustomerSession

10.5.0 - 2024-01-04

  • #1306 Update generated code
    • Add support for retrieve method on resource Tax.Registration

10.4.0 - 2023-12-22

  • #1303 Update generated code
    • Add support for new resource FinancialConnections.Transaction
    • Add support for list and retrieve methods on resource Transaction
    • Add support for subscribe and unsubscribe methods on resource FinancialConnections.Account
  • #1304 Add support for updatable singleton resources

10.3.0 - 2023-12-14

  • #1294 Support sending parameters inside singleton retrieve

10.2.0 - 2023-11-30

  • #1292 Update generated code
    • Add support for new resources Climate.Order, Climate.Product, and Climate.Supplier

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 23, 2024
@fermion fermion force-pushed the dependabot/bundler/stripe-10.10.0 branch from 94bd028 to f8d68f1 Compare February 23, 2024 14:31
dependabot bot and others added 2 commits February 23, 2024 09:38
Bumps [stripe](https://github.com/stripe/stripe-ruby) from 5.55.0 to 10.10.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.55.0...v10.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@fermion fermion force-pushed the dependabot/bundler/stripe-10.10.0 branch from f8d68f1 to fd9ad8f Compare February 23, 2024 14:42
@fermion fermion merged commit 322ca99 into main Feb 23, 2024
1 check passed
@fermion fermion deleted the dependabot/bundler/stripe-10.10.0 branch February 23, 2024 14:43
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant