website
website copied to clipboard
Bump stripe from 8.7.0 to 10.13.0
Bumps stripe from 8.7.0 to 10.13.0.
Release notes
Sourced from stripe's releases.
v10.13.0
- #1367 Update generated code
- Add support for new resources
ConfirmationToken
andForwarding.Request
- Add support for
retrieve
method on resourceConfirmationToken
- Add support for
create
,list
, andretrieve
methods on resourceRequest
- #1362 Exclude sorbet directory and tapioca script when packing gem
See the changelog for more details.
v10.13.0-beta.1
- #1360 Update generated code for beta
- Add support for new resources
Billing.MeterEventAdjustment
,Billing.MeterEvent
, andBilling.Meter
- Add support for
create
,deactivate
,list
,reactivate
,retrieve
, andupdate
methods on resourceMeter
- Add support for
create
method on resourcesMeterEventAdjustment
andMeterEvent
- Add support for
create
test helper method on resourceConfirmationToken
- Add support for
add_lines
,remove_lines
, andupdate_lines
methods on resourceInvoice
See the changelog for more details.
v10.12.0
- #1359 Update generated code
- Add support for new resources
Issuing.PersonalizationDesign
andIssuing.PhysicalBundle
- Add support for
create
,list
,retrieve
, andupdate
methods on resourcePersonalizationDesign
- Add support for
list
andretrieve
methods on resourcePhysicalBundle
- #1354 Refactor after SDK based generation pattern
- #1347 Reorder methods with lexographical sort
- #1355 Disable Metrics/ClassLength
- #1351 Update CHANGELOG.md
See the changelog for more details.
v10.12.0-beta.1
#1352 Update generated code for beta Release specs are identical.
#1350 Update generated code for beta
#1341 Update generated code for beta
- Remove support for resource
Entitlements.Event
#1343 Add a helper to add a beta version
See the changelog for more details.
v10.11.0
... (truncated)
Changelog
Sourced from stripe's changelog.
10.13.0 - 2024-03-21
- #1367 Update generated code
- Add support for new resources
ConfirmationToken
andForwarding.Request
- Add support for
retrieve
method on resourceConfirmationToken
- Add support for
create
,list
, andretrieve
methods on resourceRequest
- #1362 Exclude sorbet directory and tapioca script when packing gem
10.12.0 - 2024-03-14
- #1359 Update generated code
- Add support for new resources
Issuing.PersonalizationDesign
andIssuing.PhysicalBundle
- Add support for
create
,list
,retrieve
, andupdate
methods on resourcePersonalizationDesign
- Add support for
list
andretrieve
methods on resourcePhysicalBundle
- #1354 Refactor after SDK based generation pattern
- #1347 Reorder methods with lexographical sort
- #1355 Disable Metrics/ClassLength
- #1351 Update CHANGELOG.md
10.11.0 - 2024-02-29
- #1348 Use sorbet gem instead of sorbet-static
- #1342 Update generated code
- Add
list_refunds
andretrieve_refund
methods on resourceCharge
.- #1345 Update README to use add_beta_version
10.10.0 - 2024-02-22
- #1336 Update generated code
- Add
InvoiceLineItem.update
method.- #1334 Add TaxIds API
- Add support for
all
,create
, andretrieve
methods on resourceTaxId
- 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 onTaxId
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
- Fixed bug where
TaxId
resourcedelete
method sent request to wrong URL (stripe/stripe-ruby#1333)- #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
, andlist
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
- #1320 Remove spurious _search deprecation messages (stripe/stripe-ruby#1319)
10.7.0 - 2024-02-01
... (truncated)
Commits
d2c24ca
Bump version to 10.13.059d3a34
Update generated code (#1367)faa5d45
Exclude sorbet directory and tapioca script when packing gem (#1362)3a51dfa
Bump version to 10.12.0ad00c3e
Update generated code (#1359)4705a5f
Refactor after SDK based generation pattern (#1354)e2893a2
Reorder methods (#1347)7429466
Disable Metrics/ClassLength (#1355)bfb4e9f
Update CHANGELOG.md (#1351)0ad6440
Bump version to 10.11.0- Additional commits viewable in compare view
You can trigger a rebase of this PR 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
@eliduke since you're the person who wrote the stripe integration and seems to be the most used to work with strip, do you think you would have the time to give this a look, and confirm if we can merge this PR or not, because we're 2 major versions behind now. :/
A newer version of stripe exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.