notebook
notebook copied to clipboard
Bump stripe from 5.55.0 to 12.6.0
Bumps stripe from 5.55.0 to 12.6.0.
Release notes
Sourced from stripe's releases.
v12.6.0
- #1442 Update generated code
- Add support for new resource
InvoiceRenderingTemplate- Add support for
archive,list,retrieve, andunarchivemethods on resourceInvoiceRenderingTemplate- #1443 Removed v1/files override
See the changelog for more details.
v12.6.0-beta.1
- #1441 Update generated code for beta
- Add support for new resources
Billing.MeterErrorReportandTerminal.ReaderCollectedData- Add support for
retrievemethod on resourceReaderCollectedDataSee the changelog for more details.
v12.5.0
- #1440 Update generated code
- Add support for new resources
Billing.AlertTriggeredandBilling.Alert- Add support for
activate,archive,create,deactivate,list, andretrievemethods on resourceAlert- Add support for
retrievemethod on resourceTax.CalculationSee the changelog for more details.
v12.5.0-beta.2
- #1439 Update generated code for beta
- Add support for
attach_paymentmethod on resourceInvoiceSee the changelog for more details.
v12.5.0-beta.1
- #1429 Update generated code for beta
- Add support for new resources
Billing.AlertTriggered,Billing.Alert, andTax.Association- Add support for
activate,archive,create,deactivate,list, andretrievemethods on resourceAlert- Add support for
findmethod on resourceAssociation- #1434 Merge changes from stripe/stripe-ruby master
See the changelog for more details.
v12.4.0
- #1437 Update generated code
- Add support for
updatemethod on resourceCheckout.SessionSee the changelog for more details.
v12.3.0
... (truncated)
Changelog
Sourced from stripe's changelog.
12.6.0 - 2024-09-12
- #1442 Update generated code
- Add support for new resource
InvoiceRenderingTemplate- Add support for
archive,list,retrieve, andunarchivemethods on resourceInvoiceRenderingTemplate- #1443 Removed v1/files override
12.5.0 - 2024-08-08
- #1440 Update generated code
- Add support for new resources
Billing.AlertTriggeredandBilling.Alert- Add support for
activate,archive,create,deactivate,list, andretrievemethods on resourceAlert- Add support for
retrievemethod on resourceTax.Calculation12.4.0 - 2024-07-25
- #1437 Update generated code
- Add support for
updatemethod on resourceCheckout.Session12.3.0 - 2024-07-18
- #1436 Fixed changelog for major release 12.0.0
- #1435 Add deprecation warning for
APIResource.request12.2.0 - 2024-07-12
#1430 Update generated code
#1433 Add usage to raw_request call
#1431 Add
raw_request
- Adds the ability to make raw requests to the Stripe API, by providing an HTTP method and url. This is an alternative to using
Stripe::APIResource.request(...)to make custom requests, which is discouraged and will be broken in a future major version.12.1.0 - 2024-07-05
#1425 Update generated code
- Add support for
add_lines,remove_lines, andupdate_linesmethods on resourceInvoice#1420 Update static methods for delete/list on BankAccount/Card to throw NotImplementedError
- The below methods have been throwing
InvalidRequestErrorbecause the urls used to make the requests have been buggy. Updating them to throwNotImplementedErrorinstead just like their counterparts for update & retrieve because they cannot be implemented without the parent id.
Methods affected Use these instead in the context of payment method Use these in the context of external accounts Stripe:: BankAccount.delete Stripe::Customer.delete_source Stripe::Account.delete_external_account Stripe:: BankAccount.list Stripe::Customer.list_sources Stripe::Customer.list_external_accounts Stripe:: Card.delete Stripe::Customer.delete_source Stripe::Account.delete_external_account Stripe:: Card.list Stripe::Customer.list_sources Stripe::Customer.list_external_accounts #1427 Regenerate rbis
#1426 Remove coveralls and re-added JRuby
12.0.0 - 2024-06-24
#1418 Add missing static method for verify on BankAccount
This release changes the pinned API version to 2024-06-20. Please read the API Upgrade Guide and carefully review the API changes before upgrading.
Additions
... (truncated)
Commits
37f30b8Bump version to 12.6.037b9771Update generated code (#1442)27d87e9Removed v1/files override (#1443)8fc981bBump version to 12.5.09c2a7b2Update generated code for v1187 (#1440)4311405Bump version to 12.4.0b40dc1fUpdate generated code (#1437)0dfd04cBump version to 12.3.0cc23e71Fixed changelog for major release 12.0.0 (#1436)ec36441Deprecate regular request on API resource (#1435)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)